Shades of Grey Olive #A09881
Tints of Grey Olive #A09881
RGB
CMYK
RGB Variations
Color information
#A09881 (or 0xA09881) is known color: Grey Olive. HEX triplet: A0, 98 and 81. RGB value is (160,152,129). Sum of RGB (Red+Green+Blue) = 160+152+129=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 160 - color contains mainly: red. Hex color #A09881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09881 is #5F677E. Grayscale: #979797. Windows color (decimal): -6252415 or 8493216. OLE color: 8493216.
HSL color Cylindrical-coordinate representation of color #A09881: hue angle of 44.52º 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 #A09881 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 129 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.37 |
| HSL | 44.52º | 0.14% | 0.57% | - |
| HSV(B) | 44.52º | 0.19% | 0.63% | - |
| XYZ | 29.69 | 31.52 | 25.29 | - |
| YUV | 151.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 129 | 0 | 0.05 | 0.19 | 0.37 | 44.52 | 0.14 | 0.57 |
| Hex | A0 | 98 | 81 | 0 | 5 | 13 | 25 | 2D | E | 39 |
| Octal | 240 | 230 | 201 | 0 | 5 | 23 | 45 | 55 | 16 | 71 |
| Binary | 10100000 | 10011000 | 10000001 | 0 | 101 | 10011 | 100101 | 101101 | 1110 | 111001 |
Color Harmonies of #A09881
Complementary color
Monochromatic Colors of #A09881
Black with #A09881
Text Example
Text Example
White with #A09881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09881; }
p { color: rgb(160,152,129); }
H1.HeaderClassName
{
color: #A09881;
}
.AnyTagClassName
{
color: #A09881;
}
</style>
background-color css
<style>
a { background-color: #A09881; }
a { background-color: rgb(160,152,129); }
div.DivClassName
{
background-color: #A09881;
}
.BgClassName
{
background-color: #A09881;
}
</style>
border-color css
<style>
span { border-color: #A09881; }
span { border-color: rgb(160,152,129); }
td.TdClassName
{
border-color: #A09881;
}
.TagClassName
{
border-color: #A09881;
}
</style>