Shades of Husk #A99D4A
Tints of Husk #A99D4A
RGB
CMYK
RGB Variations
Color information
#A99D4A (or 0xA99D4A) is known color: Husk. HEX triplet: A9, 9D and 4A. RGB value is (169,157,74). Sum of RGB (Red+Green+Blue) = 169+157+74=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A99D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99D4A is #5662B5. Grayscale: #979797. Windows color (decimal): -5661366 or 4890025. OLE color: 4890025.
HSL color Cylindrical-coordinate representation of color #A99D4A: hue angle of 52.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A99D4A is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 157 | 74 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.34 |
| HSL | 52.42º | 0.39% | 0.48% | - |
| HSV(B) | 52.42º | 0.56% | 0.66% | - |
| XYZ | 29.66 | 33.04 | 11.29 | - |
| YUV | 151.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 74 | 0 | 0.07 | 0.56 | 0.34 | 52.42 | 0.39 | 0.48 |
| Hex | A9 | 9D | 4A | 0 | 7 | 38 | 22 | 34 | 27 | 30 |
| Octal | 251 | 235 | 112 | 0 | 7 | 70 | 42 | 64 | 47 | 60 |
| Binary | 10101001 | 10011101 | 1001010 | 0 | 111 | 111000 | 100010 | 110100 | 100111 | 110000 |
Color Harmonies of #A99D4A
Complementary color
Monochromatic Colors of #A99D4A
Black with #A99D4A
Text Example
Text Example
White with #A99D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99D4A; }
p { color: rgb(169,157,74); }
H1.HeaderClassName
{
color: #A99D4A;
}
.AnyTagClassName
{
color: #A99D4A;
}
</style>
background-color css
<style>
a { background-color: #A99D4A; }
a { background-color: rgb(169,157,74); }
div.DivClassName
{
background-color: #A99D4A;
}
.BgClassName
{
background-color: #A99D4A;
}
</style>
border-color css
<style>
span { border-color: #A99D4A; }
span { border-color: rgb(169,157,74); }
td.TdClassName
{
border-color: #A99D4A;
}
.TagClassName
{
border-color: #A99D4A;
}
</style>