Shades of Husk #A49D58
Tints of Husk #A49D58
RGB
CMYK
RGB Variations
Color information
#A49D58 (or 0xA49D58) is known color: Husk. HEX triplet: A4, 9D and 58. RGB value is (164,157,88). Sum of RGB (Red+Green+Blue) = 164+157+88=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D58 is #5B62A7. Grayscale: #979797. Windows color (decimal): -5989032 or 5807524. OLE color: 5807524.
HSL color Cylindrical-coordinate representation of color #A49D58: hue angle of 54.47º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A49D58 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 157 | 88 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.36 |
| HSL | 54.47º | 0.3% | 0.49% | - |
| HSV(B) | 54.47º | 0.46% | 0.64% | - |
| XYZ | 29.13 | 32.71 | 14.01 | - |
| YUV | 151.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 88 | 0 | 0.04 | 0.46 | 0.36 | 54.47 | 0.3 | 0.49 |
| Hex | A4 | 9D | 58 | 0 | 4 | 2E | 24 | 36 | 1E | 31 |
| Octal | 244 | 235 | 130 | 0 | 4 | 56 | 44 | 66 | 36 | 61 |
| Binary | 10100100 | 10011101 | 1011000 | 0 | 100 | 101110 | 100100 | 110110 | 11110 | 110001 |
Color Harmonies of #A49D58
Complementary color
Monochromatic Colors of #A49D58
Black with #A49D58
Text Example
Text Example
White with #A49D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49D58; }
p { color: rgb(164,157,88); }
H1.HeaderClassName
{
color: #A49D58;
}
.AnyTagClassName
{
color: #A49D58;
}
</style>
background-color css
<style>
a { background-color: #A49D58; }
a { background-color: rgb(164,157,88); }
div.DivClassName
{
background-color: #A49D58;
}
.BgClassName
{
background-color: #A49D58;
}
</style>
border-color css
<style>
span { border-color: #A49D58; }
span { border-color: rgb(164,157,88); }
td.TdClassName
{
border-color: #A49D58;
}
.TagClassName
{
border-color: #A49D58;
}
</style>