Shades of Husk #A99A4D
Tints of Husk #A99A4D
RGB
CMYK
RGB Variations
Color information
#A99A4D (or 0xA99A4D) is known color: Husk. HEX triplet: A9, 9A and 4D. RGB value is (169,154,77). Sum of RGB (Red+Green+Blue) = 169+154+77=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A4D is #5665B2. Grayscale: #969696. Windows color (decimal): -5662131 or 5085865. OLE color: 5085865.
HSL color Cylindrical-coordinate representation of color #A99A4D: hue angle of 50.22º 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 #A99A4D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 77 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.34 |
| HSL | 50.22º | 0.37% | 0.48% | - |
| HSV(B) | 50.22º | 0.54% | 0.66% | - |
| XYZ | 29.26 | 32.08 | 11.67 | - |
| YUV | 149.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 77 | 0 | 0.09 | 0.54 | 0.34 | 50.22 | 0.37 | 0.48 |
| Hex | A9 | 9A | 4D | 0 | 9 | 36 | 22 | 32 | 25 | 30 |
| Octal | 251 | 232 | 115 | 0 | 11 | 66 | 42 | 62 | 45 | 60 |
| Binary | 10101001 | 10011010 | 1001101 | 0 | 1001 | 110110 | 100010 | 110010 | 100101 | 110000 |
Color Harmonies of #A99A4D
Complementary color
Monochromatic Colors of #A99A4D
Black with #A99A4D
Text Example
Text Example
White with #A99A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A4D; }
p { color: rgb(169,154,77); }
H1.HeaderClassName
{
color: #A99A4D;
}
.AnyTagClassName
{
color: #A99A4D;
}
</style>
background-color css
<style>
a { background-color: #A99A4D; }
a { background-color: rgb(169,154,77); }
div.DivClassName
{
background-color: #A99A4D;
}
.BgClassName
{
background-color: #A99A4D;
}
</style>
border-color css
<style>
span { border-color: #A99A4D; }
span { border-color: rgb(169,154,77); }
td.TdClassName
{
border-color: #A99A4D;
}
.TagClassName
{
border-color: #A99A4D;
}
</style>