Shades of Grey Olive #A19A81
Tints of Grey Olive #A19A81
RGB
CMYK
RGB Variations
Color information
#A19A81 (or 0xA19A81) is known color: Grey Olive. HEX triplet: A1, 9A and 81. RGB value is (161,154,129). Sum of RGB (Red+Green+Blue) = 161+154+129=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A81 is #5E657E. Grayscale: #999999. Windows color (decimal): -6186367 or 8493729. OLE color: 8493729.
HSL color Cylindrical-coordinate representation of color #A19A81: hue angle of 46.88º 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 #A19A81 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 129 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.37 |
| HSL | 46.88º | 0.15% | 0.57% | - |
| HSV(B) | 46.88º | 0.2% | 0.63% | - |
| XYZ | 30.22 | 32.27 | 25.41 | - |
| YUV | 153.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 129 | 0 | 0.04 | 0.20 | 0.37 | 46.88 | 0.15 | 0.57 |
| Hex | A1 | 9A | 81 | 0 | 4 | 14 | 25 | 2F | F | 39 |
| Octal | 241 | 232 | 201 | 0 | 4 | 24 | 45 | 57 | 17 | 71 |
| Binary | 10100001 | 10011010 | 10000001 | 0 | 100 | 10100 | 100101 | 101111 | 1111 | 111001 |
Color Harmonies of #A19A81
Complementary color
Monochromatic Colors of #A19A81
Black with #A19A81
Text Example
Text Example
White with #A19A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A81; }
p { color: rgb(161,154,129); }
H1.HeaderClassName
{
color: #A19A81;
}
.AnyTagClassName
{
color: #A19A81;
}
</style>
background-color css
<style>
a { background-color: #A19A81; }
a { background-color: rgb(161,154,129); }
div.DivClassName
{
background-color: #A19A81;
}
.BgClassName
{
background-color: #A19A81;
}
</style>
border-color css
<style>
span { border-color: #A19A81; }
span { border-color: rgb(161,154,129); }
td.TdClassName
{
border-color: #A19A81;
}
.TagClassName
{
border-color: #A19A81;
}
</style>