Shades of Husk #A49D4D
Tints of Husk #A49D4D
RGB
CMYK
RGB Variations
Color information
#A49D4D (or 0xA49D4D) is known color: Husk. HEX triplet: A4, 9D and 4D. RGB value is (164,157,77). Sum of RGB (Red+Green+Blue) = 164+157+77=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D4D is #5B62B2. Grayscale: #969696. Windows color (decimal): -5989043 or 5086628. OLE color: 5086628.
HSL color Cylindrical-coordinate representation of color #A49D4D: hue angle of 55.17º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A49D4D is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 77 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.36 |
| HSL | 55.17º | 0.36% | 0.47% | - |
| HSV(B) | 55.17º | 0.53% | 0.64% | - |
| XYZ | 28.71 | 32.54 | 11.79 | - |
| YUV | 149.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 77 | 0 | 0.04 | 0.53 | 0.36 | 55.17 | 0.36 | 0.47 |
| Hex | A4 | 9D | 4D | 0 | 4 | 35 | 24 | 37 | 24 | 2F |
| Octal | 244 | 235 | 115 | 0 | 4 | 65 | 44 | 67 | 44 | 57 |
| Binary | 10100100 | 10011101 | 1001101 | 0 | 100 | 110101 | 100100 | 110111 | 100100 | 101111 |
Color Harmonies of #A49D4D
Complementary color
Monochromatic Colors of #A49D4D
Black with #A49D4D
Text Example
Text Example
White with #A49D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D4D; }
p { color: rgb(164,157,77); }
H1.HeaderClassName
{
color: #A49D4D;
}
.AnyTagClassName
{
color: #A49D4D;
}
</style>
background-color css
<style>
a { background-color: #A49D4D; }
a { background-color: rgb(164,157,77); }
div.DivClassName
{
background-color: #A49D4D;
}
.BgClassName
{
background-color: #A49D4D;
}
</style>
border-color css
<style>
span { border-color: #A49D4D; }
span { border-color: rgb(164,157,77); }
td.TdClassName
{
border-color: #A49D4D;
}
.TagClassName
{
border-color: #A49D4D;
}
</style>