Shades of Husk #A59C4D
Tints of Husk #A59C4D
RGB
CMYK
RGB Variations
Color information
#A59C4D (or 0xA59C4D) is known color: Husk. HEX triplet: A5, 9C and 4D. RGB value is (165,156,77). Sum of RGB (Red+Green+Blue) = 165+156+77=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C4D is #5A63B2. Grayscale: #969696. Windows color (decimal): -5923763 or 5086373. OLE color: 5086373.
HSL color Cylindrical-coordinate representation of color #A59C4D: hue angle of 53.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A59C4D is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 77 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.35 |
| HSL | 53.86º | 0.36% | 0.47% | - |
| HSV(B) | 53.86º | 0.53% | 0.65% | - |
| XYZ | 28.75 | 32.31 | 11.74 | - |
| YUV | 149.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 77 | 0 | 0.05 | 0.53 | 0.35 | 53.86 | 0.36 | 0.47 |
| Hex | A5 | 9C | 4D | 0 | 5 | 35 | 23 | 36 | 24 | 2F |
| Octal | 245 | 234 | 115 | 0 | 5 | 65 | 43 | 66 | 44 | 57 |
| Binary | 10100101 | 10011100 | 1001101 | 0 | 101 | 110101 | 100011 | 110110 | 100100 | 101111 |
Color Harmonies of #A59C4D
Complementary color
Monochromatic Colors of #A59C4D
Black with #A59C4D
Text Example
Text Example
White with #A59C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C4D; }
p { color: rgb(165,156,77); }
H1.HeaderClassName
{
color: #A59C4D;
}
.AnyTagClassName
{
color: #A59C4D;
}
</style>
background-color css
<style>
a { background-color: #A59C4D; }
a { background-color: rgb(165,156,77); }
div.DivClassName
{
background-color: #A59C4D;
}
.BgClassName
{
background-color: #A59C4D;
}
</style>
border-color css
<style>
span { border-color: #A59C4D; }
span { border-color: rgb(165,156,77); }
td.TdClassName
{
border-color: #A59C4D;
}
.TagClassName
{
border-color: #A59C4D;
}
</style>