Shades of Husk #A19B55
Tints of Husk #A19B55
RGB
CMYK
RGB Variations
Color information
#A19B55 (or 0xA19B55) is known color: Husk. HEX triplet: A1, 9B and 55. RGB value is (161,155,85). Sum of RGB (Red+Green+Blue) = 161+155+85=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B55 is #5E64AA. Grayscale: #959595. Windows color (decimal): -6186155 or 5610401. OLE color: 5610401.
HSL color Cylindrical-coordinate representation of color #A19B55: hue angle of 55.26º degrees, saturation: 0.31, 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 #A19B55 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 85 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.37 |
| HSL | 55.26º | 0.31% | 0.48% | - |
| HSV(B) | 55.26º | 0.47% | 0.63% | - |
| XYZ | 28.06 | 31.68 | 13.23 | - |
| YUV | 148.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 85 | 0 | 0.04 | 0.47 | 0.37 | 55.26 | 0.31 | 0.48 |
| Hex | A1 | 9B | 55 | 0 | 4 | 2F | 25 | 37 | 1F | 30 |
| Octal | 241 | 233 | 125 | 0 | 4 | 57 | 45 | 67 | 37 | 60 |
| Binary | 10100001 | 10011011 | 1010101 | 0 | 100 | 101111 | 100101 | 110111 | 11111 | 110000 |
Color Harmonies of #A19B55
Complementary color
Monochromatic Colors of #A19B55
Black with #A19B55
Text Example
Text Example
White with #A19B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B55; }
p { color: rgb(161,155,85); }
H1.HeaderClassName
{
color: #A19B55;
}
.AnyTagClassName
{
color: #A19B55;
}
</style>
background-color css
<style>
a { background-color: #A19B55; }
a { background-color: rgb(161,155,85); }
div.DivClassName
{
background-color: #A19B55;
}
.BgClassName
{
background-color: #A19B55;
}
</style>
border-color css
<style>
span { border-color: #A19B55; }
span { border-color: rgb(161,155,85); }
td.TdClassName
{
border-color: #A19B55;
}
.TagClassName
{
border-color: #A19B55;
}
</style>