Shades of Husk #A99A5E
Tints of Husk #A99A5E
RGB
CMYK
RGB Variations
Color information
#A99A5E (or 0xA99A5E) is known color: Husk. HEX triplet: A9, 9A and 5E. RGB value is (169,154,94). Sum of RGB (Red+Green+Blue) = 169+154+94=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A5E is #5665A1. Grayscale: #979797. Windows color (decimal): -5662114 or 6199977. OLE color: 6199977.
HSL color Cylindrical-coordinate representation of color #A99A5E: hue angle of 48º 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 #A99A5E is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 94 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.34 |
| HSL | 48º | 0.3% | 0.52% | - |
| HSV(B) | 48º | 0.44% | 0.66% | - |
| XYZ | 29.94 | 32.35 | 15.26 | - |
| YUV | 151.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 94 | 0 | 0.09 | 0.44 | 0.34 | 48 | 0.3 | 0.52 |
| Hex | A9 | 9A | 5E | 0 | 9 | 2C | 22 | 30 | 1E | 34 |
| Octal | 251 | 232 | 136 | 0 | 11 | 54 | 42 | 60 | 36 | 64 |
| Binary | 10101001 | 10011010 | 1011110 | 0 | 1001 | 101100 | 100010 | 110000 | 11110 | 110100 |
Color Harmonies of #A99A5E
Complementary color
Monochromatic Colors of #A99A5E
Black with #A99A5E
Text Example
Text Example
White with #A99A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A5E; }
p { color: rgb(169,154,94); }
H1.HeaderClassName
{
color: #A99A5E;
}
.AnyTagClassName
{
color: #A99A5E;
}
</style>
background-color css
<style>
a { background-color: #A99A5E; }
a { background-color: rgb(169,154,94); }
div.DivClassName
{
background-color: #A99A5E;
}
.BgClassName
{
background-color: #A99A5E;
}
</style>
border-color css
<style>
span { border-color: #A99A5E; }
span { border-color: rgb(169,154,94); }
td.TdClassName
{
border-color: #A99A5E;
}
.TagClassName
{
border-color: #A99A5E;
}
</style>