Shades of Husk #A59A48
Tints of Husk #A59A48
RGB
CMYK
RGB Variations
Color information
#A59A48 (or 0xA59A48) is known color: Husk. HEX triplet: A5, 9A and 48. RGB value is (165,154,72). Sum of RGB (Red+Green+Blue) = 165+154+72=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A48 is #5A65B7. Grayscale: #949494. Windows color (decimal): -5924280 or 4758181. OLE color: 4758181.
HSL color Cylindrical-coordinate representation of color #A59A48: hue angle of 52.9º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A59A48 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 154 | 72 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.35 |
| HSL | 52.9º | 0.39% | 0.46% | - |
| HSV(B) | 52.9º | 0.56% | 0.65% | - |
| XYZ | 28.24 | 31.58 | 10.74 | - |
| YUV | 147.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 154 | 72 | 0 | 0.07 | 0.56 | 0.35 | 52.9 | 0.39 | 0.46 |
| Hex | A5 | 9A | 48 | 0 | 7 | 38 | 23 | 35 | 27 | 2E |
| Octal | 245 | 232 | 110 | 0 | 7 | 70 | 43 | 65 | 47 | 56 |
| Binary | 10100101 | 10011010 | 1001000 | 0 | 111 | 111000 | 100011 | 110101 | 100111 | 101110 |
Color Harmonies of #A59A48
Complementary color
Monochromatic Colors of #A59A48
Black with #A59A48
Text Example
Text Example
White with #A59A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59A48; }
p { color: rgb(165,154,72); }
H1.HeaderClassName
{
color: #A59A48;
}
.AnyTagClassName
{
color: #A59A48;
}
</style>
background-color css
<style>
a { background-color: #A59A48; }
a { background-color: rgb(165,154,72); }
div.DivClassName
{
background-color: #A59A48;
}
.BgClassName
{
background-color: #A59A48;
}
</style>
border-color css
<style>
span { border-color: #A59A48; }
span { border-color: rgb(165,154,72); }
td.TdClassName
{
border-color: #A59A48;
}
.TagClassName
{
border-color: #A59A48;
}
</style>