Shades of Husk #A49D55
Tints of Husk #A49D55
RGB
CMYK
RGB Variations
Color information
#A49D55 (or 0xA49D55) is known color: Husk. HEX triplet: A4, 9D and 55. RGB value is (164,157,85). Sum of RGB (Red+Green+Blue) = 164+157+85=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D55 is #5B62AA. Grayscale: #979797. Windows color (decimal): -5989035 or 5610916. OLE color: 5610916.
HSL color Cylindrical-coordinate representation of color #A49D55: hue angle of 54.68º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A49D55 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 85 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.36 |
| HSL | 54.68º | 0.32% | 0.49% | - |
| HSV(B) | 54.68º | 0.48% | 0.64% | - |
| XYZ | 29.01 | 32.66 | 13.37 | - |
| YUV | 150.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 85 | 0 | 0.04 | 0.48 | 0.36 | 54.68 | 0.32 | 0.49 |
| Hex | A4 | 9D | 55 | 0 | 4 | 30 | 24 | 37 | 20 | 31 |
| Octal | 244 | 235 | 125 | 0 | 4 | 60 | 44 | 67 | 40 | 61 |
| Binary | 10100100 | 10011101 | 1010101 | 0 | 100 | 110000 | 100100 | 110111 | 100000 | 110001 |
Color Harmonies of #A49D55
Complementary color
Monochromatic Colors of #A49D55
Black with #A49D55
Text Example
Text Example
White with #A49D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D55; }
p { color: rgb(164,157,85); }
H1.HeaderClassName
{
color: #A49D55;
}
.AnyTagClassName
{
color: #A49D55;
}
</style>
background-color css
<style>
a { background-color: #A49D55; }
a { background-color: rgb(164,157,85); }
div.DivClassName
{
background-color: #A49D55;
}
.BgClassName
{
background-color: #A49D55;
}
</style>
border-color css
<style>
span { border-color: #A49D55; }
span { border-color: rgb(164,157,85); }
td.TdClassName
{
border-color: #A49D55;
}
.TagClassName
{
border-color: #A49D55;
}
</style>