Shades of Grey Olive #A09B79
Tints of Grey Olive #A09B79
RGB
CMYK
RGB Variations
Color information
#A09B79 (or 0xA09B79) is known color: Grey Olive. HEX triplet: A0, 9B and 79. RGB value is (160,155,121). Sum of RGB (Red+Green+Blue) = 160+155+121=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09B79 is #5F6486. Grayscale: #989898. Windows color (decimal): -6251655 or 7969696. OLE color: 7969696.
HSL color Cylindrical-coordinate representation of color #A09B79: hue angle of 52.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09B79 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 121 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.37 |
| HSL | 52.31º | 0.17% | 0.55% | - |
| HSV(B) | 52.31º | 0.24% | 0.63% | - |
| XYZ | 29.67 | 32.3 | 22.76 | - |
| YUV | 152.62 | 110.16 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 121 | 0 | 0.03 | 0.24 | 0.37 | 52.31 | 0.17 | 0.55 |
| Hex | A0 | 9B | 79 | 0 | 3 | 18 | 25 | 34 | 11 | 37 |
| Octal | 240 | 233 | 171 | 0 | 3 | 30 | 45 | 64 | 21 | 67 |
| Binary | 10100000 | 10011011 | 1111001 | 0 | 11 | 11000 | 100101 | 110100 | 10001 | 110111 |
Color Harmonies of #A09B79
Complementary color
Monochromatic Colors of #A09B79
Black with #A09B79
Text Example
Text Example
White with #A09B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B79; }
p { color: rgb(160,155,121); }
H1.HeaderClassName
{
color: #A09B79;
}
.AnyTagClassName
{
color: #A09B79;
}
</style>
background-color css
<style>
a { background-color: #A09B79; }
a { background-color: rgb(160,155,121); }
div.DivClassName
{
background-color: #A09B79;
}
.BgClassName
{
background-color: #A09B79;
}
</style>
border-color css
<style>
span { border-color: #A09B79; }
span { border-color: rgb(160,155,121); }
td.TdClassName
{
border-color: #A09B79;
}
.TagClassName
{
border-color: #A09B79;
}
</style>