Shades of Husk #A9934E
Tints of Husk #A9934E
RGB
CMYK
RGB Variations
Color information
#A9934E (or 0xA9934E) is known color: Husk. HEX triplet: A9, 93 and 4E. RGB value is (169,147,78). Sum of RGB (Red+Green+Blue) = 169+147+78=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9934E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9934E is #566CB1. Grayscale: #929292. Windows color (decimal): -5663922 or 5149609. OLE color: 5149609.
HSL color Cylindrical-coordinate representation of color #A9934E: hue angle of 45.49º 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 #A9934E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 78 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.34 |
| HSL | 45.49º | 0.37% | 0.48% | - |
| HSV(B) | 45.49º | 0.54% | 0.66% | - |
| XYZ | 28.17 | 29.85 | 11.49 | - |
| YUV | 145.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 78 | 0 | 0.13 | 0.54 | 0.34 | 45.49 | 0.37 | 0.48 |
| Hex | A9 | 93 | 4E | 0 | D | 36 | 22 | 2D | 25 | 30 |
| Octal | 251 | 223 | 116 | 0 | 15 | 66 | 42 | 55 | 45 | 60 |
| Binary | 10101001 | 10010011 | 1001110 | 0 | 1101 | 110110 | 100010 | 101101 | 100101 | 110000 |
Color Harmonies of #A9934E
Complementary color
Monochromatic Colors of #A9934E
Black with #A9934E
Text Example
Text Example
White with #A9934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9934E; }
p { color: rgb(169,147,78); }
H1.HeaderClassName
{
color: #A9934E;
}
.AnyTagClassName
{
color: #A9934E;
}
</style>
background-color css
<style>
a { background-color: #A9934E; }
a { background-color: rgb(169,147,78); }
div.DivClassName
{
background-color: #A9934E;
}
.BgClassName
{
background-color: #A9934E;
}
</style>
border-color css
<style>
span { border-color: #A9934E; }
span { border-color: rgb(169,147,78); }
td.TdClassName
{
border-color: #A9934E;
}
.TagClassName
{
border-color: #A9934E;
}
</style>