Shades of Husk #A29B56
Tints of Husk #A29B56
RGB
CMYK
RGB Variations
Color information
#A29B56 (or 0xA29B56) is known color: Husk. HEX triplet: A2, 9B and 56. RGB value is (162,155,86). Sum of RGB (Red+Green+Blue) = 162+155+86=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B56 is #5D64A9. Grayscale: #959595. Windows color (decimal): -6120618 or 5675938. OLE color: 5675938.
HSL color Cylindrical-coordinate representation of color #A29B56: hue angle of 54.47º 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 #A29B56 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 86 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.36 |
| HSL | 54.47º | 0.31% | 0.49% | - |
| HSV(B) | 54.47º | 0.47% | 0.64% | - |
| XYZ | 28.3 | 31.8 | 13.45 | - |
| YUV | 149.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 86 | 0 | 0.04 | 0.47 | 0.36 | 54.47 | 0.31 | 0.49 |
| Hex | A2 | 9B | 56 | 0 | 4 | 2F | 24 | 36 | 1F | 31 |
| Octal | 242 | 233 | 126 | 0 | 4 | 57 | 44 | 66 | 37 | 61 |
| Binary | 10100010 | 10011011 | 1010110 | 0 | 100 | 101111 | 100100 | 110110 | 11111 | 110001 |
Color Harmonies of #A29B56
Complementary color
Monochromatic Colors of #A29B56
Black with #A29B56
Text Example
Text Example
White with #A29B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B56; }
p { color: rgb(162,155,86); }
H1.HeaderClassName
{
color: #A29B56;
}
.AnyTagClassName
{
color: #A29B56;
}
</style>
background-color css
<style>
a { background-color: #A29B56; }
a { background-color: rgb(162,155,86); }
div.DivClassName
{
background-color: #A29B56;
}
.BgClassName
{
background-color: #A29B56;
}
</style>
border-color css
<style>
span { border-color: #A29B56; }
span { border-color: rgb(162,155,86); }
td.TdClassName
{
border-color: #A29B56;
}
.TagClassName
{
border-color: #A29B56;
}
</style>