Shades of Olive Green #AAA95A
Tints of Olive Green #AAA95A
RGB
CMYK
RGB Variations
Color information
#AAA95A (or 0xAAA95A) is known color: Olive Green. HEX triplet: AA, A9 and 5A. RGB value is (170,169,90). Sum of RGB (Red+Green+Blue) = 170+169+90=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 90 (35.55% from 255 or 20.98% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA95A is #5556A5. Grayscale: #A0A0A0. Windows color (decimal): -5592742 or 5941674. OLE color: 5941674.
HSL color Cylindrical-coordinate representation of color #AAA95A: hue angle of 59.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAA95A is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 90 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.33 |
| HSL | 59.25º | 0.32% | 0.51% | - |
| HSV(B) | 59.25º | 0.47% | 0.67% | - |
| XYZ | 32.61 | 37.66 | 15.22 | - |
| YUV | 160.29 | 88.33 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 90 | 0 | 0.01 | 0.47 | 0.33 | 59.25 | 0.32 | 0.51 |
| Hex | AA | A9 | 5A | 0 | 1 | 2F | 21 | 3B | 20 | 33 |
| Octal | 252 | 251 | 132 | 0 | 1 | 57 | 41 | 73 | 40 | 63 |
| Binary | 10101010 | 10101001 | 1011010 | 0 | 1 | 101111 | 100001 | 111011 | 100000 | 110011 |
Color Harmonies of #AAA95A
Complementary color
Monochromatic Colors of #AAA95A
Black with #AAA95A
Text Example
Text Example
White with #AAA95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA95A; }
p { color: rgb(170,169,90); }
H1.HeaderClassName
{
color: #AAA95A;
}
.AnyTagClassName
{
color: #AAA95A;
}
</style>
background-color css
<style>
a { background-color: #AAA95A; }
a { background-color: rgb(170,169,90); }
div.DivClassName
{
background-color: #AAA95A;
}
.BgClassName
{
background-color: #AAA95A;
}
</style>
border-color css
<style>
span { border-color: #AAA95A; }
span { border-color: rgb(170,169,90); }
td.TdClassName
{
border-color: #AAA95A;
}
.TagClassName
{
border-color: #AAA95A;
}
</style>