Shades of Husk #A49A51
Tints of Husk #A49A51
RGB
CMYK
RGB Variations
Color information
#A49A51 (or 0xA49A51) is known color: Husk. HEX triplet: A4, 9A and 51. RGB value is (164,154,81). Sum of RGB (Red+Green+Blue) = 164+154+81=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A51 is #5B65AE. Grayscale: #949494. Windows color (decimal): -5989807 or 5348004. OLE color: 5348004.
HSL color Cylindrical-coordinate representation of color #A49A51: hue angle of 52.77º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A49A51 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 81 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.36 |
| HSL | 52.77º | 0.34% | 0.48% | - |
| HSV(B) | 52.77º | 0.51% | 0.64% | - |
| XYZ | 28.35 | 31.6 | 12.39 | - |
| YUV | 148.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 81 | 0 | 0.06 | 0.51 | 0.36 | 52.77 | 0.34 | 0.48 |
| Hex | A4 | 9A | 51 | 0 | 6 | 33 | 24 | 35 | 22 | 30 |
| Octal | 244 | 232 | 121 | 0 | 6 | 63 | 44 | 65 | 42 | 60 |
| Binary | 10100100 | 10011010 | 1010001 | 0 | 110 | 110011 | 100100 | 110101 | 100010 | 110000 |
Color Harmonies of #A49A51
Complementary color
Monochromatic Colors of #A49A51
Black with #A49A51
Text Example
Text Example
White with #A49A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A51; }
p { color: rgb(164,154,81); }
H1.HeaderClassName
{
color: #A49A51;
}
.AnyTagClassName
{
color: #A49A51;
}
</style>
background-color css
<style>
a { background-color: #A49A51; }
a { background-color: rgb(164,154,81); }
div.DivClassName
{
background-color: #A49A51;
}
.BgClassName
{
background-color: #A49A51;
}
</style>
border-color css
<style>
span { border-color: #A49A51; }
span { border-color: rgb(164,154,81); }
td.TdClassName
{
border-color: #A49A51;
}
.TagClassName
{
border-color: #A49A51;
}
</style>