Shades of Husk #A59554
Tints of Husk #A59554
RGB
CMYK
RGB Variations
Color information
#A59554 (or 0xA59554) is known color: Husk. HEX triplet: A5, 95 and 54. RGB value is (165,149,84). Sum of RGB (Red+Green+Blue) = 165+149+84=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A59554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59554 is #5A6AAB. Grayscale: #929292. Windows color (decimal): -5925548 or 5543333. OLE color: 5543333.
HSL color Cylindrical-coordinate representation of color #A59554: hue angle of 48.15º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A59554 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 84 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.35 |
| HSL | 48.15º | 0.33% | 0.49% | - |
| HSV(B) | 48.15º | 0.49% | 0.65% | - |
| XYZ | 27.86 | 30.13 | 12.74 | - |
| YUV | 146.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 84 | 0 | 0.10 | 0.49 | 0.35 | 48.15 | 0.33 | 0.49 |
| Hex | A5 | 95 | 54 | 0 | A | 31 | 23 | 30 | 21 | 31 |
| Octal | 245 | 225 | 124 | 0 | 12 | 61 | 43 | 60 | 41 | 61 |
| Binary | 10100101 | 10010101 | 1010100 | 0 | 1010 | 110001 | 100011 | 110000 | 100001 | 110001 |
Color Harmonies of #A59554
Complementary color
Monochromatic Colors of #A59554
Black with #A59554
Text Example
Text Example
White with #A59554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59554; }
p { color: rgb(165,149,84); }
H1.HeaderClassName
{
color: #A59554;
}
.AnyTagClassName
{
color: #A59554;
}
</style>
background-color css
<style>
a { background-color: #A59554; }
a { background-color: rgb(165,149,84); }
div.DivClassName
{
background-color: #A59554;
}
.BgClassName
{
background-color: #A59554;
}
</style>
border-color css
<style>
span { border-color: #A59554; }
span { border-color: rgb(165,149,84); }
td.TdClassName
{
border-color: #A59554;
}
.TagClassName
{
border-color: #A59554;
}
</style>