Shades of Husk #A99D4E
Tints of Husk #A99D4E
RGB
CMYK
RGB Variations
Color information
#A99D4E (or 0xA99D4E) is known color: Husk. HEX triplet: A9, 9D and 4E. RGB value is (169,157,78). Sum of RGB (Red+Green+Blue) = 169+157+78=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D4E is #5662B1. Grayscale: #979797. Windows color (decimal): -5661362 or 5152169. OLE color: 5152169.
HSL color Cylindrical-coordinate representation of color #A99D4E: hue angle of 52.09º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A99D4E is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 78 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.34 |
| HSL | 52.09º | 0.37% | 0.48% | - |
| HSV(B) | 52.09º | 0.54% | 0.66% | - |
| XYZ | 29.79 | 33.1 | 12.03 | - |
| YUV | 151.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 78 | 0 | 0.07 | 0.54 | 0.34 | 52.09 | 0.37 | 0.48 |
| Hex | A9 | 9D | 4E | 0 | 7 | 36 | 22 | 34 | 25 | 30 |
| Octal | 251 | 235 | 116 | 0 | 7 | 66 | 42 | 64 | 45 | 60 |
| Binary | 10101001 | 10011101 | 1001110 | 0 | 111 | 110110 | 100010 | 110100 | 100101 | 110000 |
Color Harmonies of #A99D4E
Complementary color
Monochromatic Colors of #A99D4E
Black with #A99D4E
Text Example
Text Example
White with #A99D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D4E; }
p { color: rgb(169,157,78); }
H1.HeaderClassName
{
color: #A99D4E;
}
.AnyTagClassName
{
color: #A99D4E;
}
</style>
background-color css
<style>
a { background-color: #A99D4E; }
a { background-color: rgb(169,157,78); }
div.DivClassName
{
background-color: #A99D4E;
}
.BgClassName
{
background-color: #A99D4E;
}
</style>
border-color css
<style>
span { border-color: #A99D4E; }
span { border-color: rgb(169,157,78); }
td.TdClassName
{
border-color: #A99D4E;
}
.TagClassName
{
border-color: #A99D4E;
}
</style>