Shades of Husk #A29151
Tints of Husk #A29151
RGB
CMYK
RGB Variations
Color information
#A29151 (or 0xA29151) is known color: Husk. HEX triplet: A2, 91 and 51. RGB value is (162,145,81). Sum of RGB (Red+Green+Blue) = 162+145+81=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A29151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29151 is #5D6EAE. Grayscale: #8F8F8F. Windows color (decimal): -6123183 or 5345698. OLE color: 5345698.
HSL color Cylindrical-coordinate representation of color #A29151: hue angle of 47.41º 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 #A29151 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 81 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.36 |
| HSL | 47.41º | 0.33% | 0.48% | - |
| HSV(B) | 47.41º | 0.5% | 0.64% | - |
| XYZ | 26.51 | 28.53 | 11.89 | - |
| YUV | 142.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 81 | 0 | 0.10 | 0.50 | 0.36 | 47.41 | 0.33 | 0.48 |
| Hex | A2 | 91 | 51 | 0 | A | 32 | 24 | 2F | 21 | 30 |
| Octal | 242 | 221 | 121 | 0 | 12 | 62 | 44 | 57 | 41 | 60 |
| Binary | 10100010 | 10010001 | 1010001 | 0 | 1010 | 110010 | 100100 | 101111 | 100001 | 110000 |
Color Harmonies of #A29151
Complementary color
Monochromatic Colors of #A29151
Black with #A29151
Text Example
Text Example
White with #A29151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29151; }
p { color: rgb(162,145,81); }
H1.HeaderClassName
{
color: #A29151;
}
.AnyTagClassName
{
color: #A29151;
}
</style>
background-color css
<style>
a { background-color: #A29151; }
a { background-color: rgb(162,145,81); }
div.DivClassName
{
background-color: #A29151;
}
.BgClassName
{
background-color: #A29151;
}
</style>
border-color css
<style>
span { border-color: #A29151; }
span { border-color: rgb(162,145,81); }
td.TdClassName
{
border-color: #A29151;
}
.TagClassName
{
border-color: #A29151;
}
</style>