Shades of Grey Olive #A09C7C
Tints of Grey Olive #A09C7C
RGB
CMYK
RGB Variations
Color information
#A09C7C (or 0xA09C7C) is known color: Grey Olive. HEX triplet: A0, 9C and 7C. RGB value is (160,156,124). Sum of RGB (Red+Green+Blue) = 160+156+124=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C7C is #5F6383. Grayscale: #999999. Windows color (decimal): -6251396 or 8166560. OLE color: 8166560.
HSL color Cylindrical-coordinate representation of color #A09C7C: hue angle of 53.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09C7C is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 124 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.37 |
| HSL | 53.33º | 0.16% | 0.56% | - |
| HSV(B) | 53.33º | 0.23% | 0.63% | - |
| XYZ | 30.02 | 32.71 | 23.8 | - |
| YUV | 153.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 124 | 0 | 0.02 | 0.22 | 0.37 | 53.33 | 0.16 | 0.56 |
| Hex | A0 | 9C | 7C | 0 | 2 | 16 | 25 | 35 | 10 | 38 |
| Octal | 240 | 234 | 174 | 0 | 2 | 26 | 45 | 65 | 20 | 70 |
| Binary | 10100000 | 10011100 | 1111100 | 0 | 10 | 10110 | 100101 | 110101 | 10000 | 111000 |
Color Harmonies of #A09C7C
Complementary color
Monochromatic Colors of #A09C7C
Black with #A09C7C
Text Example
Text Example
White with #A09C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C7C; }
p { color: rgb(160,156,124); }
H1.HeaderClassName
{
color: #A09C7C;
}
.AnyTagClassName
{
color: #A09C7C;
}
</style>
background-color css
<style>
a { background-color: #A09C7C; }
a { background-color: rgb(160,156,124); }
div.DivClassName
{
background-color: #A09C7C;
}
.BgClassName
{
background-color: #A09C7C;
}
</style>
border-color css
<style>
span { border-color: #A09C7C; }
span { border-color: rgb(160,156,124); }
td.TdClassName
{
border-color: #A09C7C;
}
.TagClassName
{
border-color: #A09C7C;
}
</style>