Shades of Grey Olive #A19C85
Tints of Grey Olive #A19C85
RGB
CMYK
RGB Variations
Color information
#A19C85 (or 0xA19C85) is known color: Grey Olive. HEX triplet: A1, 9C and 85. RGB value is (161,156,133). Sum of RGB (Red+Green+Blue) = 161+156+133=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19C85 is #5E637A. Grayscale: #9A9A9A. Windows color (decimal): -6185851 or 8756385. OLE color: 8756385.
HSL color Cylindrical-coordinate representation of color #A19C85: hue angle of 49.29º 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 #A19C85 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 133 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.37 |
| HSL | 49.29º | 0.13% | 0.58% | - |
| HSV(B) | 49.29º | 0.17% | 0.63% | - |
| XYZ | 30.82 | 33.05 | 26.94 | - |
| YUV | 154.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 133 | 0 | 0.03 | 0.17 | 0.37 | 49.29 | 0.13 | 0.58 |
| Hex | A1 | 9C | 85 | 0 | 3 | 11 | 25 | 31 | D | 3A |
| Octal | 241 | 234 | 205 | 0 | 3 | 21 | 45 | 61 | 15 | 72 |
| Binary | 10100001 | 10011100 | 10000101 | 0 | 11 | 10001 | 100101 | 110001 | 1101 | 111010 |
Color Harmonies of #A19C85
Complementary color
Monochromatic Colors of #A19C85
Black with #A19C85
Text Example
Text Example
White with #A19C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C85; }
p { color: rgb(161,156,133); }
H1.HeaderClassName
{
color: #A19C85;
}
.AnyTagClassName
{
color: #A19C85;
}
</style>
background-color css
<style>
a { background-color: #A19C85; }
a { background-color: rgb(161,156,133); }
div.DivClassName
{
background-color: #A19C85;
}
.BgClassName
{
background-color: #A19C85;
}
</style>
border-color css
<style>
span { border-color: #A19C85; }
span { border-color: rgb(161,156,133); }
td.TdClassName
{
border-color: #A19C85;
}
.TagClassName
{
border-color: #A19C85;
}
</style>