Shades of Husk #A29D4E
Tints of Husk #A29D4E
RGB
CMYK
RGB Variations
Color information
#A29D4E (or 0xA29D4E) is known color: Husk. HEX triplet: A2, 9D and 4E. RGB value is (162,157,78). Sum of RGB (Red+Green+Blue) = 162+157+78=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D4E is #5D62B1. Grayscale: #959595. Windows color (decimal): -6120114 or 5152162. OLE color: 5152162.
HSL color Cylindrical-coordinate representation of color #A29D4E: hue angle of 56.43º 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 #A29D4E is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 78 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.36 |
| HSL | 56.43º | 0.35% | 0.47% | - |
| HSV(B) | 56.43º | 0.52% | 0.64% | - |
| XYZ | 28.33 | 32.35 | 11.96 | - |
| YUV | 149.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 78 | 0 | 0.03 | 0.52 | 0.36 | 56.43 | 0.35 | 0.47 |
| Hex | A2 | 9D | 4E | 0 | 3 | 34 | 24 | 38 | 23 | 2F |
| Octal | 242 | 235 | 116 | 0 | 3 | 64 | 44 | 70 | 43 | 57 |
| Binary | 10100010 | 10011101 | 1001110 | 0 | 11 | 110100 | 100100 | 111000 | 100011 | 101111 |
Color Harmonies of #A29D4E
Complementary color
Monochromatic Colors of #A29D4E
Black with #A29D4E
Text Example
Text Example
White with #A29D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D4E; }
p { color: rgb(162,157,78); }
H1.HeaderClassName
{
color: #A29D4E;
}
.AnyTagClassName
{
color: #A29D4E;
}
</style>
background-color css
<style>
a { background-color: #A29D4E; }
a { background-color: rgb(162,157,78); }
div.DivClassName
{
background-color: #A29D4E;
}
.BgClassName
{
background-color: #A29D4E;
}
</style>
border-color css
<style>
span { border-color: #A29D4E; }
span { border-color: rgb(162,157,78); }
td.TdClassName
{
border-color: #A29D4E;
}
.TagClassName
{
border-color: #A29D4E;
}
</style>