Shades of Neutral Green #A19F85
Tints of Neutral Green #A19F85
RGB
CMYK
RGB Variations
Color information
#A19F85 (or 0xA19F85) is known color: Neutral Green. HEX triplet: A1, 9F and 85. RGB value is (161,159,133). Sum of RGB (Red+Green+Blue) = 161+159+133=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 133 (52.34% from 255 or 29.36% from 453); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F85 is #5E607A. Grayscale: #9C9C9C. Windows color (decimal): -6185083 or 8757153. OLE color: 8757153.
HSL color Cylindrical-coordinate representation of color #A19F85: hue angle of 55.71º 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 #A19F85 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 133 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.37 |
| HSL | 55.71º | 0.13% | 0.58% | - |
| HSV(B) | 55.71º | 0.17% | 0.63% | - |
| XYZ | 31.33 | 34.07 | 27.11 | - |
| YUV | 156.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 133 | 0 | 0.01 | 0.17 | 0.37 | 55.71 | 0.13 | 0.58 |
| Hex | A1 | 9F | 85 | 0 | 1 | 11 | 25 | 38 | D | 3A |
| Octal | 241 | 237 | 205 | 0 | 1 | 21 | 45 | 70 | 15 | 72 |
| Binary | 10100001 | 10011111 | 10000101 | 0 | 1 | 10001 | 100101 | 111000 | 1101 | 111010 |
Color Harmonies of #A19F85
Complementary color
Monochromatic Colors of #A19F85
Black with #A19F85
Text Example
Text Example
White with #A19F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F85; }
p { color: rgb(161,159,133); }
H1.HeaderClassName
{
color: #A19F85;
}
.AnyTagClassName
{
color: #A19F85;
}
</style>
background-color css
<style>
a { background-color: #A19F85; }
a { background-color: rgb(161,159,133); }
div.DivClassName
{
background-color: #A19F85;
}
.BgClassName
{
background-color: #A19F85;
}
</style>
border-color css
<style>
span { border-color: #A19F85; }
span { border-color: rgb(161,159,133); }
td.TdClassName
{
border-color: #A19F85;
}
.TagClassName
{
border-color: #A19F85;
}
</style>