Shades of Husk #A29A49
Tints of Husk #A29A49
RGB
CMYK
RGB Variations
Color information
#A29A49 (or 0xA29A49) is known color: Husk. HEX triplet: A2, 9A and 49. RGB value is (162,154,73). Sum of RGB (Red+Green+Blue) = 162+154+73=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A49 is #5D65B6. Grayscale: #939393. Windows color (decimal): -6120887 or 4823714. OLE color: 4823714.
HSL color Cylindrical-coordinate representation of color #A29A49: hue angle of 54.61º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A29A49 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 73 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.36 |
| HSL | 54.61º | 0.38% | 0.46% | - |
| HSV(B) | 54.61º | 0.55% | 0.64% | - |
| XYZ | 27.66 | 31.27 | 10.88 | - |
| YUV | 147.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 73 | 0 | 0.05 | 0.55 | 0.36 | 54.61 | 0.38 | 0.46 |
| Hex | A2 | 9A | 49 | 0 | 5 | 37 | 24 | 37 | 26 | 2E |
| Octal | 242 | 232 | 111 | 0 | 5 | 67 | 44 | 67 | 46 | 56 |
| Binary | 10100010 | 10011010 | 1001001 | 0 | 101 | 110111 | 100100 | 110111 | 100110 | 101110 |
Color Harmonies of #A29A49
Complementary color
Monochromatic Colors of #A29A49
Black with #A29A49
Text Example
Text Example
White with #A29A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A49; }
p { color: rgb(162,154,73); }
H1.HeaderClassName
{
color: #A29A49;
}
.AnyTagClassName
{
color: #A29A49;
}
</style>
background-color css
<style>
a { background-color: #A29A49; }
a { background-color: rgb(162,154,73); }
div.DivClassName
{
background-color: #A29A49;
}
.BgClassName
{
background-color: #A29A49;
}
</style>
border-color css
<style>
span { border-color: #A29A49; }
span { border-color: rgb(162,154,73); }
td.TdClassName
{
border-color: #A29A49;
}
.TagClassName
{
border-color: #A29A49;
}
</style>