Shades of Husk #A59A4F
Tints of Husk #A59A4F
RGB
CMYK
RGB Variations
Color information
#A59A4F (or 0xA59A4F) is known color: Husk. HEX triplet: A5, 9A and 4F. RGB value is (165,154,79). Sum of RGB (Red+Green+Blue) = 165+154+79=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59A4F is #5A65B0. Grayscale: #959595. Windows color (decimal): -5924273 or 5216933. OLE color: 5216933.
HSL color Cylindrical-coordinate representation of color #A59A4F: hue angle of 52.33º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A59A4F is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 79 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.35 |
| HSL | 52.33º | 0.35% | 0.48% | - |
| HSV(B) | 52.33º | 0.52% | 0.65% | - |
| XYZ | 28.48 | 31.68 | 12.01 | - |
| YUV | 148.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 79 | 0 | 0.07 | 0.52 | 0.35 | 52.33 | 0.35 | 0.48 |
| Hex | A5 | 9A | 4F | 0 | 7 | 34 | 23 | 34 | 23 | 30 |
| Octal | 245 | 232 | 117 | 0 | 7 | 64 | 43 | 64 | 43 | 60 |
| Binary | 10100101 | 10011010 | 1001111 | 0 | 111 | 110100 | 100011 | 110100 | 100011 | 110000 |
Color Harmonies of #A59A4F
Complementary color
Monochromatic Colors of #A59A4F
Black with #A59A4F
Text Example
Text Example
White with #A59A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A4F; }
p { color: rgb(165,154,79); }
H1.HeaderClassName
{
color: #A59A4F;
}
.AnyTagClassName
{
color: #A59A4F;
}
</style>
background-color css
<style>
a { background-color: #A59A4F; }
a { background-color: rgb(165,154,79); }
div.DivClassName
{
background-color: #A59A4F;
}
.BgClassName
{
background-color: #A59A4F;
}
</style>
border-color css
<style>
span { border-color: #A59A4F; }
span { border-color: rgb(165,154,79); }
td.TdClassName
{
border-color: #A59A4F;
}
.TagClassName
{
border-color: #A59A4F;
}
</style>