Shades of Husk #A29F51
Tints of Husk #A29F51
RGB
CMYK
RGB Variations
Color information
#A29F51 (or 0xA29F51) is known color: Husk. HEX triplet: A2, 9F and 51. RGB value is (162,159,81). Sum of RGB (Red+Green+Blue) = 162+159+81=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29F51 is #5D60AE. Grayscale: #979797. Windows color (decimal): -6119599 or 5349282. OLE color: 5349282.
HSL color Cylindrical-coordinate representation of color #A29F51: hue angle of 57.78º 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 #A29F51 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 81 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.36 |
| HSL | 57.78º | 0.33% | 0.48% | - |
| HSV(B) | 57.78º | 0.5% | 0.64% | - |
| XYZ | 28.78 | 33.07 | 12.65 | - |
| YUV | 151.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 81 | 0 | 0.02 | 0.50 | 0.36 | 57.78 | 0.33 | 0.48 |
| Hex | A2 | 9F | 51 | 0 | 2 | 32 | 24 | 3A | 21 | 30 |
| Octal | 242 | 237 | 121 | 0 | 2 | 62 | 44 | 72 | 41 | 60 |
| Binary | 10100010 | 10011111 | 1010001 | 0 | 10 | 110010 | 100100 | 111010 | 100001 | 110000 |
Color Harmonies of #A29F51
Complementary color
Monochromatic Colors of #A29F51
Black with #A29F51
Text Example
Text Example
White with #A29F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F51; }
p { color: rgb(162,159,81); }
H1.HeaderClassName
{
color: #A29F51;
}
.AnyTagClassName
{
color: #A29F51;
}
</style>
background-color css
<style>
a { background-color: #A29F51; }
a { background-color: rgb(162,159,81); }
div.DivClassName
{
background-color: #A29F51;
}
.BgClassName
{
background-color: #A29F51;
}
</style>
border-color css
<style>
span { border-color: #A29F51; }
span { border-color: rgb(162,159,81); }
td.TdClassName
{
border-color: #A29F51;
}
.TagClassName
{
border-color: #A29F51;
}
</style>