Color spaces of #aaa83e
RGB | 170 | 168 | 62 |
---|---|---|---|
HSL | 0.16 | 0.47 | 0.45 |
HSV | 59° | 64° | 67° |
CMYK | 0.00 | 0.01 | 0.64 0.33 |
XYZ | 31.4497 | 36.8991 | 10.0221 |
Yxy | 36.8991 | 0.4013 | 0.4708 |
Hunter Lab | 60.7446 | -13.8872 | 32.7391 |
CIE-Lab | 67.2013 | -12.7961 | 53.1487 |
#aaa83e color RGB value is (170,168,62).
#aaa83e hex color red value is 170, green value is 168 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aaa83e hue: 0.16 , saturation: 0.47 and the lightness value of aaa83e is 0.45.
The process color (four color CMYK) of #aaa83e color hex is 0.00, 0.01, 0.64, 0.33. Web safe color of #aaa83e is #999933. Color #aaa83e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101000 | 00111110 |
Octal | 252 | 250 | 76 |
Decimal | 170 | 168 | 62 |
Hex | AA | A8 | 3E |
Shades of #aaa83e
Tints of #aaa83e
RGB Percentages of Color #aaa83e
CMYK Percentages of Color #aaa83e
Complementary Color
#aaa83e | #3e40aa |
#aaa83e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaa83e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaa83e Color CSS Codes
.mybgcolor {background-color:#aaa83e; } .myforecolor {color:#aaa83e; } .mybordercolor {border:3px solid #aaa83e; }
#aaa83e Text Font Color
<p style="color:#aaa83e">Text here</p>
This sample text font color is #aaa83e
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.
#aaa83e Background Color
<div style="background-color:#aaa83e">
Div content here</div>
This div background color is #aaa83e
#aaa83e Border Color
<div style="border:3px solid #aaa83e">
Div here</div>
This div border color is #aaa83e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,168,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaa83e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaa83e; -webkit-box-shadow: 1px 1px 3px 2px #aaa83e; box-shadow: 1px 1px 3px 2px #aaa83e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,168,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaa83e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaa83e; -webkit-box-shadow: 1px 1px 3px 2px #aaa83e; box-shadow: 1px 1px 3px 2px #aaa83e;">
Div content here</div>
This div box has shadow with color #aaa83e
Comments
No comments written yet.
Please login to write comment.