Shades of Grey Olive #A19B85
Tints of Grey Olive #A19B85
RGB
CMYK
RGB Variations
Color information
#A19B85 (or 0xA19B85) is known color: Grey Olive. HEX triplet: A1, 9B and 85. RGB value is (161,155,133). Sum of RGB (Red+Green+Blue) = 161+155+133=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19B85 is #5E647A. Grayscale: #9A9A9A. Windows color (decimal): -6186107 or 8756129. OLE color: 8756129.
HSL color Cylindrical-coordinate representation of color #A19B85: hue angle of 47.14º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A19B85 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 133 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.37 |
| HSL | 47.14º | 0.13% | 0.58% | - |
| HSV(B) | 47.14º | 0.17% | 0.63% | - |
| XYZ | 30.65 | 32.71 | 26.89 | - |
| YUV | 154.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 133 | 0 | 0.04 | 0.17 | 0.37 | 47.14 | 0.13 | 0.58 |
| Hex | A1 | 9B | 85 | 0 | 4 | 11 | 25 | 2F | D | 3A |
| Octal | 241 | 233 | 205 | 0 | 4 | 21 | 45 | 57 | 15 | 72 |
| Binary | 10100001 | 10011011 | 10000101 | 0 | 100 | 10001 | 100101 | 101111 | 1101 | 111010 |
Color Harmonies of #A19B85
Complementary color
Monochromatic Colors of #A19B85
Black with #A19B85
Text Example
Text Example
White with #A19B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B85; }
p { color: rgb(161,155,133); }
H1.HeaderClassName
{
color: #A19B85;
}
.AnyTagClassName
{
color: #A19B85;
}
</style>
background-color css
<style>
a { background-color: #A19B85; }
a { background-color: rgb(161,155,133); }
div.DivClassName
{
background-color: #A19B85;
}
.BgClassName
{
background-color: #A19B85;
}
</style>
border-color css
<style>
span { border-color: #A19B85; }
span { border-color: rgb(161,155,133); }
td.TdClassName
{
border-color: #A19B85;
}
.TagClassName
{
border-color: #A19B85;
}
</style>