Color spaces of #aa740e
RGB | 170 | 116 | 14 |
---|---|---|---|
HSL | 0.11 | 0.85 | 0.36 |
HSV | 39° | 92° | 67° |
CMYK | 0.00 | 0.32 | 0.92 0.33 |
XYZ | 22.9022 | 21.0685 | 3.2750 |
Yxy | 21.0685 | 0.4847 | 0.4459 |
Hunter Lab | 45.9004 | 8.7375 | 27.9000 |
CIE-Lab | 53.0244 | 13.6166 | 56.8090 |
#aa740e color RGB value is (170,116,14).
#aa740e hex color red value is 170, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aa740e hue: 0.11 , saturation: 0.85 and the lightness value of aa740e is 0.36.
The process color (four color CMYK) of #aa740e color hex is 0.00, 0.32, 0.92, 0.33. Web safe color of #aa740e is #996600. Color #aa740e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 01110100 | 00001110 |
Octal | 252 | 164 | 16 |
Decimal | 170 | 116 | 14 |
Hex | AA | 74 | E |
Shades of #aa740e
Tints of #aa740e
RGB Percentages of Color #aa740e
CMYK Percentages of Color #aa740e
Complementary Color
#aa740e | #0e44aa |
#aa740e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa740e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa740e Color CSS Codes
.mybgcolor {background-color:#aa740e; } .myforecolor {color:#aa740e; } .mybordercolor {border:3px solid #aa740e; }
#aa740e Text Font Color
<p style="color:#aa740e">Text here</p>
This sample text font color is #aa740e
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.
#aa740e Background Color
<div style="background-color:#aa740e">
Div content here</div>
This div background color is #aa740e
#aa740e Border Color
<div style="border:3px solid #aa740e">
Div here</div>
This div border color is #aa740e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,116,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa740e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa740e; -webkit-box-shadow: 1px 1px 3px 2px #aa740e; box-shadow: 1px 1px 3px 2px #aa740e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,116,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 #aa740e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa740e; -webkit-box-shadow: 1px 1px 3px 2px #aa740e; box-shadow: 1px 1px 3px 2px #aa740e;">
Div content here</div>
This div box has shadow with color #aa740e
Comments
No comments written yet.
Please login to write comment.