Shades of Husk #A99856
Tints of Husk #A99856
RGB
CMYK
RGB Variations
Color information
#A99856 (or 0xA99856) is known color: Husk. HEX triplet: A9, 98 and 56. RGB value is (169,152,86). Sum of RGB (Red+Green+Blue) = 169+152+86=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A99856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99856 is #5667A9. Grayscale: #959595. Windows color (decimal): -5662634 or 5675177. OLE color: 5675177.
HSL color Cylindrical-coordinate representation of color #A99856: hue angle of 47.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A99856 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 152 | 86 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.34 |
| HSL | 47.71º | 0.33% | 0.5% | - |
| HSV(B) | 47.71º | 0.49% | 0.66% | - |
| XYZ | 29.27 | 31.56 | 13.35 | - |
| YUV | 149.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 86 | 0 | 0.10 | 0.49 | 0.34 | 47.71 | 0.33 | 0.5 |
| Hex | A9 | 98 | 56 | 0 | A | 31 | 22 | 30 | 21 | 32 |
| Octal | 251 | 230 | 126 | 0 | 12 | 61 | 42 | 60 | 41 | 62 |
| Binary | 10101001 | 10011000 | 1010110 | 0 | 1010 | 110001 | 100010 | 110000 | 100001 | 110010 |
Color Harmonies of #A99856
Complementary color
Monochromatic Colors of #A99856
Black with #A99856
Text Example
Text Example
White with #A99856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99856; }
p { color: rgb(169,152,86); }
H1.HeaderClassName
{
color: #A99856;
}
.AnyTagClassName
{
color: #A99856;
}
</style>
background-color css
<style>
a { background-color: #A99856; }
a { background-color: rgb(169,152,86); }
div.DivClassName
{
background-color: #A99856;
}
.BgClassName
{
background-color: #A99856;
}
</style>
border-color css
<style>
span { border-color: #A99856; }
span { border-color: rgb(169,152,86); }
td.TdClassName
{
border-color: #A99856;
}
.TagClassName
{
border-color: #A99856;
}
</style>