Shades of Husk #A19B54
Tints of Husk #A19B54
RGB
CMYK
RGB Variations
Color information
#A19B54 (or 0xA19B54) is known color: Husk. HEX triplet: A1, 9B and 54. RGB value is (161,155,84). Sum of RGB (Red+Green+Blue) = 161+155+84=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 84 (33.20% from 255 or 21% from 400); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19B54 is #5E64AB. Grayscale: #949494. Windows color (decimal): -6186156 or 5544865. OLE color: 5544865.
HSL color Cylindrical-coordinate representation of color #A19B54: hue angle of 55.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19B54 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 84 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.37 |
| HSL | 55.32º | 0.31% | 0.48% | - |
| HSV(B) | 55.32º | 0.48% | 0.63% | - |
| XYZ | 28.02 | 31.66 | 13.02 | - |
| YUV | 148.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 84 | 0 | 0.04 | 0.48 | 0.37 | 55.32 | 0.31 | 0.48 |
| Hex | A1 | 9B | 54 | 0 | 4 | 30 | 25 | 37 | 1F | 30 |
| Octal | 241 | 233 | 124 | 0 | 4 | 60 | 45 | 67 | 37 | 60 |
| Binary | 10100001 | 10011011 | 1010100 | 0 | 100 | 110000 | 100101 | 110111 | 11111 | 110000 |
Color Harmonies of #A19B54
Complementary color
Monochromatic Colors of #A19B54
Black with #A19B54
Text Example
Text Example
White with #A19B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B54; }
p { color: rgb(161,155,84); }
H1.HeaderClassName
{
color: #A19B54;
}
.AnyTagClassName
{
color: #A19B54;
}
</style>
background-color css
<style>
a { background-color: #A19B54; }
a { background-color: rgb(161,155,84); }
div.DivClassName
{
background-color: #A19B54;
}
.BgClassName
{
background-color: #A19B54;
}
</style>
border-color css
<style>
span { border-color: #A19B54; }
span { border-color: rgb(161,155,84); }
td.TdClassName
{
border-color: #A19B54;
}
.TagClassName
{
border-color: #A19B54;
}
</style>