Color spaces of #aeaa0a
RGB | 174 | 170 | 10 |
---|---|---|---|
HSL | 0.16 | 0.89 | 0.36 |
HSV | 59° | 94° | 68° |
CMYK | 0.00 | 0.02 | 0.94 0.32 |
XYZ | 31.8851 | 37.7700 | 5.8970 |
Yxy | 37.7700 | 0.4220 | 0.4999 |
Hunter Lab | 61.4573 | -14.9414 | 37.3311 |
CIE-Lab | 67.8508 | -14.0070 | 68.9009 |
#aeaa0a color RGB value is (174,170,10).
#aeaa0a hex color red value is 174, green value is 170 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aeaa0a hue: 0.16 , saturation: 0.89 and the lightness value of aeaa0a is 0.36.
The process color (four color CMYK) of #aeaa0a color hex is 0.00, 0.02, 0.94, 0.32. Web safe color of #aeaa0a is #999900. Color #aeaa0a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101010 | 00001010 |
Octal | 256 | 252 | 12 |
Decimal | 174 | 170 | 10 |
Hex | AE | AA | A |
Shades of #aeaa0a
Tints of #aeaa0a
RGB Percentages of Color #aeaa0a
CMYK Percentages of Color #aeaa0a
Complementary Color
#aeaa0a | #0a0eae |
#aeaa0a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaa0a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaa0a Color CSS Codes
.mybgcolor {background-color:#aeaa0a; } .myforecolor {color:#aeaa0a; } .mybordercolor {border:3px solid #aeaa0a; }
#aeaa0a Text Font Color
<p style="color:#aeaa0a">Text here</p>
This sample text font color is #aeaa0a
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.
#aeaa0a Background Color
<div style="background-color:#aeaa0a">
Div content here</div>
This div background color is #aeaa0a
#aeaa0a Border Color
<div style="border:3px solid #aeaa0a">
Div here</div>
This div border color is #aeaa0a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,170,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaa0a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaa0a; -webkit-box-shadow: 1px 1px 3px 2px #aeaa0a; box-shadow: 1px 1px 3px 2px #aeaa0a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,170,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeaa0a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaa0a; -webkit-box-shadow: 1px 1px 3px 2px #aeaa0a; box-shadow: 1px 1px 3px 2px #aeaa0a;">
Div content here</div>
This div box has shadow with color #aeaa0a
Comments
No comments written yet.
Please login to write comment.