Shades of Husk #A49C47
Tints of Husk #A49C47
RGB
CMYK
RGB Variations
Color information
#A49C47 (or 0xA49C47) is known color: Husk. HEX triplet: A4, 9C and 47. RGB value is (164,156,71). Sum of RGB (Red+Green+Blue) = 164+156+71=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49C47 is #5B63B8. Grayscale: #959595. Windows color (decimal): -5989305 or 4693156. OLE color: 4693156.
HSL color Cylindrical-coordinate representation of color #A49C47: hue angle of 54.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49C47 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 156 | 71 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.36 |
| HSL | 54.84º | 0.4% | 0.46% | - |
| HSV(B) | 54.84º | 0.57% | 0.64% | - |
| XYZ | 28.34 | 32.12 | 10.67 | - |
| YUV | 148.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 156 | 71 | 0 | 0.05 | 0.57 | 0.36 | 54.84 | 0.4 | 0.46 |
| Hex | A4 | 9C | 47 | 0 | 5 | 39 | 24 | 37 | 28 | 2E |
| Octal | 244 | 234 | 107 | 0 | 5 | 71 | 44 | 67 | 50 | 56 |
| Binary | 10100100 | 10011100 | 1000111 | 0 | 101 | 111001 | 100100 | 110111 | 101000 | 101110 |
Color Harmonies of #A49C47
Complementary color
Monochromatic Colors of #A49C47
Black with #A49C47
Text Example
Text Example
White with #A49C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49C47; }
p { color: rgb(164,156,71); }
H1.HeaderClassName
{
color: #A49C47;
}
.AnyTagClassName
{
color: #A49C47;
}
</style>
background-color css
<style>
a { background-color: #A49C47; }
a { background-color: rgb(164,156,71); }
div.DivClassName
{
background-color: #A49C47;
}
.BgClassName
{
background-color: #A49C47;
}
</style>
border-color css
<style>
span { border-color: #A49C47; }
span { border-color: rgb(164,156,71); }
td.TdClassName
{
border-color: #A49C47;
}
.TagClassName
{
border-color: #A49C47;
}
</style>