Shades of Grey Olive #A09A7E
Tints of Grey Olive #A09A7E
RGB
CMYK
RGB Variations
Color information
#A09A7E (or 0xA09A7E) is known color: Grey Olive. HEX triplet: A0, 9A and 7E. RGB value is (160,154,126). Sum of RGB (Red+Green+Blue) = 160+154+126=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A7E is #5F6581. Grayscale: #989898. Windows color (decimal): -6251906 or 8297120. OLE color: 8297120.
HSL color Cylindrical-coordinate representation of color #A09A7E: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A09A7E is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 126 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.37 |
| HSL | 49.41º | 0.15% | 0.56% | - |
| HSV(B) | 49.41º | 0.21% | 0.63% | - |
| XYZ | 29.82 | 32.09 | 24.36 | - |
| YUV | 152.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 126 | 0 | 0.04 | 0.21 | 0.37 | 49.41 | 0.15 | 0.56 |
| Hex | A0 | 9A | 7E | 0 | 4 | 15 | 25 | 31 | F | 38 |
| Octal | 240 | 232 | 176 | 0 | 4 | 25 | 45 | 61 | 17 | 70 |
| Binary | 10100000 | 10011010 | 1111110 | 0 | 100 | 10101 | 100101 | 110001 | 1111 | 111000 |
Color Harmonies of #A09A7E
Complementary color
Monochromatic Colors of #A09A7E
Black with #A09A7E
Text Example
Text Example
White with #A09A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A7E; }
p { color: rgb(160,154,126); }
H1.HeaderClassName
{
color: #A09A7E;
}
.AnyTagClassName
{
color: #A09A7E;
}
</style>
background-color css
<style>
a { background-color: #A09A7E; }
a { background-color: rgb(160,154,126); }
div.DivClassName
{
background-color: #A09A7E;
}
.BgClassName
{
background-color: #A09A7E;
}
</style>
border-color css
<style>
span { border-color: #A09A7E; }
span { border-color: rgb(160,154,126); }
td.TdClassName
{
border-color: #A09A7E;
}
.TagClassName
{
border-color: #A09A7E;
}
</style>