Shades of Olive Green #AAA954
Tints of Olive Green #AAA954
RGB
CMYK
RGB Variations
Color information
#AAA954 (or 0xAAA954) is known color: Olive Green. HEX triplet: AA, A9 and 54. RGB value is (170,169,84). Sum of RGB (Red+Green+Blue) = 170+169+84=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA954 is #5556AB. Grayscale: #9F9F9F. Windows color (decimal): -5592748 or 5548458. OLE color: 5548458.
HSL color Cylindrical-coordinate representation of color #AAA954: hue angle of 59.3º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AAA954 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 84 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.33 |
| HSL | 59.3º | 0.34% | 0.5% | - |
| HSV(B) | 59.3º | 0.51% | 0.67% | - |
| XYZ | 32.37 | 37.56 | 13.93 | - |
| YUV | 159.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 84 | 0 | 0.01 | 0.51 | 0.33 | 59.3 | 0.34 | 0.5 |
| Hex | AA | A9 | 54 | 0 | 1 | 33 | 21 | 3B | 22 | 32 |
| Octal | 252 | 251 | 124 | 0 | 1 | 63 | 41 | 73 | 42 | 62 |
| Binary | 10101010 | 10101001 | 1010100 | 0 | 1 | 110011 | 100001 | 111011 | 100010 | 110010 |
Color Harmonies of #AAA954
Complementary color
Monochromatic Colors of #AAA954
Black with #AAA954
Text Example
Text Example
White with #AAA954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA954; }
p { color: rgb(170,169,84); }
H1.HeaderClassName
{
color: #AAA954;
}
.AnyTagClassName
{
color: #AAA954;
}
</style>
background-color css
<style>
a { background-color: #AAA954; }
a { background-color: rgb(170,169,84); }
div.DivClassName
{
background-color: #AAA954;
}
.BgClassName
{
background-color: #AAA954;
}
</style>
border-color css
<style>
span { border-color: #AAA954; }
span { border-color: rgb(170,169,84); }
td.TdClassName
{
border-color: #AAA954;
}
.TagClassName
{
border-color: #AAA954;
}
</style>