Shades of Husk #A29E4C
Tints of Husk #A29E4C
RGB
CMYK
RGB Variations
Color information
#A29E4C (or 0xA29E4C) is known color: Husk. HEX triplet: A2, 9E and 4C. RGB value is (162,158,76). Sum of RGB (Red+Green+Blue) = 162+158+76=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E4C is #5D61B3. Grayscale: #969696. Windows color (decimal): -6119860 or 5021346. OLE color: 5021346.
HSL color Cylindrical-coordinate representation of color #A29E4C: hue angle of 57.21º 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 #A29E4C is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 76 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.36 |
| HSL | 57.21º | 0.36% | 0.47% | - |
| HSV(B) | 57.21º | 0.53% | 0.64% | - |
| XYZ | 28.43 | 32.66 | 11.64 | - |
| YUV | 149.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 76 | 0 | 0.02 | 0.53 | 0.36 | 57.21 | 0.36 | 0.47 |
| Hex | A2 | 9E | 4C | 0 | 2 | 35 | 24 | 39 | 24 | 2F |
| Octal | 242 | 236 | 114 | 0 | 2 | 65 | 44 | 71 | 44 | 57 |
| Binary | 10100010 | 10011110 | 1001100 | 0 | 10 | 110101 | 100100 | 111001 | 100100 | 101111 |
Color Harmonies of #A29E4C
Complementary color
Monochromatic Colors of #A29E4C
Black with #A29E4C
Text Example
Text Example
White with #A29E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E4C; }
p { color: rgb(162,158,76); }
H1.HeaderClassName
{
color: #A29E4C;
}
.AnyTagClassName
{
color: #A29E4C;
}
</style>
background-color css
<style>
a { background-color: #A29E4C; }
a { background-color: rgb(162,158,76); }
div.DivClassName
{
background-color: #A29E4C;
}
.BgClassName
{
background-color: #A29E4C;
}
</style>
border-color css
<style>
span { border-color: #A29E4C; }
span { border-color: rgb(162,158,76); }
td.TdClassName
{
border-color: #A29E4C;
}
.TagClassName
{
border-color: #A29E4C;
}
</style>