Color spaces of #a2aa99
RGB | 162 | 170 | 153 |
---|---|---|---|
HSL | 0.25 | 0.09 | 0.63 |
HSV | 88° | 10° | 67° |
CMYK | 0.05 | 0.00 | 0.10 0.33 |
XYZ | 35.0248 | 38.7307 | 35.7668 |
Yxy | 38.7307 | 0.3198 | 0.3536 |
Hunter Lab | 62.2340 | -8.4511 | 9.4890 |
CIE-Lab | 68.5557 | -5.9975 | 7.7886 |
#a2aa99 color RGB value is (162,170,153).
#a2aa99 hex color red value is 162, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a2aa99 hue: 0.25 , saturation: 0.09 and the lightness value of a2aa99 is 0.63.
The process color (four color CMYK) of #a2aa99 color hex is 0.05, 0.00, 0.10, 0.33. Web safe color of #a2aa99 is #999999. Color #a2aa99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 10101010 | 10011001 |
Octal | 242 | 252 | 231 |
Decimal | 162 | 170 | 153 |
Hex | A2 | AA | 99 |
Shades of #a2aa99
Tints of #a2aa99
RGB Percentages of Color #a2aa99
CMYK Percentages of Color #a2aa99
Complementary Color
#a2aa99 | #a199aa |
#a2aa99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a2aa99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a2aa99 Color CSS Codes
.mybgcolor {background-color:#a2aa99; } .myforecolor {color:#a2aa99; } .mybordercolor {border:3px solid #a2aa99; }
#a2aa99 Text Font Color
<p style="color:#a2aa99">Text here</p>
This sample text font color is #a2aa99
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.
#a2aa99 Background Color
<div style="background-color:#a2aa99">
Div content here</div>
This div background color is #a2aa99
#a2aa99 Border Color
<div style="border:3px solid #a2aa99">
Div here</div>
This div border color is #a2aa99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,170,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a2aa99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a2aa99; -webkit-box-shadow: 1px 1px 3px 2px #a2aa99; box-shadow: 1px 1px 3px 2px #a2aa99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,170,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a2aa99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a2aa99; -webkit-box-shadow: 1px 1px 3px 2px #a2aa99; box-shadow: 1px 1px 3px 2px #a2aa99;">
Div content here</div>
This div box has shadow with color #a2aa99
Comments
No comments written yet.
Please login to write comment.