Shades of Grey Olive #A0997B
Tints of Grey Olive #A0997B
RGB
CMYK
RGB Variations
Color information
#A0997B (or 0xA0997B) is known color: Grey Olive. HEX triplet: A0, 99 and 7B. RGB value is (160,153,123). Sum of RGB (Red+Green+Blue) = 160+153+123=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0997B is #5F6684. Grayscale: #979797. Windows color (decimal): -6252165 or 8100256. OLE color: 8100256.
HSL color Cylindrical-coordinate representation of color #A0997B: hue angle of 48.65º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0997B is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 123 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.37 |
| HSL | 48.65º | 0.16% | 0.55% | - |
| HSV(B) | 48.65º | 0.23% | 0.63% | - |
| XYZ | 29.46 | 31.69 | 23.3 | - |
| YUV | 151.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 123 | 0 | 0.04 | 0.23 | 0.37 | 48.65 | 0.16 | 0.55 |
| Hex | A0 | 99 | 7B | 0 | 4 | 17 | 25 | 31 | 10 | 37 |
| Octal | 240 | 231 | 173 | 0 | 4 | 27 | 45 | 61 | 20 | 67 |
| Binary | 10100000 | 10011001 | 1111011 | 0 | 100 | 10111 | 100101 | 110001 | 10000 | 110111 |
Color Harmonies of #A0997B
Complementary color
Monochromatic Colors of #A0997B
Black with #A0997B
Text Example
Text Example
White with #A0997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0997B; }
p { color: rgb(160,153,123); }
H1.HeaderClassName
{
color: #A0997B;
}
.AnyTagClassName
{
color: #A0997B;
}
</style>
background-color css
<style>
a { background-color: #A0997B; }
a { background-color: rgb(160,153,123); }
div.DivClassName
{
background-color: #A0997B;
}
.BgClassName
{
background-color: #A0997B;
}
</style>
border-color css
<style>
span { border-color: #A0997B; }
span { border-color: rgb(160,153,123); }
td.TdClassName
{
border-color: #A0997B;
}
.TagClassName
{
border-color: #A0997B;
}
</style>