Shades of Husk #A29C48
Tints of Husk #A29C48
RGB
CMYK
RGB Variations
Color information
#A29C48 (or 0xA29C48) is known color: Husk. HEX triplet: A2, 9C and 48. RGB value is (162,156,72). Sum of RGB (Red+Green+Blue) = 162+156+72=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C48 is #5D63B7. Grayscale: #949494. Windows color (decimal): -6120376 or 4758690. OLE color: 4758690.
HSL color Cylindrical-coordinate representation of color #A29C48: hue angle of 56º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29C48 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 72 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.36 |
| HSL | 56º | 0.38% | 0.46% | - |
| HSV(B) | 56º | 0.56% | 0.64% | - |
| XYZ | 27.96 | 31.93 | 10.82 | - |
| YUV | 148.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 72 | 0 | 0.04 | 0.56 | 0.36 | 56 | 0.38 | 0.46 |
| Hex | A2 | 9C | 48 | 0 | 4 | 38 | 24 | 38 | 26 | 2E |
| Octal | 242 | 234 | 110 | 0 | 4 | 70 | 44 | 70 | 46 | 56 |
| Binary | 10100010 | 10011100 | 1001000 | 0 | 100 | 111000 | 100100 | 111000 | 100110 | 101110 |
Color Harmonies of #A29C48
Complementary color
Monochromatic Colors of #A29C48
Black with #A29C48
Text Example
Text Example
White with #A29C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C48; }
p { color: rgb(162,156,72); }
H1.HeaderClassName
{
color: #A29C48;
}
.AnyTagClassName
{
color: #A29C48;
}
</style>
background-color css
<style>
a { background-color: #A29C48; }
a { background-color: rgb(162,156,72); }
div.DivClassName
{
background-color: #A29C48;
}
.BgClassName
{
background-color: #A29C48;
}
</style>
border-color css
<style>
span { border-color: #A29C48; }
span { border-color: rgb(162,156,72); }
td.TdClassName
{
border-color: #A29C48;
}
.TagClassName
{
border-color: #A29C48;
}
</style>