Shades of Grey Olive #A09A82
Tints of Grey Olive #A09A82
RGB
CMYK
RGB Variations
Color information
#A09A82 (or 0xA09A82) is known color: Grey Olive. HEX triplet: A0, 9A and 82. RGB value is (160,154,130). Sum of RGB (Red+Green+Blue) = 160+154+130=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 130 (51.17% from 255 or 29.28% from 444); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09A82 is #5F657D. Grayscale: #999999. Windows color (decimal): -6251902 or 8559264. OLE color: 8559264.
HSL color Cylindrical-coordinate representation of color #A09A82: hue angle of 48º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09A82 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 130 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.37 |
| HSL | 48º | 0.14% | 0.57% | - |
| HSV(B) | 48º | 0.19% | 0.63% | - |
| XYZ | 30.08 | 32.2 | 25.75 | - |
| YUV | 153.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 130 | 0 | 0.04 | 0.19 | 0.37 | 48 | 0.14 | 0.57 |
| Hex | A0 | 9A | 82 | 0 | 4 | 13 | 25 | 30 | E | 39 |
| Octal | 240 | 232 | 202 | 0 | 4 | 23 | 45 | 60 | 16 | 71 |
| Binary | 10100000 | 10011010 | 10000010 | 0 | 100 | 10011 | 100101 | 110000 | 1110 | 111001 |
Color Harmonies of #A09A82
Complementary color
Monochromatic Colors of #A09A82
Black with #A09A82
Text Example
Text Example
White with #A09A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A82; }
p { color: rgb(160,154,130); }
H1.HeaderClassName
{
color: #A09A82;
}
.AnyTagClassName
{
color: #A09A82;
}
</style>
background-color css
<style>
a { background-color: #A09A82; }
a { background-color: rgb(160,154,130); }
div.DivClassName
{
background-color: #A09A82;
}
.BgClassName
{
background-color: #A09A82;
}
</style>
border-color css
<style>
span { border-color: #A09A82; }
span { border-color: rgb(160,154,130); }
td.TdClassName
{
border-color: #A09A82;
}
.TagClassName
{
border-color: #A09A82;
}
</style>