Shades of Olive Green #AAA65A
Tints of Olive Green #AAA65A
RGB
CMYK
RGB Variations
Color information
#AAA65A (or 0xAAA65A) is known color: Olive Green. HEX triplet: AA, A6 and 5A. RGB value is (170,166,90). Sum of RGB (Red+Green+Blue) = 170+166+90=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA65A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA65A is #5559A5. Grayscale: #9E9E9E. Windows color (decimal): -5593510 or 5940906. OLE color: 5940906.
HSL color Cylindrical-coordinate representation of color #AAA65A: hue angle of 57º 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 #AAA65A is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 166 | 90 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.33 |
| HSL | 57º | 0.32% | 0.51% | - |
| HSV(B) | 57º | 0.47% | 0.67% | - |
| XYZ | 32.06 | 36.56 | 15.04 | - |
| YUV | 158.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 90 | 0 | 0.02 | 0.47 | 0.33 | 57 | 0.32 | 0.51 |
| Hex | AA | A6 | 5A | 0 | 2 | 2F | 21 | 39 | 20 | 33 |
| Octal | 252 | 246 | 132 | 0 | 2 | 57 | 41 | 71 | 40 | 63 |
| Binary | 10101010 | 10100110 | 1011010 | 0 | 10 | 101111 | 100001 | 111001 | 100000 | 110011 |
Color Harmonies of #AAA65A
Complementary color
Monochromatic Colors of #AAA65A
Black with #AAA65A
Text Example
Text Example
White with #AAA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA65A; }
p { color: rgb(170,166,90); }
H1.HeaderClassName
{
color: #AAA65A;
}
.AnyTagClassName
{
color: #AAA65A;
}
</style>
background-color css
<style>
a { background-color: #AAA65A; }
a { background-color: rgb(170,166,90); }
div.DivClassName
{
background-color: #AAA65A;
}
.BgClassName
{
background-color: #AAA65A;
}
</style>
border-color css
<style>
span { border-color: #AAA65A; }
span { border-color: rgb(170,166,90); }
td.TdClassName
{
border-color: #AAA65A;
}
.TagClassName
{
border-color: #AAA65A;
}
</style>