Shades of Olive Green #AAA958
Tints of Olive Green #AAA958
RGB
CMYK
RGB Variations
Color information
#AAA958 (or 0xAAA958) is known color: Olive Green. HEX triplet: AA, A9 and 58. RGB value is (170,169,88). Sum of RGB (Red+Green+Blue) = 170+169+88=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA958 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA958 is #5556A7. Grayscale: #A0A0A0. Windows color (decimal): -5592744 or 5810602. OLE color: 5810602.
HSL color Cylindrical-coordinate representation of color #AAA958: hue angle of 59.27º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AAA958 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 88 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.33 |
| HSL | 59.27º | 0.33% | 0.51% | - |
| HSV(B) | 59.27º | 0.48% | 0.67% | - |
| XYZ | 32.53 | 37.63 | 14.78 | - |
| YUV | 160.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 88 | 0 | 0.01 | 0.48 | 0.33 | 59.27 | 0.33 | 0.51 |
| Hex | AA | A9 | 58 | 0 | 1 | 30 | 21 | 3B | 21 | 33 |
| Octal | 252 | 251 | 130 | 0 | 1 | 60 | 41 | 73 | 41 | 63 |
| Binary | 10101010 | 10101001 | 1011000 | 0 | 1 | 110000 | 100001 | 111011 | 100001 | 110011 |
Color Harmonies of #AAA958
Complementary color
Monochromatic Colors of #AAA958
Black with #AAA958
Text Example
Text Example
White with #AAA958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA958; }
p { color: rgb(170,169,88); }
H1.HeaderClassName
{
color: #AAA958;
}
.AnyTagClassName
{
color: #AAA958;
}
</style>
background-color css
<style>
a { background-color: #AAA958; }
a { background-color: rgb(170,169,88); }
div.DivClassName
{
background-color: #AAA958;
}
.BgClassName
{
background-color: #AAA958;
}
</style>
border-color css
<style>
span { border-color: #AAA958; }
span { border-color: rgb(170,169,88); }
td.TdClassName
{
border-color: #AAA958;
}
.TagClassName
{
border-color: #AAA958;
}
</style>