Shades of Husk #A49D57
Tints of Husk #A49D57
RGB
CMYK
RGB Variations
Color information
#A49D57 (or 0xA49D57) is known color: Husk. HEX triplet: A4, 9D and 57. RGB value is (164,157,87). Sum of RGB (Red+Green+Blue) = 164+157+87=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 87 (34.38% from 255 or 21.32% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D57 is #5B62A8. Grayscale: #979797. Windows color (decimal): -5989033 or 5741988. OLE color: 5741988.
HSL color Cylindrical-coordinate representation of color #A49D57: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A49D57 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 87 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.36 |
| HSL | 54.55º | 0.31% | 0.49% | - |
| HSV(B) | 54.55º | 0.47% | 0.64% | - |
| XYZ | 29.09 | 32.69 | 13.79 | - |
| YUV | 151.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 87 | 0 | 0.04 | 0.47 | 0.36 | 54.55 | 0.31 | 0.49 |
| Hex | A4 | 9D | 57 | 0 | 4 | 2F | 24 | 37 | 1F | 31 |
| Octal | 244 | 235 | 127 | 0 | 4 | 57 | 44 | 67 | 37 | 61 |
| Binary | 10100100 | 10011101 | 1010111 | 0 | 100 | 101111 | 100100 | 110111 | 11111 | 110001 |
Color Harmonies of #A49D57
Complementary color
Monochromatic Colors of #A49D57
Black with #A49D57
Text Example
Text Example
White with #A49D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D57; }
p { color: rgb(164,157,87); }
H1.HeaderClassName
{
color: #A49D57;
}
.AnyTagClassName
{
color: #A49D57;
}
</style>
background-color css
<style>
a { background-color: #A49D57; }
a { background-color: rgb(164,157,87); }
div.DivClassName
{
background-color: #A49D57;
}
.BgClassName
{
background-color: #A49D57;
}
</style>
border-color css
<style>
span { border-color: #A49D57; }
span { border-color: rgb(164,157,87); }
td.TdClassName
{
border-color: #A49D57;
}
.TagClassName
{
border-color: #A49D57;
}
</style>