Shades of Husk #A29A51
Tints of Husk #A29A51
RGB
CMYK
RGB Variations
Color information
#A29A51 (or 0xA29A51) is known color: Husk. HEX triplet: A2, 9A and 51. RGB value is (162,154,81). Sum of RGB (Red+Green+Blue) = 162+154+81=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A51 is #5D65AE. Grayscale: #949494. Windows color (decimal): -6120879 or 5348002. OLE color: 5348002.
HSL color Cylindrical-coordinate representation of color #A29A51: hue angle of 54.07º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A29A51 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 81 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.36 |
| HSL | 54.07º | 0.33% | 0.48% | - |
| HSV(B) | 54.07º | 0.5% | 0.64% | - |
| XYZ | 27.94 | 31.39 | 12.37 | - |
| YUV | 148.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 81 | 0 | 0.05 | 0.50 | 0.36 | 54.07 | 0.33 | 0.48 |
| Hex | A2 | 9A | 51 | 0 | 5 | 32 | 24 | 36 | 21 | 30 |
| Octal | 242 | 232 | 121 | 0 | 5 | 62 | 44 | 66 | 41 | 60 |
| Binary | 10100010 | 10011010 | 1010001 | 0 | 101 | 110010 | 100100 | 110110 | 100001 | 110000 |
Color Harmonies of #A29A51
Complementary color
Monochromatic Colors of #A29A51
Black with #A29A51
Text Example
Text Example
White with #A29A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A51; }
p { color: rgb(162,154,81); }
H1.HeaderClassName
{
color: #A29A51;
}
.AnyTagClassName
{
color: #A29A51;
}
</style>
background-color css
<style>
a { background-color: #A29A51; }
a { background-color: rgb(162,154,81); }
div.DivClassName
{
background-color: #A29A51;
}
.BgClassName
{
background-color: #A29A51;
}
</style>
border-color css
<style>
span { border-color: #A29A51; }
span { border-color: rgb(162,154,81); }
td.TdClassName
{
border-color: #A29A51;
}
.TagClassName
{
border-color: #A29A51;
}
</style>