Shades of Husk #A99844
Tints of Husk #A99844
RGB
CMYK
RGB Variations
Color information
#A99844 (or 0xA99844) is known color: Husk. HEX triplet: A9, 98 and 44. RGB value is (169,152,68). Sum of RGB (Red+Green+Blue) = 169+152+68=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A99844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99844 is #5667BB. Grayscale: #939393. Windows color (decimal): -5662652 or 4495529. OLE color: 4495529.
HSL color Cylindrical-coordinate representation of color #A99844: hue angle of 49.9º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A99844 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 68 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.34 |
| HSL | 49.9º | 0.43% | 0.46% | - |
| HSV(B) | 49.9º | 0.6% | 0.66% | - |
| XYZ | 28.63 | 31.31 | 10 | - |
| YUV | 147.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 68 | 0 | 0.10 | 0.60 | 0.34 | 49.9 | 0.43 | 0.46 |
| Hex | A9 | 98 | 44 | 0 | A | 3C | 22 | 32 | 2B | 2E |
| Octal | 251 | 230 | 104 | 0 | 12 | 74 | 42 | 62 | 53 | 56 |
| Binary | 10101001 | 10011000 | 1000100 | 0 | 1010 | 111100 | 100010 | 110010 | 101011 | 101110 |
Color Harmonies of #A99844
Complementary color
Monochromatic Colors of #A99844
Black with #A99844
Text Example
Text Example
White with #A99844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99844; }
p { color: rgb(169,152,68); }
H1.HeaderClassName
{
color: #A99844;
}
.AnyTagClassName
{
color: #A99844;
}
</style>
background-color css
<style>
a { background-color: #A99844; }
a { background-color: rgb(169,152,68); }
div.DivClassName
{
background-color: #A99844;
}
.BgClassName
{
background-color: #A99844;
}
</style>
border-color css
<style>
span { border-color: #A99844; }
span { border-color: rgb(169,152,68); }
td.TdClassName
{
border-color: #A99844;
}
.TagClassName
{
border-color: #A99844;
}
</style>