Shades of Husk #A29C4C
Tints of Husk #A29C4C
RGB
CMYK
RGB Variations
Color information
#A29C4C (or 0xA29C4C) is known color: Husk. HEX triplet: A2, 9C and 4C. RGB value is (162,156,76). Sum of RGB (Red+Green+Blue) = 162+156+76=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C4C is #5D63B3. Grayscale: #959595. Windows color (decimal): -6120372 or 5020834. OLE color: 5020834.
HSL color Cylindrical-coordinate representation of color #A29C4C: hue angle of 55.81º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A29C4C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 76 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.36 |
| HSL | 55.81º | 0.36% | 0.47% | - |
| HSV(B) | 55.81º | 0.53% | 0.64% | - |
| XYZ | 28.09 | 31.98 | 11.53 | - |
| YUV | 148.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 76 | 0 | 0.04 | 0.53 | 0.36 | 55.81 | 0.36 | 0.47 |
| Hex | A2 | 9C | 4C | 0 | 4 | 35 | 24 | 38 | 24 | 2F |
| Octal | 242 | 234 | 114 | 0 | 4 | 65 | 44 | 70 | 44 | 57 |
| Binary | 10100010 | 10011100 | 1001100 | 0 | 100 | 110101 | 100100 | 111000 | 100100 | 101111 |
Color Harmonies of #A29C4C
Complementary color
Monochromatic Colors of #A29C4C
Black with #A29C4C
Text Example
Text Example
White with #A29C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C4C; }
p { color: rgb(162,156,76); }
H1.HeaderClassName
{
color: #A29C4C;
}
.AnyTagClassName
{
color: #A29C4C;
}
</style>
background-color css
<style>
a { background-color: #A29C4C; }
a { background-color: rgb(162,156,76); }
div.DivClassName
{
background-color: #A29C4C;
}
.BgClassName
{
background-color: #A29C4C;
}
</style>
border-color css
<style>
span { border-color: #A29C4C; }
span { border-color: rgb(162,156,76); }
td.TdClassName
{
border-color: #A29C4C;
}
.TagClassName
{
border-color: #A29C4C;
}
</style>