Shades of Husk #A29C55
Tints of Husk #A29C55
RGB
CMYK
RGB Variations
Color information
#A29C55 (or 0xA29C55) is known color: Husk. HEX triplet: A2, 9C and 55. RGB value is (162,156,85). Sum of RGB (Red+Green+Blue) = 162+156+85=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C55 is #5D63AA. Grayscale: #959595. Windows color (decimal): -6120363 or 5610658. OLE color: 5610658.
HSL color Cylindrical-coordinate representation of color #A29C55: hue angle of 55.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A29C55 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 85 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.36 |
| HSL | 55.32º | 0.31% | 0.48% | - |
| HSV(B) | 55.32º | 0.48% | 0.64% | - |
| XYZ | 28.43 | 32.11 | 13.29 | - |
| YUV | 149.7 | 91.49 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 85 | 0 | 0.04 | 0.48 | 0.36 | 55.32 | 0.31 | 0.48 |
| Hex | A2 | 9C | 55 | 0 | 4 | 30 | 24 | 37 | 1F | 30 |
| Octal | 242 | 234 | 125 | 0 | 4 | 60 | 44 | 67 | 37 | 60 |
| Binary | 10100010 | 10011100 | 1010101 | 0 | 100 | 110000 | 100100 | 110111 | 11111 | 110000 |
Color Harmonies of #A29C55
Complementary color
Monochromatic Colors of #A29C55
Black with #A29C55
Text Example
Text Example
White with #A29C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C55; }
p { color: rgb(162,156,85); }
H1.HeaderClassName
{
color: #A29C55;
}
.AnyTagClassName
{
color: #A29C55;
}
</style>
background-color css
<style>
a { background-color: #A29C55; }
a { background-color: rgb(162,156,85); }
div.DivClassName
{
background-color: #A29C55;
}
.BgClassName
{
background-color: #A29C55;
}
</style>
border-color css
<style>
span { border-color: #A29C55; }
span { border-color: rgb(162,156,85); }
td.TdClassName
{
border-color: #A29C55;
}
.TagClassName
{
border-color: #A29C55;
}
</style>