Shades of Husk #A59A4A
Tints of Husk #A59A4A
RGB
CMYK
RGB Variations
Color information
#A59A4A (or 0xA59A4A) is known color: Husk. HEX triplet: A5, 9A and 4A. RGB value is (165,154,74). Sum of RGB (Red+Green+Blue) = 165+154+74=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A4A is #5A65B5. Grayscale: #949494. Windows color (decimal): -5924278 or 4889253. OLE color: 4889253.
HSL color Cylindrical-coordinate representation of color #A59A4A: hue angle of 52.75º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A59A4A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 74 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.35 |
| HSL | 52.75º | 0.38% | 0.47% | - |
| HSV(B) | 52.75º | 0.55% | 0.65% | - |
| XYZ | 28.31 | 31.6 | 11.09 | - |
| YUV | 148.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 74 | 0 | 0.07 | 0.55 | 0.35 | 52.75 | 0.38 | 0.47 |
| Hex | A5 | 9A | 4A | 0 | 7 | 37 | 23 | 35 | 26 | 2F |
| Octal | 245 | 232 | 112 | 0 | 7 | 67 | 43 | 65 | 46 | 57 |
| Binary | 10100101 | 10011010 | 1001010 | 0 | 111 | 110111 | 100011 | 110101 | 100110 | 101111 |
Color Harmonies of #A59A4A
Complementary color
Monochromatic Colors of #A59A4A
Black with #A59A4A
Text Example
Text Example
White with #A59A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A4A; }
p { color: rgb(165,154,74); }
H1.HeaderClassName
{
color: #A59A4A;
}
.AnyTagClassName
{
color: #A59A4A;
}
</style>
background-color css
<style>
a { background-color: #A59A4A; }
a { background-color: rgb(165,154,74); }
div.DivClassName
{
background-color: #A59A4A;
}
.BgClassName
{
background-color: #A59A4A;
}
</style>
border-color css
<style>
span { border-color: #A59A4A; }
span { border-color: rgb(165,154,74); }
td.TdClassName
{
border-color: #A59A4A;
}
.TagClassName
{
border-color: #A59A4A;
}
</style>