Shades of Husk #A99D47
Tints of Husk #A99D47
RGB
CMYK
RGB Variations
Color information
#A99D47 (or 0xA99D47) is known color: Husk. HEX triplet: A9, 9D and 47. RGB value is (169,157,71). Sum of RGB (Red+Green+Blue) = 169+157+71=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D47 is #5662B8. Grayscale: #979797. Windows color (decimal): -5661369 or 4693417. OLE color: 4693417.
HSL color Cylindrical-coordinate representation of color #A99D47: hue angle of 52.65º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A99D47 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 71 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.34 |
| HSL | 52.65º | 0.41% | 0.47% | - |
| HSV(B) | 52.65º | 0.58% | 0.66% | - |
| XYZ | 29.56 | 33 | 10.77 | - |
| YUV | 150.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 71 | 0 | 0.07 | 0.58 | 0.34 | 52.65 | 0.41 | 0.47 |
| Hex | A9 | 9D | 47 | 0 | 7 | 3A | 22 | 35 | 29 | 2F |
| Octal | 251 | 235 | 107 | 0 | 7 | 72 | 42 | 65 | 51 | 57 |
| Binary | 10101001 | 10011101 | 1000111 | 0 | 111 | 111010 | 100010 | 110101 | 101001 | 101111 |
Color Harmonies of #A99D47
Complementary color
Monochromatic Colors of #A99D47
Black with #A99D47
Text Example
Text Example
White with #A99D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D47; }
p { color: rgb(169,157,71); }
H1.HeaderClassName
{
color: #A99D47;
}
.AnyTagClassName
{
color: #A99D47;
}
</style>
background-color css
<style>
a { background-color: #A99D47; }
a { background-color: rgb(169,157,71); }
div.DivClassName
{
background-color: #A99D47;
}
.BgClassName
{
background-color: #A99D47;
}
</style>
border-color css
<style>
span { border-color: #A99D47; }
span { border-color: rgb(169,157,71); }
td.TdClassName
{
border-color: #A99D47;
}
.TagClassName
{
border-color: #A99D47;
}
</style>