Shades of Husk #A9A055
Tints of Husk #A9A055
RGB
CMYK
RGB Variations
Color information
#A9A055 (or 0xA9A055) is known color: Husk. HEX triplet: A9, A0 and 55. RGB value is (169,160,85). Sum of RGB (Red+Green+Blue) = 169+160+85=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A055 is #565FAA. Grayscale: #9A9A9A. Windows color (decimal): -5660587 or 5611689. OLE color: 5611689.
HSL color Cylindrical-coordinate representation of color #A9A055: hue angle of 53.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9A055 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 160 | 85 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.34 |
| HSL | 53.57º | 0.33% | 0.5% | - |
| HSV(B) | 53.57º | 0.5% | 0.66% | - |
| XYZ | 30.57 | 34.23 | 13.59 | - |
| YUV | 154.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 160 | 85 | 0 | 0.05 | 0.50 | 0.34 | 53.57 | 0.33 | 0.5 |
| Hex | A9 | A0 | 55 | 0 | 5 | 32 | 22 | 36 | 21 | 32 |
| Octal | 251 | 240 | 125 | 0 | 5 | 62 | 42 | 66 | 41 | 62 |
| Binary | 10101001 | 10100000 | 1010101 | 0 | 101 | 110010 | 100010 | 110110 | 100001 | 110010 |
Color Harmonies of #A9A055
Complementary color
Monochromatic Colors of #A9A055
Black with #A9A055
Text Example
Text Example
White with #A9A055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A055; }
p { color: rgb(169,160,85); }
H1.HeaderClassName
{
color: #A9A055;
}
.AnyTagClassName
{
color: #A9A055;
}
</style>
background-color css
<style>
a { background-color: #A9A055; }
a { background-color: rgb(169,160,85); }
div.DivClassName
{
background-color: #A9A055;
}
.BgClassName
{
background-color: #A9A055;
}
</style>
border-color css
<style>
span { border-color: #A9A055; }
span { border-color: rgb(169,160,85); }
td.TdClassName
{
border-color: #A9A055;
}
.TagClassName
{
border-color: #A9A055;
}
</style>