Shades of Husk #A29C4E
Tints of Husk #A29C4E
RGB
CMYK
RGB Variations
Color information
#A29C4E (or 0xA29C4E) is known color: Husk. HEX triplet: A2, 9C and 4E. RGB value is (162,156,78). Sum of RGB (Red+Green+Blue) = 162+156+78=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C4E is #5D63B1. Grayscale: #959595. Windows color (decimal): -6120370 or 5151906. OLE color: 5151906.
HSL color Cylindrical-coordinate representation of color #A29C4E: hue angle of 55.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A29C4E is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 78 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.36 |
| HSL | 55.71º | 0.35% | 0.47% | - |
| HSV(B) | 55.71º | 0.52% | 0.64% | - |
| XYZ | 28.16 | 32.01 | 11.9 | - |
| YUV | 148.9 | 87.99 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 78 | 0 | 0.04 | 0.52 | 0.36 | 55.71 | 0.35 | 0.47 |
| Hex | A2 | 9C | 4E | 0 | 4 | 34 | 24 | 38 | 23 | 2F |
| Octal | 242 | 234 | 116 | 0 | 4 | 64 | 44 | 70 | 43 | 57 |
| Binary | 10100010 | 10011100 | 1001110 | 0 | 100 | 110100 | 100100 | 111000 | 100011 | 101111 |
Color Harmonies of #A29C4E
Complementary color
Monochromatic Colors of #A29C4E
Black with #A29C4E
Text Example
Text Example
White with #A29C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C4E; }
p { color: rgb(162,156,78); }
H1.HeaderClassName
{
color: #A29C4E;
}
.AnyTagClassName
{
color: #A29C4E;
}
</style>
background-color css
<style>
a { background-color: #A29C4E; }
a { background-color: rgb(162,156,78); }
div.DivClassName
{
background-color: #A29C4E;
}
.BgClassName
{
background-color: #A29C4E;
}
</style>
border-color css
<style>
span { border-color: #A29C4E; }
span { border-color: rgb(162,156,78); }
td.TdClassName
{
border-color: #A29C4E;
}
.TagClassName
{
border-color: #A29C4E;
}
</style>