Shades of Grey Olive #A0997A
Tints of Grey Olive #A0997A
RGB
CMYK
RGB Variations
Color information
#A0997A (or 0xA0997A) is known color: Grey Olive. HEX triplet: A0, 99 and 7A. RGB value is (160,153,122). Sum of RGB (Red+Green+Blue) = 160+153+122=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0997A is #5F6685. Grayscale: #979797. Windows color (decimal): -6252166 or 8034720. OLE color: 8034720.
HSL color Cylindrical-coordinate representation of color #A0997A: hue angle of 48.95º 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 #A0997A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 122 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.37 |
| HSL | 48.95º | 0.17% | 0.55% | - |
| HSV(B) | 48.95º | 0.24% | 0.63% | - |
| XYZ | 29.4 | 31.66 | 22.97 | - |
| YUV | 151.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 122 | 0 | 0.04 | 0.24 | 0.37 | 48.95 | 0.17 | 0.55 |
| Hex | A0 | 99 | 7A | 0 | 4 | 18 | 25 | 31 | 11 | 37 |
| Octal | 240 | 231 | 172 | 0 | 4 | 30 | 45 | 61 | 21 | 67 |
| Binary | 10100000 | 10011001 | 1111010 | 0 | 100 | 11000 | 100101 | 110001 | 10001 | 110111 |
Color Harmonies of #A0997A
Complementary color
Monochromatic Colors of #A0997A
Black with #A0997A
Text Example
Text Example
White with #A0997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0997A; }
p { color: rgb(160,153,122); }
H1.HeaderClassName
{
color: #A0997A;
}
.AnyTagClassName
{
color: #A0997A;
}
</style>
background-color css
<style>
a { background-color: #A0997A; }
a { background-color: rgb(160,153,122); }
div.DivClassName
{
background-color: #A0997A;
}
.BgClassName
{
background-color: #A0997A;
}
</style>
border-color css
<style>
span { border-color: #A0997A; }
span { border-color: rgb(160,153,122); }
td.TdClassName
{
border-color: #A0997A;
}
.TagClassName
{
border-color: #A0997A;
}
</style>