Shades of Husk #A29849
Tints of Husk #A29849
RGB
CMYK
RGB Variations
Color information
#A29849 (or 0xA29849) is known color: Husk. HEX triplet: A2, 98 and 49. RGB value is (162,152,73). Sum of RGB (Red+Green+Blue) = 162+152+73=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A29849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29849 is #5D67B6. Grayscale: #929292. Windows color (decimal): -6121399 or 4823202. OLE color: 4823202.
HSL color Cylindrical-coordinate representation of color #A29849: hue angle of 53.26º 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 #A29849 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 73 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.36 |
| HSL | 53.26º | 0.38% | 0.46% | - |
| HSV(B) | 53.26º | 0.55% | 0.64% | - |
| XYZ | 27.33 | 30.62 | 10.77 | - |
| YUV | 145.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 73 | 0 | 0.06 | 0.55 | 0.36 | 53.26 | 0.38 | 0.46 |
| Hex | A2 | 98 | 49 | 0 | 6 | 37 | 24 | 35 | 26 | 2E |
| Octal | 242 | 230 | 111 | 0 | 6 | 67 | 44 | 65 | 46 | 56 |
| Binary | 10100010 | 10011000 | 1001001 | 0 | 110 | 110111 | 100100 | 110101 | 100110 | 101110 |
Color Harmonies of #A29849
Complementary color
Monochromatic Colors of #A29849
Black with #A29849
Text Example
Text Example
White with #A29849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29849; }
p { color: rgb(162,152,73); }
H1.HeaderClassName
{
color: #A29849;
}
.AnyTagClassName
{
color: #A29849;
}
</style>
background-color css
<style>
a { background-color: #A29849; }
a { background-color: rgb(162,152,73); }
div.DivClassName
{
background-color: #A29849;
}
.BgClassName
{
background-color: #A29849;
}
</style>
border-color css
<style>
span { border-color: #A29849; }
span { border-color: rgb(162,152,73); }
td.TdClassName
{
border-color: #A29849;
}
.TagClassName
{
border-color: #A29849;
}
</style>