Shades of Husk #A99D4D
Tints of Husk #A99D4D
RGB
CMYK
RGB Variations
Color information
#A99D4D (or 0xA99D4D) is known color: Husk. HEX triplet: A9, 9D and 4D. RGB value is (169,157,77). Sum of RGB (Red+Green+Blue) = 169+157+77=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99D4D is #5662B2. Grayscale: #979797. Windows color (decimal): -5661363 or 5086633. OLE color: 5086633.
HSL color Cylindrical-coordinate representation of color #A99D4D: hue angle of 52.17º 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 #A99D4D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 77 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.34 |
| HSL | 52.17º | 0.37% | 0.48% | - |
| HSV(B) | 52.17º | 0.54% | 0.66% | - |
| XYZ | 29.76 | 33.08 | 11.84 | - |
| YUV | 151.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 77 | 0 | 0.07 | 0.54 | 0.34 | 52.17 | 0.37 | 0.48 |
| Hex | A9 | 9D | 4D | 0 | 7 | 36 | 22 | 34 | 25 | 30 |
| Octal | 251 | 235 | 115 | 0 | 7 | 66 | 42 | 64 | 45 | 60 |
| Binary | 10101001 | 10011101 | 1001101 | 0 | 111 | 110110 | 100010 | 110100 | 100101 | 110000 |
Color Harmonies of #A99D4D
Complementary color
Monochromatic Colors of #A99D4D
Black with #A99D4D
Text Example
Text Example
White with #A99D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D4D; }
p { color: rgb(169,157,77); }
H1.HeaderClassName
{
color: #A99D4D;
}
.AnyTagClassName
{
color: #A99D4D;
}
</style>
background-color css
<style>
a { background-color: #A99D4D; }
a { background-color: rgb(169,157,77); }
div.DivClassName
{
background-color: #A99D4D;
}
.BgClassName
{
background-color: #A99D4D;
}
</style>
border-color css
<style>
span { border-color: #A99D4D; }
span { border-color: rgb(169,157,77); }
td.TdClassName
{
border-color: #A99D4D;
}
.TagClassName
{
border-color: #A99D4D;
}
</style>