Shades of Husk #A19D4E
Tints of Husk #A19D4E
RGB
CMYK
RGB Variations
Color information
#A19D4E (or 0xA19D4E) is known color: Husk. HEX triplet: A1, 9D and 4E. RGB value is (161,157,78). Sum of RGB (Red+Green+Blue) = 161+157+78=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19D4E is #5E62B1. Grayscale: #959595. Windows color (decimal): -6185650 or 5152161. OLE color: 5152161.
HSL color Cylindrical-coordinate representation of color #A19D4E: hue angle of 57.11º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A19D4E is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 157 | 78 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.37 |
| HSL | 57.11º | 0.35% | 0.47% | - |
| HSV(B) | 57.11º | 0.52% | 0.63% | - |
| XYZ | 28.13 | 32.24 | 11.95 | - |
| YUV | 149.19 | 87.83 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 157 | 78 | 0 | 0.02 | 0.52 | 0.37 | 57.11 | 0.35 | 0.47 |
| Hex | A1 | 9D | 4E | 0 | 2 | 34 | 25 | 39 | 23 | 2F |
| Octal | 241 | 235 | 116 | 0 | 2 | 64 | 45 | 71 | 43 | 57 |
| Binary | 10100001 | 10011101 | 1001110 | 0 | 10 | 110100 | 100101 | 111001 | 100011 | 101111 |
Color Harmonies of #A19D4E
Complementary color
Monochromatic Colors of #A19D4E
Black with #A19D4E
Text Example
Text Example
White with #A19D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19D4E; }
p { color: rgb(161,157,78); }
H1.HeaderClassName
{
color: #A19D4E;
}
.AnyTagClassName
{
color: #A19D4E;
}
</style>
background-color css
<style>
a { background-color: #A19D4E; }
a { background-color: rgb(161,157,78); }
div.DivClassName
{
background-color: #A19D4E;
}
.BgClassName
{
background-color: #A19D4E;
}
</style>
border-color css
<style>
span { border-color: #A19D4E; }
span { border-color: rgb(161,157,78); }
td.TdClassName
{
border-color: #A19D4E;
}
.TagClassName
{
border-color: #A19D4E;
}
</style>