Shades of Olive Green #AAA952
Tints of Olive Green #AAA952
RGB
CMYK
RGB Variations
Color information
#AAA952 (or 0xAAA952) is known color: Olive Green. HEX triplet: AA, A9 and 52. RGB value is (170,169,82). Sum of RGB (Red+Green+Blue) = 170+169+82=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA952 is #5556AD. Grayscale: #9F9F9F. Windows color (decimal): -5592750 or 5417386. OLE color: 5417386.
HSL color Cylindrical-coordinate representation of color #AAA952: hue angle of 59.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA952 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 82 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.33 |
| HSL | 59.32º | 0.35% | 0.49% | - |
| HSV(B) | 59.32º | 0.52% | 0.67% | - |
| XYZ | 32.29 | 37.53 | 13.53 | - |
| YUV | 159.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 82 | 0 | 0.01 | 0.52 | 0.33 | 59.32 | 0.35 | 0.49 |
| Hex | AA | A9 | 52 | 0 | 1 | 34 | 21 | 3B | 23 | 31 |
| Octal | 252 | 251 | 122 | 0 | 1 | 64 | 41 | 73 | 43 | 61 |
| Binary | 10101010 | 10101001 | 1010010 | 0 | 1 | 110100 | 100001 | 111011 | 100011 | 110001 |
Color Harmonies of #AAA952
Complementary color
Monochromatic Colors of #AAA952
Black with #AAA952
Text Example
Text Example
White with #AAA952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA952; }
p { color: rgb(170,169,82); }
H1.HeaderClassName
{
color: #AAA952;
}
.AnyTagClassName
{
color: #AAA952;
}
</style>
background-color css
<style>
a { background-color: #AAA952; }
a { background-color: rgb(170,169,82); }
div.DivClassName
{
background-color: #AAA952;
}
.BgClassName
{
background-color: #AAA952;
}
</style>
border-color css
<style>
span { border-color: #AAA952; }
span { border-color: rgb(170,169,82); }
td.TdClassName
{
border-color: #AAA952;
}
.TagClassName
{
border-color: #AAA952;
}
</style>