Shades of Husk #A99C4C
Tints of Husk #A99C4C
RGB
CMYK
RGB Variations
Color information
#A99C4C (or 0xA99C4C) is known color: Husk. HEX triplet: A9, 9C and 4C. RGB value is (169,156,76). Sum of RGB (Red+Green+Blue) = 169+156+76=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99C4C is #5663B3. Grayscale: #979797. Windows color (decimal): -5661620 or 5020841. OLE color: 5020841.
HSL color Cylindrical-coordinate representation of color #A99C4C: hue angle of 51.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A99C4C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 76 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.34 |
| HSL | 51.61º | 0.38% | 0.48% | - |
| HSV(B) | 51.61º | 0.55% | 0.66% | - |
| XYZ | 29.56 | 32.73 | 11.6 | - |
| YUV | 150.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 76 | 0 | 0.08 | 0.55 | 0.34 | 51.61 | 0.38 | 0.48 |
| Hex | A9 | 9C | 4C | 0 | 8 | 37 | 22 | 34 | 26 | 30 |
| Octal | 251 | 234 | 114 | 0 | 10 | 67 | 42 | 64 | 46 | 60 |
| Binary | 10101001 | 10011100 | 1001100 | 0 | 1000 | 110111 | 100010 | 110100 | 100110 | 110000 |
Color Harmonies of #A99C4C
Complementary color
Monochromatic Colors of #A99C4C
Black with #A99C4C
Text Example
Text Example
White with #A99C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C4C; }
p { color: rgb(169,156,76); }
H1.HeaderClassName
{
color: #A99C4C;
}
.AnyTagClassName
{
color: #A99C4C;
}
</style>
background-color css
<style>
a { background-color: #A99C4C; }
a { background-color: rgb(169,156,76); }
div.DivClassName
{
background-color: #A99C4C;
}
.BgClassName
{
background-color: #A99C4C;
}
</style>
border-color css
<style>
span { border-color: #A99C4C; }
span { border-color: rgb(169,156,76); }
td.TdClassName
{
border-color: #A99C4C;
}
.TagClassName
{
border-color: #A99C4C;
}
</style>