Shades of Husk #A29A55
Tints of Husk #A29A55
RGB
CMYK
RGB Variations
Color information
#A29A55 (or 0xA29A55) is known color: Husk. HEX triplet: A2, 9A and 55. RGB value is (162,154,85). Sum of RGB (Red+Green+Blue) = 162+154+85=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A55 is #5D65AA. Grayscale: #949494. Windows color (decimal): -6120875 or 5610146. OLE color: 5610146.
HSL color Cylindrical-coordinate representation of color #A29A55: hue angle of 53.77º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A29A55 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 85 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.36 |
| HSL | 53.77º | 0.31% | 0.48% | - |
| HSV(B) | 53.77º | 0.48% | 0.64% | - |
| XYZ | 28.1 | 31.45 | 13.18 | - |
| YUV | 148.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 85 | 0 | 0.05 | 0.48 | 0.36 | 53.77 | 0.31 | 0.48 |
| Hex | A2 | 9A | 55 | 0 | 5 | 30 | 24 | 36 | 1F | 30 |
| Octal | 242 | 232 | 125 | 0 | 5 | 60 | 44 | 66 | 37 | 60 |
| Binary | 10100010 | 10011010 | 1010101 | 0 | 101 | 110000 | 100100 | 110110 | 11111 | 110000 |
Color Harmonies of #A29A55
Complementary color
Monochromatic Colors of #A29A55
Black with #A29A55
Text Example
Text Example
White with #A29A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A55; }
p { color: rgb(162,154,85); }
H1.HeaderClassName
{
color: #A29A55;
}
.AnyTagClassName
{
color: #A29A55;
}
</style>
background-color css
<style>
a { background-color: #A29A55; }
a { background-color: rgb(162,154,85); }
div.DivClassName
{
background-color: #A29A55;
}
.BgClassName
{
background-color: #A29A55;
}
</style>
border-color css
<style>
span { border-color: #A29A55; }
span { border-color: rgb(162,154,85); }
td.TdClassName
{
border-color: #A29A55;
}
.TagClassName
{
border-color: #A29A55;
}
</style>