Shades of Husk #A59957
Tints of Husk #A59957
RGB
CMYK
RGB Variations
Color information
#A59957 (or 0xA59957) is known color: Husk. HEX triplet: A5, 99 and 57. RGB value is (165,153,87). Sum of RGB (Red+Green+Blue) = 165+153+87=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59957 is #5A66A8. Grayscale: #959595. Windows color (decimal): -5924521 or 5740965. OLE color: 5740965.
HSL color Cylindrical-coordinate representation of color #A59957: hue angle of 50.77º 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 #A59957 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 87 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.35 |
| HSL | 50.77º | 0.31% | 0.49% | - |
| HSV(B) | 50.77º | 0.47% | 0.65% | - |
| XYZ | 28.63 | 31.47 | 13.58 | - |
| YUV | 149.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 87 | 0 | 0.07 | 0.47 | 0.35 | 50.77 | 0.31 | 0.49 |
| Hex | A5 | 99 | 57 | 0 | 7 | 2F | 23 | 33 | 1F | 31 |
| Octal | 245 | 231 | 127 | 0 | 7 | 57 | 43 | 63 | 37 | 61 |
| Binary | 10100101 | 10011001 | 1010111 | 0 | 111 | 101111 | 100011 | 110011 | 11111 | 110001 |
Color Harmonies of #A59957
Complementary color
Monochromatic Colors of #A59957
Black with #A59957
Text Example
Text Example
White with #A59957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59957; }
p { color: rgb(165,153,87); }
H1.HeaderClassName
{
color: #A59957;
}
.AnyTagClassName
{
color: #A59957;
}
</style>
background-color css
<style>
a { background-color: #A59957; }
a { background-color: rgb(165,153,87); }
div.DivClassName
{
background-color: #A59957;
}
.BgClassName
{
background-color: #A59957;
}
</style>
border-color css
<style>
span { border-color: #A59957; }
span { border-color: rgb(165,153,87); }
td.TdClassName
{
border-color: #A59957;
}
.TagClassName
{
border-color: #A59957;
}
</style>