Shades of Husk #A4965A
Tints of Husk #A4965A
RGB
CMYK
RGB Variations
Color information
#A4965A (or 0xA4965A) is known color: Husk. HEX triplet: A4, 96 and 5A. RGB value is (164,150,90). Sum of RGB (Red+Green+Blue) = 164+150+90=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4965A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4965A is #5B69A5. Grayscale: #939393. Windows color (decimal): -5990822 or 5936804. OLE color: 5936804.
HSL color Cylindrical-coordinate representation of color #A4965A: hue angle of 48.65º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4965A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 90 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.36 |
| HSL | 48.65º | 0.29% | 0.5% | - |
| HSV(B) | 48.65º | 0.45% | 0.64% | - |
| XYZ | 28.06 | 30.44 | 14.07 | - |
| YUV | 147.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 90 | 0 | 0.09 | 0.45 | 0.36 | 48.65 | 0.29 | 0.5 |
| Hex | A4 | 96 | 5A | 0 | 9 | 2D | 24 | 31 | 1D | 32 |
| Octal | 244 | 226 | 132 | 0 | 11 | 55 | 44 | 61 | 35 | 62 |
| Binary | 10100100 | 10010110 | 1011010 | 0 | 1001 | 101101 | 100100 | 110001 | 11101 | 110010 |
Color Harmonies of #A4965A
Complementary color
Monochromatic Colors of #A4965A
Black with #A4965A
Text Example
Text Example
White with #A4965A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4965A; }
p { color: rgb(164,150,90); }
H1.HeaderClassName
{
color: #A4965A;
}
.AnyTagClassName
{
color: #A4965A;
}
</style>
background-color css
<style>
a { background-color: #A4965A; }
a { background-color: rgb(164,150,90); }
div.DivClassName
{
background-color: #A4965A;
}
.BgClassName
{
background-color: #A4965A;
}
</style>
border-color css
<style>
span { border-color: #A4965A; }
span { border-color: rgb(164,150,90); }
td.TdClassName
{
border-color: #A4965A;
}
.TagClassName
{
border-color: #A4965A;
}
</style>