Shades of Husk #A19656
Tints of Husk #A19656
RGB
CMYK
RGB Variations
Color information
#A19656 (or 0xA19656) is known color: Husk. HEX triplet: A1, 96 and 56. RGB value is (161,150,86). Sum of RGB (Red+Green+Blue) = 161+150+86=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19656 is #5E69A9. Grayscale: #929292. Windows color (decimal): -6187434 or 5674657. OLE color: 5674657.
HSL color Cylindrical-coordinate representation of color #A19656: hue angle of 51.2º 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 #A19656 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 86 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.37 |
| HSL | 51.2º | 0.3% | 0.48% | - |
| HSV(B) | 51.2º | 0.47% | 0.63% | - |
| XYZ | 27.28 | 30.06 | 13.17 | - |
| YUV | 145.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 86 | 0 | 0.07 | 0.47 | 0.37 | 51.2 | 0.3 | 0.48 |
| Hex | A1 | 96 | 56 | 0 | 7 | 2F | 25 | 33 | 1E | 30 |
| Octal | 241 | 226 | 126 | 0 | 7 | 57 | 45 | 63 | 36 | 60 |
| Binary | 10100001 | 10010110 | 1010110 | 0 | 111 | 101111 | 100101 | 110011 | 11110 | 110000 |
Color Harmonies of #A19656
Complementary color
Monochromatic Colors of #A19656
Black with #A19656
Text Example
Text Example
White with #A19656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19656; }
p { color: rgb(161,150,86); }
H1.HeaderClassName
{
color: #A19656;
}
.AnyTagClassName
{
color: #A19656;
}
</style>
background-color css
<style>
a { background-color: #A19656; }
a { background-color: rgb(161,150,86); }
div.DivClassName
{
background-color: #A19656;
}
.BgClassName
{
background-color: #A19656;
}
</style>
border-color css
<style>
span { border-color: #A19656; }
span { border-color: rgb(161,150,86); }
td.TdClassName
{
border-color: #A19656;
}
.TagClassName
{
border-color: #A19656;
}
</style>