Color spaces of #af911e
RGB | 175 | 145 | 30 |
---|---|---|---|
HSL | 0.13 | 0.71 | 0.40 |
HSV | 48° | 83° | 69° |
CMYK | 0.00 | 0.17 | 0.83 0.31 |
XYZ | 28.0389 | 29.4585 | 5.4365 |
Yxy | 29.4585 | 0.4455 | 0.4681 |
Hunter Lab | 54.2757 | -2.7691 | 32.0542 |
CIE-Lab | 61.1842 | 0.1563 | 59.4300 |
#af911e color RGB value is (175,145,30).
#af911e hex color red value is 175, green value is 145 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #af911e hue: 0.13 , saturation: 0.71 and the lightness value of af911e is 0.40.
The process color (four color CMYK) of #af911e color hex is 0.00, 0.17, 0.83, 0.31. Web safe color of #af911e is #999933. Color #af911e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010001 | 00011110 |
Octal | 257 | 221 | 36 |
Decimal | 175 | 145 | 30 |
Hex | AF | 91 | 1E |
Shades of #af911e
Tints of #af911e
RGB Percentages of Color #af911e
CMYK Percentages of Color #af911e
Complementary Color
#af911e | #1e3caf |
#af911e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af911e Color Preview on White Background
Lorem ipsum dolor sit amet.
#af911e Color CSS Codes
.mybgcolor {background-color:#af911e; } .myforecolor {color:#af911e; } .mybordercolor {border:3px solid #af911e; }
#af911e Text Font Color
<p style="color:#af911e">Text here</p>
This sample text font color is #af911e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af911e Background Color
<div style="background-color:#af911e">
Div content here</div>
This div background color is #af911e
#af911e Border Color
<div style="border:3px solid #af911e">
Div here</div>
This div border color is #af911e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,145,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af911e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af911e; -webkit-box-shadow: 1px 1px 3px 2px #af911e; box-shadow: 1px 1px 3px 2px #af911e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,145,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af911e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af911e; -webkit-box-shadow: 1px 1px 3px 2px #af911e; box-shadow: 1px 1px 3px 2px #af911e;">
Div content here</div>
This div box has shadow with color #af911e
Comments
No comments written yet.
Please login to write comment.