Color spaces of #aea55e
RGB | 174 | 165 | 94 |
---|---|---|---|
HSL | 0.15 | 0.33 | 0.53 |
HSV | 53° | 46° | 68° |
CMYK | 0.00 | 0.05 | 0.46 0.32 |
XYZ | 32.9311 | 36.7171 | 15.9411 |
Yxy | 36.7171 | 0.3848 | 0.4290 |
Hunter Lab | 60.5946 | -9.0320 | 26.8184 |
CIE-Lab | 67.0642 | -6.8586 | 37.8040 |
#aea55e color RGB value is (174,165,94).
#aea55e hex color red value is 174, green value is 165 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aea55e hue: 0.15 , saturation: 0.33 and the lightness value of aea55e is 0.53.
The process color (four color CMYK) of #aea55e color hex is 0.00, 0.05, 0.46, 0.32. Web safe color of #aea55e is #999966. Color #aea55e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10100101 | 01011110 |
Octal | 256 | 245 | 136 |
Decimal | 174 | 165 | 94 |
Hex | AE | A5 | 5E |
Shades of #aea55e
Tints of #aea55e
RGB Percentages of Color #aea55e
CMYK Percentages of Color #aea55e
Complementary Color
#aea55e | #5e67ae |
#aea55e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aea55e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aea55e Color CSS Codes
.mybgcolor {background-color:#aea55e; } .myforecolor {color:#aea55e; } .mybordercolor {border:3px solid #aea55e; }
#aea55e Text Font Color
<p style="color:#aea55e">Text here</p>
This sample text font color is #aea55e
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.
#aea55e Background Color
<div style="background-color:#aea55e">
Div content here</div>
This div background color is #aea55e
#aea55e Border Color
<div style="border:3px solid #aea55e">
Div here</div>
This div border color is #aea55e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,165,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aea55e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aea55e; -webkit-box-shadow: 1px 1px 3px 2px #aea55e; box-shadow: 1px 1px 3px 2px #aea55e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,165,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aea55e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aea55e; -webkit-box-shadow: 1px 1px 3px 2px #aea55e; box-shadow: 1px 1px 3px 2px #aea55e;">
Div content here</div>
This div box has shadow with color #aea55e
Comments
No comments written yet.
Please login to write comment.