Shades of Olive Green #AAA96A
Tints of Olive Green #AAA96A
RGB
CMYK
RGB Variations
Color information
#AAA96A (or 0xAAA96A) is known color: Olive Green. HEX triplet: AA, A9 and 6A. RGB value is (170,169,106). Sum of RGB (Red+Green+Blue) = 170+169+106=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA96A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA96A is #555695. Grayscale: #A2A2A2. Windows color (decimal): -5592726 or 6990250. OLE color: 6990250.
HSL color Cylindrical-coordinate representation of color #AAA96A: hue angle of 59.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAA96A is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 106 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.33 |
| HSL | 59.06º | 0.27% | 0.54% | - |
| HSV(B) | 59.06º | 0.38% | 0.67% | - |
| XYZ | 33.37 | 37.96 | 19.2 | - |
| YUV | 162.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 106 | 0 | 0.01 | 0.38 | 0.33 | 59.06 | 0.27 | 0.54 |
| Hex | AA | A9 | 6A | 0 | 1 | 26 | 21 | 3B | 1B | 36 |
| Octal | 252 | 251 | 152 | 0 | 1 | 46 | 41 | 73 | 33 | 66 |
| Binary | 10101010 | 10101001 | 1101010 | 0 | 1 | 100110 | 100001 | 111011 | 11011 | 110110 |
Color Harmonies of #AAA96A
Complementary color
Monochromatic Colors of #AAA96A
Black with #AAA96A
Text Example
Text Example
White with #AAA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA96A; }
p { color: rgb(170,169,106); }
H1.HeaderClassName
{
color: #AAA96A;
}
.AnyTagClassName
{
color: #AAA96A;
}
</style>
background-color css
<style>
a { background-color: #AAA96A; }
a { background-color: rgb(170,169,106); }
div.DivClassName
{
background-color: #AAA96A;
}
.BgClassName
{
background-color: #AAA96A;
}
</style>
border-color css
<style>
span { border-color: #AAA96A; }
span { border-color: rgb(170,169,106); }
td.TdClassName
{
border-color: #AAA96A;
}
.TagClassName
{
border-color: #AAA96A;
}
</style>