Shades of Grey Olive #A89C7E
Tints of Grey Olive #A89C7E
RGB
CMYK
RGB Variations
Color information
#A89C7E (or 0xA89C7E) is known color: Grey Olive. HEX triplet: A8, 9C and 7E. RGB value is (168,156,126). Sum of RGB (Red+Green+Blue) = 168+156+126=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89C7E is #576381. Grayscale: #9C9C9C. Windows color (decimal): -5727106 or 8297640. OLE color: 8297640.
HSL color Cylindrical-coordinate representation of color #A89C7E: hue angle of 42.86º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A89C7E is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 156 | 126 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.34 |
| HSL | 42.86º | 0.19% | 0.58% | - |
| HSV(B) | 42.86º | 0.25% | 0.66% | - |
| XYZ | 31.8 | 33.61 | 24.55 | - |
| YUV | 156.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 156 | 126 | 0 | 0.07 | 0.25 | 0.34 | 42.86 | 0.19 | 0.58 |
| Hex | A8 | 9C | 7E | 0 | 7 | 19 | 22 | 2B | 13 | 3A |
| Octal | 250 | 234 | 176 | 0 | 7 | 31 | 42 | 53 | 23 | 72 |
| Binary | 10101000 | 10011100 | 1111110 | 0 | 111 | 11001 | 100010 | 101011 | 10011 | 111010 |
Color Harmonies of #A89C7E
Complementary color
Monochromatic Colors of #A89C7E
Black with #A89C7E
Text Example
Text Example
White with #A89C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89C7E; }
p { color: rgb(168,156,126); }
H1.HeaderClassName
{
color: #A89C7E;
}
.AnyTagClassName
{
color: #A89C7E;
}
</style>
background-color css
<style>
a { background-color: #A89C7E; }
a { background-color: rgb(168,156,126); }
div.DivClassName
{
background-color: #A89C7E;
}
.BgClassName
{
background-color: #A89C7E;
}
</style>
border-color css
<style>
span { border-color: #A89C7E; }
span { border-color: rgb(168,156,126); }
td.TdClassName
{
border-color: #A89C7E;
}
.TagClassName
{
border-color: #A89C7E;
}
</style>