Shades of Husk #A99549
Tints of Husk #A99549
RGB
CMYK
RGB Variations
Color information
#A99549 (or 0xA99549) is known color: Husk. HEX triplet: A9, 95 and 49. RGB value is (169,149,73). Sum of RGB (Red+Green+Blue) = 169+149+73=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A99549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99549 is #566AB6. Grayscale: #929292. Windows color (decimal): -5663415 or 4822441. OLE color: 4822441.
HSL color Cylindrical-coordinate representation of color #A99549: hue angle of 47.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A99549 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 73 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.34 |
| HSL | 47.5º | 0.4% | 0.47% | - |
| HSV(B) | 47.5º | 0.57% | 0.66% | - |
| XYZ | 28.31 | 30.41 | 10.68 | - |
| YUV | 146.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 73 | 0 | 0.12 | 0.57 | 0.34 | 47.5 | 0.4 | 0.47 |
| Hex | A9 | 95 | 49 | 0 | C | 39 | 22 | 30 | 28 | 2F |
| Octal | 251 | 225 | 111 | 0 | 14 | 71 | 42 | 60 | 50 | 57 |
| Binary | 10101001 | 10010101 | 1001001 | 0 | 1100 | 111001 | 100010 | 110000 | 101000 | 101111 |
Color Harmonies of #A99549
Complementary color
Monochromatic Colors of #A99549
Black with #A99549
Text Example
Text Example
White with #A99549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99549; }
p { color: rgb(169,149,73); }
H1.HeaderClassName
{
color: #A99549;
}
.AnyTagClassName
{
color: #A99549;
}
</style>
background-color css
<style>
a { background-color: #A99549; }
a { background-color: rgb(169,149,73); }
div.DivClassName
{
background-color: #A99549;
}
.BgClassName
{
background-color: #A99549;
}
</style>
border-color css
<style>
span { border-color: #A99549; }
span { border-color: rgb(169,149,73); }
td.TdClassName
{
border-color: #A99549;
}
.TagClassName
{
border-color: #A99549;
}
</style>