Shades of Husk #A4964E
Tints of Husk #A4964E
RGB
CMYK
RGB Variations
Color information
#A4964E (or 0xA4964E) is known color: Husk. HEX triplet: A4, 96 and 4E. RGB value is (164,150,78). Sum of RGB (Red+Green+Blue) = 164+150+78=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4964E is #5B69B1. Grayscale: #929292. Windows color (decimal): -5990834 or 5150372. OLE color: 5150372.
HSL color Cylindrical-coordinate representation of color #A4964E: hue angle of 50.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4964E is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 78 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.36 |
| HSL | 50.23º | 0.36% | 0.47% | - |
| HSV(B) | 50.23º | 0.52% | 0.64% | - |
| XYZ | 27.59 | 30.26 | 11.59 | - |
| YUV | 145.98 | 89.64 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 78 | 0 | 0.09 | 0.52 | 0.36 | 50.23 | 0.36 | 0.47 |
| Hex | A4 | 96 | 4E | 0 | 9 | 34 | 24 | 32 | 24 | 2F |
| Octal | 244 | 226 | 116 | 0 | 11 | 64 | 44 | 62 | 44 | 57 |
| Binary | 10100100 | 10010110 | 1001110 | 0 | 1001 | 110100 | 100100 | 110010 | 100100 | 101111 |
Color Harmonies of #A4964E
Complementary color
Monochromatic Colors of #A4964E
Black with #A4964E
Text Example
Text Example
White with #A4964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4964E; }
p { color: rgb(164,150,78); }
H1.HeaderClassName
{
color: #A4964E;
}
.AnyTagClassName
{
color: #A4964E;
}
</style>
background-color css
<style>
a { background-color: #A4964E; }
a { background-color: rgb(164,150,78); }
div.DivClassName
{
background-color: #A4964E;
}
.BgClassName
{
background-color: #A4964E;
}
</style>
border-color css
<style>
span { border-color: #A4964E; }
span { border-color: rgb(164,150,78); }
td.TdClassName
{
border-color: #A4964E;
}
.TagClassName
{
border-color: #A4964E;
}
</style>