Shades of Husk #A59E51
Tints of Husk #A59E51
RGB
CMYK
RGB Variations
Color information
#A59E51 (or 0xA59E51) is known color: Husk. HEX triplet: A5, 9E and 51. RGB value is (165,158,81). Sum of RGB (Red+Green+Blue) = 165+158+81=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E51 is #5A61AE. Grayscale: #979797. Windows color (decimal): -5923247 or 5349029. OLE color: 5349029.
HSL color Cylindrical-coordinate representation of color #A59E51: hue angle of 55º 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 #A59E51 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 158 | 81 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.35 |
| HSL | 55º | 0.34% | 0.48% | - |
| HSV(B) | 55º | 0.51% | 0.65% | - |
| XYZ | 29.23 | 33.05 | 12.62 | - |
| YUV | 151.32 | 88.32 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 81 | 0 | 0.04 | 0.51 | 0.35 | 55 | 0.34 | 0.48 |
| Hex | A5 | 9E | 51 | 0 | 4 | 33 | 23 | 37 | 22 | 30 |
| Octal | 245 | 236 | 121 | 0 | 4 | 63 | 43 | 67 | 42 | 60 |
| Binary | 10100101 | 10011110 | 1010001 | 0 | 100 | 110011 | 100011 | 110111 | 100010 | 110000 |
Color Harmonies of #A59E51
Complementary color
Monochromatic Colors of #A59E51
Black with #A59E51
Text Example
Text Example
White with #A59E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59E51; }
p { color: rgb(165,158,81); }
H1.HeaderClassName
{
color: #A59E51;
}
.AnyTagClassName
{
color: #A59E51;
}
</style>
background-color css
<style>
a { background-color: #A59E51; }
a { background-color: rgb(165,158,81); }
div.DivClassName
{
background-color: #A59E51;
}
.BgClassName
{
background-color: #A59E51;
}
</style>
border-color css
<style>
span { border-color: #A59E51; }
span { border-color: rgb(165,158,81); }
td.TdClassName
{
border-color: #A59E51;
}
.TagClassName
{
border-color: #A59E51;
}
</style>