Shades of Husk #A19D54
Tints of Husk #A19D54
RGB
CMYK
RGB Variations
Color information
#A19D54 (or 0xA19D54) is known color: Husk. HEX triplet: A1, 9D and 54. RGB value is (161,157,84). Sum of RGB (Red+Green+Blue) = 161+157+84=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D54 is #5E62AB. Grayscale: #969696. Windows color (decimal): -6185644 or 5545377. OLE color: 5545377.
HSL color Cylindrical-coordinate representation of color #A19D54: hue angle of 56.88º 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 #A19D54 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 84 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.37 |
| HSL | 56.88º | 0.31% | 0.48% | - |
| HSV(B) | 56.88º | 0.48% | 0.63% | - |
| XYZ | 28.36 | 32.33 | 13.13 | - |
| YUV | 149.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 84 | 0 | 0.02 | 0.48 | 0.37 | 56.88 | 0.31 | 0.48 |
| Hex | A1 | 9D | 54 | 0 | 2 | 30 | 25 | 39 | 1F | 30 |
| Octal | 241 | 235 | 124 | 0 | 2 | 60 | 45 | 71 | 37 | 60 |
| Binary | 10100001 | 10011101 | 1010100 | 0 | 10 | 110000 | 100101 | 111001 | 11111 | 110000 |
Color Harmonies of #A19D54
Complementary color
Monochromatic Colors of #A19D54
Black with #A19D54
Text Example
Text Example
White with #A19D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D54; }
p { color: rgb(161,157,84); }
H1.HeaderClassName
{
color: #A19D54;
}
.AnyTagClassName
{
color: #A19D54;
}
</style>
background-color css
<style>
a { background-color: #A19D54; }
a { background-color: rgb(161,157,84); }
div.DivClassName
{
background-color: #A19D54;
}
.BgClassName
{
background-color: #A19D54;
}
</style>
border-color css
<style>
span { border-color: #A19D54; }
span { border-color: rgb(161,157,84); }
td.TdClassName
{
border-color: #A19D54;
}
.TagClassName
{
border-color: #A19D54;
}
</style>