Shades of Grey Olive #A0997D
Tints of Grey Olive #A0997D
RGB
CMYK
RGB Variations
Color information
#A0997D (or 0xA0997D) is known color: Grey Olive. HEX triplet: A0, 99 and 7D. RGB value is (160,153,125). Sum of RGB (Red+Green+Blue) = 160+153+125=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A0997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0997D is #5F6682. Grayscale: #989898. Windows color (decimal): -6252163 or 8231328. OLE color: 8231328.
HSL color Cylindrical-coordinate representation of color #A0997D: hue angle of 48º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0997D is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 125 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.37 |
| HSL | 48º | 0.16% | 0.56% | - |
| HSV(B) | 48º | 0.22% | 0.63% | - |
| XYZ | 29.59 | 31.74 | 23.97 | - |
| YUV | 151.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 125 | 0 | 0.04 | 0.22 | 0.37 | 48 | 0.16 | 0.56 |
| Hex | A0 | 99 | 7D | 0 | 4 | 16 | 25 | 30 | 10 | 38 |
| Octal | 240 | 231 | 175 | 0 | 4 | 26 | 45 | 60 | 20 | 70 |
| Binary | 10100000 | 10011001 | 1111101 | 0 | 100 | 10110 | 100101 | 110000 | 10000 | 111000 |
Color Harmonies of #A0997D
Complementary color
Monochromatic Colors of #A0997D
Black with #A0997D
Text Example
Text Example
White with #A0997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0997D; }
p { color: rgb(160,153,125); }
H1.HeaderClassName
{
color: #A0997D;
}
.AnyTagClassName
{
color: #A0997D;
}
</style>
background-color css
<style>
a { background-color: #A0997D; }
a { background-color: rgb(160,153,125); }
div.DivClassName
{
background-color: #A0997D;
}
.BgClassName
{
background-color: #A0997D;
}
</style>
border-color css
<style>
span { border-color: #A0997D; }
span { border-color: rgb(160,153,125); }
td.TdClassName
{
border-color: #A0997D;
}
.TagClassName
{
border-color: #A0997D;
}
</style>