Shades of Husk #A49D4E
Tints of Husk #A49D4E
RGB
CMYK
RGB Variations
Color information
#A49D4E (or 0xA49D4E) is known color: Husk. HEX triplet: A4, 9D and 4E. RGB value is (164,157,78). Sum of RGB (Red+Green+Blue) = 164+157+78=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D4E is #5B62B1. Grayscale: #969696. Windows color (decimal): -5989042 or 5152164. OLE color: 5152164.
HSL color Cylindrical-coordinate representation of color #A49D4E: hue angle of 55.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A49D4E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 78 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.36 |
| HSL | 55.12º | 0.36% | 0.47% | - |
| HSV(B) | 55.12º | 0.52% | 0.64% | - |
| XYZ | 28.74 | 32.56 | 11.98 | - |
| YUV | 150.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 78 | 0 | 0.04 | 0.52 | 0.36 | 55.12 | 0.36 | 0.47 |
| Hex | A4 | 9D | 4E | 0 | 4 | 34 | 24 | 37 | 24 | 2F |
| Octal | 244 | 235 | 116 | 0 | 4 | 64 | 44 | 67 | 44 | 57 |
| Binary | 10100100 | 10011101 | 1001110 | 0 | 100 | 110100 | 100100 | 110111 | 100100 | 101111 |
Color Harmonies of #A49D4E
Complementary color
Monochromatic Colors of #A49D4E
Black with #A49D4E
Text Example
Text Example
White with #A49D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D4E; }
p { color: rgb(164,157,78); }
H1.HeaderClassName
{
color: #A49D4E;
}
.AnyTagClassName
{
color: #A49D4E;
}
</style>
background-color css
<style>
a { background-color: #A49D4E; }
a { background-color: rgb(164,157,78); }
div.DivClassName
{
background-color: #A49D4E;
}
.BgClassName
{
background-color: #A49D4E;
}
</style>
border-color css
<style>
span { border-color: #A49D4E; }
span { border-color: rgb(164,157,78); }
td.TdClassName
{
border-color: #A49D4E;
}
.TagClassName
{
border-color: #A49D4E;
}
</style>