Color spaces of #aea72e
RGB | 174 | 167 | 46 |
---|---|---|---|
HSL | 0.16 | 0.58 | 0.43 |
HSV | 57° | 74° | 68° |
CMYK | 0.00 | 0.04 | 0.74 0.32 |
XYZ | 31.7674 | 36.8334 | 8.0200 |
Yxy | 36.8334 | 0.4146 | 0.4807 |
Hunter Lab | 60.6905 | -12.7757 | 34.6484 |
CIE-Lab | 67.1519 | -11.4225 | 59.5284 |
#aea72e color RGB value is (174,167,46).
#aea72e hex color red value is 174, green value is 167 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aea72e hue: 0.16 , saturation: 0.58 and the lightness value of aea72e is 0.43.
The process color (four color CMYK) of #aea72e color hex is 0.00, 0.04, 0.74, 0.32. Web safe color of #aea72e is #999933. Color #aea72e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100111 | 00101110 |
Octal | 256 | 247 | 56 |
Decimal | 174 | 167 | 46 |
Hex | AE | A7 | 2E |
Shades of #aea72e
Tints of #aea72e
RGB Percentages of Color #aea72e
CMYK Percentages of Color #aea72e
Complementary Color
#aea72e | #2e35ae |
#aea72e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea72e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea72e Color CSS Codes
.mybgcolor {background-color:#aea72e; } .myforecolor {color:#aea72e; } .mybordercolor {border:3px solid #aea72e; }
#aea72e Text Font Color
<p style="color:#aea72e">Text here</p>
This sample text font color is #aea72e
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.
#aea72e Background Color
<div style="background-color:#aea72e">
Div content here</div>
This div background color is #aea72e
#aea72e Border Color
<div style="border:3px solid #aea72e">
Div here</div>
This div border color is #aea72e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,167,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea72e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea72e; -webkit-box-shadow: 1px 1px 3px 2px #aea72e; box-shadow: 1px 1px 3px 2px #aea72e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,167,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea72e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea72e; -webkit-box-shadow: 1px 1px 3px 2px #aea72e; box-shadow: 1px 1px 3px 2px #aea72e;">
Div content here</div>
This div box has shadow with color #aea72e
Comments
No comments written yet.
Please login to write comment.