Shades of Grey Olive #A0977E
Tints of Grey Olive #A0977E
RGB
CMYK
RGB Variations
Color information
#A0977E (or 0xA0977E) is known color: Grey Olive. HEX triplet: A0, 97 and 7E. RGB value is (160,151,126). Sum of RGB (Red+Green+Blue) = 160+151+126=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A0977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0977E is #5F6881. Grayscale: #969696. Windows color (decimal): -6252674 or 8296352. OLE color: 8296352.
HSL color Cylindrical-coordinate representation of color #A0977E: hue angle of 44.12º 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 #A0977E is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 126 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.37 |
| HSL | 44.12º | 0.15% | 0.56% | - |
| HSV(B) | 44.12º | 0.21% | 0.63% | - |
| XYZ | 29.33 | 31.11 | 24.2 | - |
| YUV | 150.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 126 | 0 | 0.06 | 0.21 | 0.37 | 44.12 | 0.15 | 0.56 |
| Hex | A0 | 97 | 7E | 0 | 6 | 15 | 25 | 2C | F | 38 |
| Octal | 240 | 227 | 176 | 0 | 6 | 25 | 45 | 54 | 17 | 70 |
| Binary | 10100000 | 10010111 | 1111110 | 0 | 110 | 10101 | 100101 | 101100 | 1111 | 111000 |
Color Harmonies of #A0977E
Complementary color
Monochromatic Colors of #A0977E
Black with #A0977E
Text Example
Text Example
White with #A0977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0977E; }
p { color: rgb(160,151,126); }
H1.HeaderClassName
{
color: #A0977E;
}
.AnyTagClassName
{
color: #A0977E;
}
</style>
background-color css
<style>
a { background-color: #A0977E; }
a { background-color: rgb(160,151,126); }
div.DivClassName
{
background-color: #A0977E;
}
.BgClassName
{
background-color: #A0977E;
}
</style>
border-color css
<style>
span { border-color: #A0977E; }
span { border-color: rgb(160,151,126); }
td.TdClassName
{
border-color: #A0977E;
}
.TagClassName
{
border-color: #A0977E;
}
</style>