Shades of Grey Olive #A19A80
Tints of Grey Olive #A19A80
RGB
CMYK
RGB Variations
Color information
#A19A80 (or 0xA19A80) is known color: Grey Olive. HEX triplet: A1, 9A and 80. RGB value is (161,154,128). Sum of RGB (Red+Green+Blue) = 161+154+128=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A80 is #5E657F. Grayscale: #999999. Windows color (decimal): -6186368 or 8428193. OLE color: 8428193.
HSL color Cylindrical-coordinate representation of color #A19A80: hue angle of 47.27º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19A80 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 128 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.37 |
| HSL | 47.27º | 0.15% | 0.57% | - |
| HSV(B) | 47.27º | 0.2% | 0.63% | - |
| XYZ | 30.15 | 32.25 | 25.06 | - |
| YUV | 153.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 128 | 0 | 0.04 | 0.20 | 0.37 | 47.27 | 0.15 | 0.57 |
| Hex | A1 | 9A | 80 | 0 | 4 | 14 | 25 | 2F | F | 39 |
| Octal | 241 | 232 | 200 | 0 | 4 | 24 | 45 | 57 | 17 | 71 |
| Binary | 10100001 | 10011010 | 10000000 | 0 | 100 | 10100 | 100101 | 101111 | 1111 | 111001 |
Color Harmonies of #A19A80
Complementary color
Monochromatic Colors of #A19A80
Black with #A19A80
Text Example
Text Example
White with #A19A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A80; }
p { color: rgb(161,154,128); }
H1.HeaderClassName
{
color: #A19A80;
}
.AnyTagClassName
{
color: #A19A80;
}
</style>
background-color css
<style>
a { background-color: #A19A80; }
a { background-color: rgb(161,154,128); }
div.DivClassName
{
background-color: #A19A80;
}
.BgClassName
{
background-color: #A19A80;
}
</style>
border-color css
<style>
span { border-color: #A19A80; }
span { border-color: rgb(161,154,128); }
td.TdClassName
{
border-color: #A19A80;
}
.TagClassName
{
border-color: #A19A80;
}
</style>