Shades of Husk #A59E57
Tints of Husk #A59E57
RGB
CMYK
RGB Variations
Color information
#A59E57 (or 0xA59E57) is known color: Husk. HEX triplet: A5, 9E and 57. RGB value is (165,158,87). Sum of RGB (Red+Green+Blue) = 165+158+87=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59E57 is #5A61A8. Grayscale: #989898. Windows color (decimal): -5923241 or 5742245. OLE color: 5742245.
HSL color Cylindrical-coordinate representation of color #A59E57: hue angle of 54.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A59E57 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 158 | 87 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.35 |
| HSL | 54.62º | 0.31% | 0.49% | - |
| HSV(B) | 54.62º | 0.47% | 0.65% | - |
| XYZ | 29.46 | 33.14 | 13.86 | - |
| YUV | 152 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 87 | 0 | 0.04 | 0.47 | 0.35 | 54.62 | 0.31 | 0.49 |
| Hex | A5 | 9E | 57 | 0 | 4 | 2F | 23 | 37 | 1F | 31 |
| Octal | 245 | 236 | 127 | 0 | 4 | 57 | 43 | 67 | 37 | 61 |
| Binary | 10100101 | 10011110 | 1010111 | 0 | 100 | 101111 | 100011 | 110111 | 11111 | 110001 |
Color Harmonies of #A59E57
Complementary color
Monochromatic Colors of #A59E57
Black with #A59E57
Text Example
Text Example
White with #A59E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59E57; }
p { color: rgb(165,158,87); }
H1.HeaderClassName
{
color: #A59E57;
}
.AnyTagClassName
{
color: #A59E57;
}
</style>
background-color css
<style>
a { background-color: #A59E57; }
a { background-color: rgb(165,158,87); }
div.DivClassName
{
background-color: #A59E57;
}
.BgClassName
{
background-color: #A59E57;
}
</style>
border-color css
<style>
span { border-color: #A59E57; }
span { border-color: rgb(165,158,87); }
td.TdClassName
{
border-color: #A59E57;
}
.TagClassName
{
border-color: #A59E57;
}
</style>