Shades of Grey Olive #A19980
Tints of Grey Olive #A19980
RGB
CMYK
RGB Variations
Color information
#A19980 (or 0xA19980) is known color: Grey Olive. HEX triplet: A1, 99 and 80. RGB value is (161,153,128). Sum of RGB (Red+Green+Blue) = 161+153+128=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 161 - color contains mainly: red. Hex color #A19980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19980 is #5E667F. Grayscale: #989898. Windows color (decimal): -6186624 or 8427937. OLE color: 8427937.
HSL color Cylindrical-coordinate representation of color #A19980: hue angle of 45.45º 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 #A19980 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 128 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.37 |
| HSL | 45.45º | 0.15% | 0.57% | - |
| HSV(B) | 45.45º | 0.2% | 0.63% | - |
| XYZ | 29.99 | 31.92 | 25 | - |
| YUV | 152.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 128 | 0 | 0.05 | 0.20 | 0.37 | 45.45 | 0.15 | 0.57 |
| Hex | A1 | 99 | 80 | 0 | 5 | 14 | 25 | 2D | F | 39 |
| Octal | 241 | 231 | 200 | 0 | 5 | 24 | 45 | 55 | 17 | 71 |
| Binary | 10100001 | 10011001 | 10000000 | 0 | 101 | 10100 | 100101 | 101101 | 1111 | 111001 |
Color Harmonies of #A19980
Complementary color
Monochromatic Colors of #A19980
Black with #A19980
Text Example
Text Example
White with #A19980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19980; }
p { color: rgb(161,153,128); }
H1.HeaderClassName
{
color: #A19980;
}
.AnyTagClassName
{
color: #A19980;
}
</style>
background-color css
<style>
a { background-color: #A19980; }
a { background-color: rgb(161,153,128); }
div.DivClassName
{
background-color: #A19980;
}
.BgClassName
{
background-color: #A19980;
}
</style>
border-color css
<style>
span { border-color: #A19980; }
span { border-color: rgb(161,153,128); }
td.TdClassName
{
border-color: #A19980;
}
.TagClassName
{
border-color: #A19980;
}
</style>