Shades of Husk #A59A5C
Tints of Husk #A59A5C
RGB
CMYK
RGB Variations
Color information
#A59A5C (or 0xA59A5C) is known color: Husk. HEX triplet: A5, 9A and 5C. RGB value is (165,154,92). Sum of RGB (Red+Green+Blue) = 165+154+92=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A5C is #5A65A3. Grayscale: #969696. Windows color (decimal): -5924260 or 6068901. OLE color: 6068901.
HSL color Cylindrical-coordinate representation of color #A59A5C: hue angle of 50.96º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A59A5C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 92 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.35 |
| HSL | 50.96º | 0.29% | 0.5% | - |
| HSV(B) | 50.96º | 0.44% | 0.65% | - |
| XYZ | 29 | 31.88 | 14.75 | - |
| YUV | 150.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 92 | 0 | 0.07 | 0.44 | 0.35 | 50.96 | 0.29 | 0.5 |
| Hex | A5 | 9A | 5C | 0 | 7 | 2C | 23 | 33 | 1D | 32 |
| Octal | 245 | 232 | 134 | 0 | 7 | 54 | 43 | 63 | 35 | 62 |
| Binary | 10100101 | 10011010 | 1011100 | 0 | 111 | 101100 | 100011 | 110011 | 11101 | 110010 |
Color Harmonies of #A59A5C
Complementary color
Monochromatic Colors of #A59A5C
Black with #A59A5C
Text Example
Text Example
White with #A59A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A5C; }
p { color: rgb(165,154,92); }
H1.HeaderClassName
{
color: #A59A5C;
}
.AnyTagClassName
{
color: #A59A5C;
}
</style>
background-color css
<style>
a { background-color: #A59A5C; }
a { background-color: rgb(165,154,92); }
div.DivClassName
{
background-color: #A59A5C;
}
.BgClassName
{
background-color: #A59A5C;
}
</style>
border-color css
<style>
span { border-color: #A59A5C; }
span { border-color: rgb(165,154,92); }
td.TdClassName
{
border-color: #A59A5C;
}
.TagClassName
{
border-color: #A59A5C;
}
</style>