Shades of Husk #A59B4A
Tints of Husk #A59B4A
RGB
CMYK
RGB Variations
Color information
#A59B4A (or 0xA59B4A) is known color: Husk. HEX triplet: A5, 9B and 4A. RGB value is (165,155,74). Sum of RGB (Red+Green+Blue) = 165+155+74=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A59B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59B4A is #5A64B5. Grayscale: #959595. Windows color (decimal): -5924022 or 4889509. OLE color: 4889509.
HSL color Cylindrical-coordinate representation of color #A59B4A: hue angle of 53.41º 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 #A59B4A is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 155 | 74 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.35 |
| HSL | 53.41º | 0.38% | 0.47% | - |
| HSV(B) | 53.41º | 0.55% | 0.65% | - |
| XYZ | 28.47 | 31.94 | 11.14 | - |
| YUV | 148.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 155 | 74 | 0 | 0.06 | 0.55 | 0.35 | 53.41 | 0.38 | 0.47 |
| Hex | A5 | 9B | 4A | 0 | 6 | 37 | 23 | 35 | 26 | 2F |
| Octal | 245 | 233 | 112 | 0 | 6 | 67 | 43 | 65 | 46 | 57 |
| Binary | 10100101 | 10011011 | 1001010 | 0 | 110 | 110111 | 100011 | 110101 | 100110 | 101111 |
Color Harmonies of #A59B4A
Complementary color
Monochromatic Colors of #A59B4A
Black with #A59B4A
Text Example
Text Example
White with #A59B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59B4A; }
p { color: rgb(165,155,74); }
H1.HeaderClassName
{
color: #A59B4A;
}
.AnyTagClassName
{
color: #A59B4A;
}
</style>
background-color css
<style>
a { background-color: #A59B4A; }
a { background-color: rgb(165,155,74); }
div.DivClassName
{
background-color: #A59B4A;
}
.BgClassName
{
background-color: #A59B4A;
}
</style>
border-color css
<style>
span { border-color: #A59B4A; }
span { border-color: rgb(165,155,74); }
td.TdClassName
{
border-color: #A59B4A;
}
.TagClassName
{
border-color: #A59B4A;
}
</style>