Shades of Husk #A9964A
Tints of Husk #A9964A
RGB
CMYK
RGB Variations
Color information
#A9964A (or 0xA9964A) is known color: Husk. HEX triplet: A9, 96 and 4A. RGB value is (169,150,74). Sum of RGB (Red+Green+Blue) = 169+150+74=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9964A is #5669B5. Grayscale: #939393. Windows color (decimal): -5663158 or 4888233. OLE color: 4888233.
HSL color Cylindrical-coordinate representation of color #A9964A: hue angle of 48º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9964A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 74 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.34 |
| HSL | 48º | 0.39% | 0.48% | - |
| HSV(B) | 48º | 0.56% | 0.66% | - |
| XYZ | 28.5 | 30.74 | 10.91 | - |
| YUV | 147.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 74 | 0 | 0.11 | 0.56 | 0.34 | 48 | 0.39 | 0.48 |
| Hex | A9 | 96 | 4A | 0 | B | 38 | 22 | 30 | 27 | 30 |
| Octal | 251 | 226 | 112 | 0 | 13 | 70 | 42 | 60 | 47 | 60 |
| Binary | 10101001 | 10010110 | 1001010 | 0 | 1011 | 111000 | 100010 | 110000 | 100111 | 110000 |
Color Harmonies of #A9964A
Complementary color
Monochromatic Colors of #A9964A
Black with #A9964A
Text Example
Text Example
White with #A9964A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9964A; }
p { color: rgb(169,150,74); }
H1.HeaderClassName
{
color: #A9964A;
}
.AnyTagClassName
{
color: #A9964A;
}
</style>
background-color css
<style>
a { background-color: #A9964A; }
a { background-color: rgb(169,150,74); }
div.DivClassName
{
background-color: #A9964A;
}
.BgClassName
{
background-color: #A9964A;
}
</style>
border-color css
<style>
span { border-color: #A9964A; }
span { border-color: rgb(169,150,74); }
td.TdClassName
{
border-color: #A9964A;
}
.TagClassName
{
border-color: #A9964A;
}
</style>