Shades of Husk #A19856
Tints of Husk #A19856
RGB
CMYK
RGB Variations
Color information
#A19856 (or 0xA19856) is known color: Husk. HEX triplet: A1, 98 and 56. RGB value is (161,152,86). Sum of RGB (Red+Green+Blue) = 161+152+86=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A19856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19856 is #5E67A9. Grayscale: #939393. Windows color (decimal): -6186922 or 5675169. OLE color: 5675169.
HSL color Cylindrical-coordinate representation of color #A19856: hue angle of 52.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A19856 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 86 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.37 |
| HSL | 52.8º | 0.3% | 0.48% | - |
| HSV(B) | 52.8º | 0.47% | 0.63% | - |
| XYZ | 27.61 | 30.71 | 13.28 | - |
| YUV | 147.17 | 93.48 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 86 | 0 | 0.06 | 0.47 | 0.37 | 52.8 | 0.3 | 0.48 |
| Hex | A1 | 98 | 56 | 0 | 6 | 2F | 25 | 35 | 1E | 30 |
| Octal | 241 | 230 | 126 | 0 | 6 | 57 | 45 | 65 | 36 | 60 |
| Binary | 10100001 | 10011000 | 1010110 | 0 | 110 | 101111 | 100101 | 110101 | 11110 | 110000 |
Color Harmonies of #A19856
Complementary color
Monochromatic Colors of #A19856
Black with #A19856
Text Example
Text Example
White with #A19856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19856; }
p { color: rgb(161,152,86); }
H1.HeaderClassName
{
color: #A19856;
}
.AnyTagClassName
{
color: #A19856;
}
</style>
background-color css
<style>
a { background-color: #A19856; }
a { background-color: rgb(161,152,86); }
div.DivClassName
{
background-color: #A19856;
}
.BgClassName
{
background-color: #A19856;
}
</style>
border-color css
<style>
span { border-color: #A19856; }
span { border-color: rgb(161,152,86); }
td.TdClassName
{
border-color: #A19856;
}
.TagClassName
{
border-color: #A19856;
}
</style>