Shades of Husk #A59D59
Tints of Husk #A59D59
RGB
CMYK
RGB Variations
Color information
#A59D59 (or 0xA59D59) is known color: Husk. HEX triplet: A5, 9D and 59. RGB value is (165,157,89). Sum of RGB (Red+Green+Blue) = 165+157+89=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59D59 is #5A62A6. Grayscale: #979797. Windows color (decimal): -5923495 or 5873061. OLE color: 5873061.
HSL color Cylindrical-coordinate representation of color #A59D59: hue angle of 53.68º 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 #A59D59 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 89 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.35 |
| HSL | 53.68º | 0.3% | 0.5% | - |
| HSV(B) | 53.68º | 0.46% | 0.65% | - |
| XYZ | 29.38 | 32.83 | 14.24 | - |
| YUV | 151.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 89 | 0 | 0.05 | 0.46 | 0.35 | 53.68 | 0.3 | 0.5 |
| Hex | A5 | 9D | 59 | 0 | 5 | 2E | 23 | 36 | 1E | 32 |
| Octal | 245 | 235 | 131 | 0 | 5 | 56 | 43 | 66 | 36 | 62 |
| Binary | 10100101 | 10011101 | 1011001 | 0 | 101 | 101110 | 100011 | 110110 | 11110 | 110010 |
Color Harmonies of #A59D59
Complementary color
Monochromatic Colors of #A59D59
Black with #A59D59
Text Example
Text Example
White with #A59D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D59; }
p { color: rgb(165,157,89); }
H1.HeaderClassName
{
color: #A59D59;
}
.AnyTagClassName
{
color: #A59D59;
}
</style>
background-color css
<style>
a { background-color: #A59D59; }
a { background-color: rgb(165,157,89); }
div.DivClassName
{
background-color: #A59D59;
}
.BgClassName
{
background-color: #A59D59;
}
</style>
border-color css
<style>
span { border-color: #A59D59; }
span { border-color: rgb(165,157,89); }
td.TdClassName
{
border-color: #A59D59;
}
.TagClassName
{
border-color: #A59D59;
}
</style>