Color spaces of #aa910e
RGB | 170 | 145 | 14 |
---|---|---|---|
HSL | 0.14 | 0.85 | 0.36 |
HSV | 50° | 92° | 67° |
CMYK | 0.00 | 0.15 | 0.92 0.33 |
XYZ | 26.7822 | 28.8286 | 4.5684 |
Yxy | 28.8286 | 0.4450 | 0.4790 |
Hunter Lab | 53.6923 | -4.9240 | 32.5399 |
CIE-Lab | 60.6301 | -2.5043 | 62.6240 |
#aa910e color RGB value is (170,145,14).
#aa910e hex color red value is 170, green value is 145 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa910e hue: 0.14 , saturation: 0.85 and the lightness value of aa910e is 0.36.
The process color (four color CMYK) of #aa910e color hex is 0.00, 0.15, 0.92, 0.33. Web safe color of #aa910e is #999900. Color #aa910e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10010001 | 00001110 |
Octal | 252 | 221 | 16 |
Decimal | 170 | 145 | 14 |
Hex | AA | 91 | E |
Shades of #aa910e
Tints of #aa910e
RGB Percentages of Color #aa910e
CMYK Percentages of Color #aa910e
Complementary Color
#aa910e | #0e27aa |
#aa910e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa910e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa910e Color CSS Codes
.mybgcolor {background-color:#aa910e; } .myforecolor {color:#aa910e; } .mybordercolor {border:3px solid #aa910e; }
#aa910e Text Font Color
<p style="color:#aa910e">Text here</p>
This sample text font color is #aa910e
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.
#aa910e Background Color
<div style="background-color:#aa910e">
Div content here</div>
This div background color is #aa910e
#aa910e Border Color
<div style="border:3px solid #aa910e">
Div here</div>
This div border color is #aa910e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,145,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa910e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa910e; -webkit-box-shadow: 1px 1px 3px 2px #aa910e; box-shadow: 1px 1px 3px 2px #aa910e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,145,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa910e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa910e; -webkit-box-shadow: 1px 1px 3px 2px #aa910e; box-shadow: 1px 1px 3px 2px #aa910e;">
Div content here</div>
This div box has shadow with color #aa910e
Comments
No comments written yet.
Please login to write comment.