Shades of Olive Green #AAA956
Tints of Olive Green #AAA956
RGB
CMYK
RGB Variations
Color information
#AAA956 (or 0xAAA956) is known color: Olive Green. HEX triplet: AA, A9 and 56. RGB value is (170,169,86). Sum of RGB (Red+Green+Blue) = 170+169+86=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA956 is #5556A9. Grayscale: #A0A0A0. Windows color (decimal): -5592746 or 5679530. OLE color: 5679530.
HSL color Cylindrical-coordinate representation of color #AAA956: hue angle of 59.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AAA956 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 86 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.33 |
| HSL | 59.29º | 0.33% | 0.5% | - |
| HSV(B) | 59.29º | 0.49% | 0.67% | - |
| XYZ | 32.45 | 37.59 | 14.35 | - |
| YUV | 159.84 | 86.33 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 86 | 0 | 0.01 | 0.49 | 0.33 | 59.29 | 0.33 | 0.5 |
| Hex | AA | A9 | 56 | 0 | 1 | 31 | 21 | 3B | 21 | 32 |
| Octal | 252 | 251 | 126 | 0 | 1 | 61 | 41 | 73 | 41 | 62 |
| Binary | 10101010 | 10101001 | 1010110 | 0 | 1 | 110001 | 100001 | 111011 | 100001 | 110010 |
Color Harmonies of #AAA956
Complementary color
Monochromatic Colors of #AAA956
Black with #AAA956
Text Example
Text Example
White with #AAA956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA956; }
p { color: rgb(170,169,86); }
H1.HeaderClassName
{
color: #AAA956;
}
.AnyTagClassName
{
color: #AAA956;
}
</style>
background-color css
<style>
a { background-color: #AAA956; }
a { background-color: rgb(170,169,86); }
div.DivClassName
{
background-color: #AAA956;
}
.BgClassName
{
background-color: #AAA956;
}
</style>
border-color css
<style>
span { border-color: #AAA956; }
span { border-color: rgb(170,169,86); }
td.TdClassName
{
border-color: #AAA956;
}
.TagClassName
{
border-color: #AAA956;
}
</style>