Shades of Husk #A59F59
Tints of Husk #A59F59
RGB
CMYK
RGB Variations
Color information
#A59F59 (or 0xA59F59) is known color: Husk. HEX triplet: A5, 9F and 59. RGB value is (165,159,89). Sum of RGB (Red+Green+Blue) = 165+159+89=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F59 is #5A60A6. Grayscale: #999999. Windows color (decimal): -5922983 or 5873573. OLE color: 5873573.
HSL color Cylindrical-coordinate representation of color #A59F59: hue angle of 55.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A59F59 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 89 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.35 |
| HSL | 55.26º | 0.3% | 0.5% | - |
| HSV(B) | 55.26º | 0.46% | 0.65% | - |
| XYZ | 29.72 | 33.52 | 14.35 | - |
| YUV | 152.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 89 | 0 | 0.04 | 0.46 | 0.35 | 55.26 | 0.3 | 0.5 |
| Hex | A5 | 9F | 59 | 0 | 4 | 2E | 23 | 37 | 1E | 32 |
| Octal | 245 | 237 | 131 | 0 | 4 | 56 | 43 | 67 | 36 | 62 |
| Binary | 10100101 | 10011111 | 1011001 | 0 | 100 | 101110 | 100011 | 110111 | 11110 | 110010 |
Color Harmonies of #A59F59
Complementary color
Monochromatic Colors of #A59F59
Black with #A59F59
Text Example
Text Example
White with #A59F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F59; }
p { color: rgb(165,159,89); }
H1.HeaderClassName
{
color: #A59F59;
}
.AnyTagClassName
{
color: #A59F59;
}
</style>
background-color css
<style>
a { background-color: #A59F59; }
a { background-color: rgb(165,159,89); }
div.DivClassName
{
background-color: #A59F59;
}
.BgClassName
{
background-color: #A59F59;
}
</style>
border-color css
<style>
span { border-color: #A59F59; }
span { border-color: rgb(165,159,89); }
td.TdClassName
{
border-color: #A59F59;
}
.TagClassName
{
border-color: #A59F59;
}
</style>