Shades of Olive Green #AAA851
Tints of Olive Green #AAA851
RGB
CMYK
RGB Variations
Color information
#AAA851 (or 0xAAA851) is known color: Olive Green. HEX triplet: AA, A8 and 51. RGB value is (170,168,81). Sum of RGB (Red+Green+Blue) = 170+168+81=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 81 (32.03% from 255 or 19.33% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA851 is #5557AE. Grayscale: #9F9F9F. Windows color (decimal): -5593007 or 5351594. OLE color: 5351594.
HSL color Cylindrical-coordinate representation of color #AAA851: hue angle of 58.65º 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 #AAA851 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 81 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.33 |
| HSL | 58.65º | 0.35% | 0.49% | - |
| HSV(B) | 58.65º | 0.52% | 0.67% | - |
| XYZ | 32.07 | 37.15 | 13.26 | - |
| YUV | 158.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 81 | 0 | 0.01 | 0.52 | 0.33 | 58.65 | 0.35 | 0.49 |
| Hex | AA | A8 | 51 | 0 | 1 | 34 | 21 | 3B | 23 | 31 |
| Octal | 252 | 250 | 121 | 0 | 1 | 64 | 41 | 73 | 43 | 61 |
| Binary | 10101010 | 10101000 | 1010001 | 0 | 1 | 110100 | 100001 | 111011 | 100011 | 110001 |
Color Harmonies of #AAA851
Complementary color
Monochromatic Colors of #AAA851
Black with #AAA851
Text Example
Text Example
White with #AAA851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA851; }
p { color: rgb(170,168,81); }
H1.HeaderClassName
{
color: #AAA851;
}
.AnyTagClassName
{
color: #AAA851;
}
</style>
background-color css
<style>
a { background-color: #AAA851; }
a { background-color: rgb(170,168,81); }
div.DivClassName
{
background-color: #AAA851;
}
.BgClassName
{
background-color: #AAA851;
}
</style>
border-color css
<style>
span { border-color: #AAA851; }
span { border-color: rgb(170,168,81); }
td.TdClassName
{
border-color: #AAA851;
}
.TagClassName
{
border-color: #AAA851;
}
</style>