Shades of Husk #A99558
Tints of Husk #A99558
RGB
CMYK
RGB Variations
Color information
#A99558 (or 0xA99558) is known color: Husk. HEX triplet: A9, 95 and 58. RGB value is (169,149,88). Sum of RGB (Red+Green+Blue) = 169+149+88=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 88 (34.77% from 255 or 21.67% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A99558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99558 is #566AA7. Grayscale: #949494. Windows color (decimal): -5663400 or 5805481. OLE color: 5805481.
HSL color Cylindrical-coordinate representation of color #A99558: hue angle of 45.19º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A99558 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 88 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.34 |
| HSL | 45.19º | 0.32% | 0.5% | - |
| HSV(B) | 45.19º | 0.48% | 0.66% | - |
| XYZ | 28.87 | 30.63 | 13.62 | - |
| YUV | 148.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 88 | 0 | 0.12 | 0.48 | 0.34 | 45.19 | 0.32 | 0.5 |
| Hex | A9 | 95 | 58 | 0 | C | 30 | 22 | 2D | 20 | 32 |
| Octal | 251 | 225 | 130 | 0 | 14 | 60 | 42 | 55 | 40 | 62 |
| Binary | 10101001 | 10010101 | 1011000 | 0 | 1100 | 110000 | 100010 | 101101 | 100000 | 110010 |
Color Harmonies of #A99558
Complementary color
Monochromatic Colors of #A99558
Black with #A99558
Text Example
Text Example
White with #A99558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99558; }
p { color: rgb(169,149,88); }
H1.HeaderClassName
{
color: #A99558;
}
.AnyTagClassName
{
color: #A99558;
}
</style>
background-color css
<style>
a { background-color: #A99558; }
a { background-color: rgb(169,149,88); }
div.DivClassName
{
background-color: #A99558;
}
.BgClassName
{
background-color: #A99558;
}
</style>
border-color css
<style>
span { border-color: #A99558; }
span { border-color: rgb(169,149,88); }
td.TdClassName
{
border-color: #A99558;
}
.TagClassName
{
border-color: #A99558;
}
</style>