Shades of Husk #A19D4C
Tints of Husk #A19D4C
RGB
CMYK
RGB Variations
Color information
#A19D4C (or 0xA19D4C) is known color: Husk. HEX triplet: A1, 9D and 4C. RGB value is (161,157,76). Sum of RGB (Red+Green+Blue) = 161+157+76=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D4C is #5E62B3. Grayscale: #959595. Windows color (decimal): -6185652 or 5021089. OLE color: 5021089.
HSL color Cylindrical-coordinate representation of color #A19D4C: hue angle of 57.18º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A19D4C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 76 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.37 |
| HSL | 57.18º | 0.36% | 0.46% | - |
| HSV(B) | 57.18º | 0.53% | 0.63% | - |
| XYZ | 28.06 | 32.21 | 11.58 | - |
| YUV | 148.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 76 | 0 | 0.02 | 0.53 | 0.37 | 57.18 | 0.36 | 0.46 |
| Hex | A1 | 9D | 4C | 0 | 2 | 35 | 25 | 39 | 24 | 2E |
| Octal | 241 | 235 | 114 | 0 | 2 | 65 | 45 | 71 | 44 | 56 |
| Binary | 10100001 | 10011101 | 1001100 | 0 | 10 | 110101 | 100101 | 111001 | 100100 | 101110 |
Color Harmonies of #A19D4C
Complementary color
Monochromatic Colors of #A19D4C
Black with #A19D4C
Text Example
Text Example
White with #A19D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D4C; }
p { color: rgb(161,157,76); }
H1.HeaderClassName
{
color: #A19D4C;
}
.AnyTagClassName
{
color: #A19D4C;
}
</style>
background-color css
<style>
a { background-color: #A19D4C; }
a { background-color: rgb(161,157,76); }
div.DivClassName
{
background-color: #A19D4C;
}
.BgClassName
{
background-color: #A19D4C;
}
</style>
border-color css
<style>
span { border-color: #A19D4C; }
span { border-color: rgb(161,157,76); }
td.TdClassName
{
border-color: #A19D4C;
}
.TagClassName
{
border-color: #A19D4C;
}
</style>