Shades of Olive Green #AAAA6A
Tints of Olive Green #AAAA6A
RGB
CMYK
RGB Variations
Color information
#AAAA6A (or 0xAAAA6A) is known color: Olive Green. HEX triplet: AA, AA and 6A. RGB value is (170,170,106). Sum of RGB (Red+Green+Blue) = 170+170+106=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA6A is #555595. Grayscale: #A2A2A2. Windows color (decimal): -5592470 or 6990506. OLE color: 6990506.
HSL color Cylindrical-coordinate representation of color #AAAA6A: hue angle of 60º 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 #AAAA6A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 106 | - |
| CMYK | 0 | 0 | 0.38 | 0.33 |
| HSL | 60º | 0.27% | 0.54% | - |
| HSV(B) | 60º | 0.38% | 0.67% | - |
| XYZ | 33.55 | 38.34 | 19.27 | - |
| YUV | 162.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 106 | 0 | 0 | 0.38 | 0.33 | 60 | 0.27 | 0.54 |
| Hex | AA | AA | 6A | 0 | 0 | 26 | 21 | 3C | 1B | 36 |
| Octal | 252 | 252 | 152 | 0 | 0 | 46 | 41 | 74 | 33 | 66 |
| Binary | 10101010 | 10101010 | 1101010 | 0 | 0 | 100110 | 100001 | 111100 | 11011 | 110110 |
Color Harmonies of #AAAA6A
Complementary color
Monochromatic Colors of #AAAA6A
Black with #AAAA6A
Text Example
Text Example
White with #AAAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA6A; }
p { color: rgb(170,170,106); }
H1.HeaderClassName
{
color: #AAAA6A;
}
.AnyTagClassName
{
color: #AAAA6A;
}
</style>
background-color css
<style>
a { background-color: #AAAA6A; }
a { background-color: rgb(170,170,106); }
div.DivClassName
{
background-color: #AAAA6A;
}
.BgClassName
{
background-color: #AAAA6A;
}
</style>
border-color css
<style>
span { border-color: #AAAA6A; }
span { border-color: rgb(170,170,106); }
td.TdClassName
{
border-color: #AAAA6A;
}
.TagClassName
{
border-color: #AAAA6A;
}
</style>