Shades of Husk #A59D4B
Tints of Husk #A59D4B
RGB
CMYK
RGB Variations
Color information
#A59D4B (or 0xA59D4B) is known color: Husk. HEX triplet: A5, 9D and 4B. RGB value is (165,157,75). Sum of RGB (Red+Green+Blue) = 165+157+75=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D4B is #5A62B4. Grayscale: #969696. Windows color (decimal): -5923509 or 4955557. OLE color: 4955557.
HSL color Cylindrical-coordinate representation of color #A59D4B: hue angle of 54.67º 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 #A59D4B is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 75 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.35 |
| HSL | 54.67º | 0.38% | 0.47% | - |
| HSV(B) | 54.67º | 0.55% | 0.65% | - |
| XYZ | 28.84 | 32.62 | 11.43 | - |
| YUV | 150.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 75 | 0 | 0.05 | 0.55 | 0.35 | 54.67 | 0.38 | 0.47 |
| Hex | A5 | 9D | 4B | 0 | 5 | 37 | 23 | 37 | 26 | 2F |
| Octal | 245 | 235 | 113 | 0 | 5 | 67 | 43 | 67 | 46 | 57 |
| Binary | 10100101 | 10011101 | 1001011 | 0 | 101 | 110111 | 100011 | 110111 | 100110 | 101111 |
Color Harmonies of #A59D4B
Complementary color
Monochromatic Colors of #A59D4B
Black with #A59D4B
Text Example
Text Example
White with #A59D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D4B; }
p { color: rgb(165,157,75); }
H1.HeaderClassName
{
color: #A59D4B;
}
.AnyTagClassName
{
color: #A59D4B;
}
</style>
background-color css
<style>
a { background-color: #A59D4B; }
a { background-color: rgb(165,157,75); }
div.DivClassName
{
background-color: #A59D4B;
}
.BgClassName
{
background-color: #A59D4B;
}
</style>
border-color css
<style>
span { border-color: #A59D4B; }
span { border-color: rgb(165,157,75); }
td.TdClassName
{
border-color: #A59D4B;
}
.TagClassName
{
border-color: #A59D4B;
}
</style>