Shades of Husk #A99C5E
Tints of Husk #A99C5E
RGB
CMYK
RGB Variations
Color information
#A99C5E (or 0xA99C5E) is known color: Husk. HEX triplet: A9, 9C and 5E. RGB value is (169,156,94). Sum of RGB (Red+Green+Blue) = 169+156+94=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A99C5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99C5E is #5663A1. Grayscale: #999999. Windows color (decimal): -5661602 or 6200489. OLE color: 6200489.
HSL color Cylindrical-coordinate representation of color #A99C5E: hue angle of 49.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A99C5E is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 94 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.34 |
| HSL | 49.6º | 0.3% | 0.52% | - |
| HSV(B) | 49.6º | 0.44% | 0.66% | - |
| XYZ | 30.27 | 33.02 | 15.37 | - |
| YUV | 152.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 94 | 0 | 0.08 | 0.44 | 0.34 | 49.6 | 0.3 | 0.52 |
| Hex | A9 | 9C | 5E | 0 | 8 | 2C | 22 | 32 | 1E | 34 |
| Octal | 251 | 234 | 136 | 0 | 10 | 54 | 42 | 62 | 36 | 64 |
| Binary | 10101001 | 10011100 | 1011110 | 0 | 1000 | 101100 | 100010 | 110010 | 11110 | 110100 |
Color Harmonies of #A99C5E
Complementary color
Monochromatic Colors of #A99C5E
Black with #A99C5E
Text Example
Text Example
White with #A99C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99C5E; }
p { color: rgb(169,156,94); }
H1.HeaderClassName
{
color: #A99C5E;
}
.AnyTagClassName
{
color: #A99C5E;
}
</style>
background-color css
<style>
a { background-color: #A99C5E; }
a { background-color: rgb(169,156,94); }
div.DivClassName
{
background-color: #A99C5E;
}
.BgClassName
{
background-color: #A99C5E;
}
</style>
border-color css
<style>
span { border-color: #A99C5E; }
span { border-color: rgb(169,156,94); }
td.TdClassName
{
border-color: #A99C5E;
}
.TagClassName
{
border-color: #A99C5E;
}
</style>