Shades of Husk #A29D56
Tints of Husk #A29D56
RGB
CMYK
RGB Variations
Color information
#A29D56 (or 0xA29D56) is known color: Husk. HEX triplet: A2, 9D and 56. RGB value is (162,157,86). Sum of RGB (Red+Green+Blue) = 162+157+86=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D56 is #5D62A9. Grayscale: #969696. Windows color (decimal): -6120106 or 5676450. OLE color: 5676450.
HSL color Cylindrical-coordinate representation of color #A29D56: hue angle of 56.05º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A29D56 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 86 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.36 |
| HSL | 56.05º | 0.31% | 0.49% | - |
| HSV(B) | 56.05º | 0.47% | 0.64% | - |
| XYZ | 28.64 | 32.47 | 13.56 | - |
| YUV | 150.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 86 | 0 | 0.03 | 0.47 | 0.36 | 56.05 | 0.31 | 0.49 |
| Hex | A2 | 9D | 56 | 0 | 3 | 2F | 24 | 38 | 1F | 31 |
| Octal | 242 | 235 | 126 | 0 | 3 | 57 | 44 | 70 | 37 | 61 |
| Binary | 10100010 | 10011101 | 1010110 | 0 | 11 | 101111 | 100100 | 111000 | 11111 | 110001 |
Color Harmonies of #A29D56
Complementary color
Monochromatic Colors of #A29D56
Black with #A29D56
Text Example
Text Example
White with #A29D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D56; }
p { color: rgb(162,157,86); }
H1.HeaderClassName
{
color: #A29D56;
}
.AnyTagClassName
{
color: #A29D56;
}
</style>
background-color css
<style>
a { background-color: #A29D56; }
a { background-color: rgb(162,157,86); }
div.DivClassName
{
background-color: #A29D56;
}
.BgClassName
{
background-color: #A29D56;
}
</style>
border-color css
<style>
span { border-color: #A29D56; }
span { border-color: rgb(162,157,86); }
td.TdClassName
{
border-color: #A29D56;
}
.TagClassName
{
border-color: #A29D56;
}
</style>