Shades of Husk #A59C51
Tints of Husk #A59C51
RGB
CMYK
RGB Variations
Color information
#A59C51 (or 0xA59C51) is known color: Husk. HEX triplet: A5, 9C and 51. RGB value is (165,156,81). Sum of RGB (Red+Green+Blue) = 165+156+81=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C51 is #5A63AE. Grayscale: #969696. Windows color (decimal): -5923759 or 5348517. OLE color: 5348517.
HSL color Cylindrical-coordinate representation of color #A59C51: hue angle of 53.57º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A59C51 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 81 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.35 |
| HSL | 53.57º | 0.34% | 0.48% | - |
| HSV(B) | 53.57º | 0.51% | 0.65% | - |
| XYZ | 28.89 | 32.37 | 12.51 | - |
| YUV | 150.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 81 | 0 | 0.05 | 0.51 | 0.35 | 53.57 | 0.34 | 0.48 |
| Hex | A5 | 9C | 51 | 0 | 5 | 33 | 23 | 36 | 22 | 30 |
| Octal | 245 | 234 | 121 | 0 | 5 | 63 | 43 | 66 | 42 | 60 |
| Binary | 10100101 | 10011100 | 1010001 | 0 | 101 | 110011 | 100011 | 110110 | 100010 | 110000 |
Color Harmonies of #A59C51
Complementary color
Monochromatic Colors of #A59C51
Black with #A59C51
Text Example
Text Example
White with #A59C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C51; }
p { color: rgb(165,156,81); }
H1.HeaderClassName
{
color: #A59C51;
}
.AnyTagClassName
{
color: #A59C51;
}
</style>
background-color css
<style>
a { background-color: #A59C51; }
a { background-color: rgb(165,156,81); }
div.DivClassName
{
background-color: #A59C51;
}
.BgClassName
{
background-color: #A59C51;
}
</style>
border-color css
<style>
span { border-color: #A59C51; }
span { border-color: rgb(165,156,81); }
td.TdClassName
{
border-color: #A59C51;
}
.TagClassName
{
border-color: #A59C51;
}
</style>