Shades of Husk #A09D4E
Tints of Husk #A09D4E
RGB
CMYK
RGB Variations
Color information
#A09D4E (or 0xA09D4E) is known color: Husk. HEX triplet: A0, 9D and 4E. RGB value is (160,157,78). Sum of RGB (Red+Green+Blue) = 160+157+78=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 78 (30.86% from 255 or 19.75% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D4E is #5F62B1. Grayscale: #959595. Windows color (decimal): -6251186 or 5152160. OLE color: 5152160.
HSL color Cylindrical-coordinate representation of color #A09D4E: hue angle of 57.8º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A09D4E is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 78 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.37 |
| HSL | 57.8º | 0.34% | 0.47% | - |
| HSV(B) | 57.8º | 0.51% | 0.63% | - |
| XYZ | 27.93 | 32.14 | 11.94 | - |
| YUV | 148.89 | 87.99 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 78 | 0 | 0.02 | 0.51 | 0.37 | 57.8 | 0.34 | 0.47 |
| Hex | A0 | 9D | 4E | 0 | 2 | 33 | 25 | 3A | 22 | 2F |
| Octal | 240 | 235 | 116 | 0 | 2 | 63 | 45 | 72 | 42 | 57 |
| Binary | 10100000 | 10011101 | 1001110 | 0 | 10 | 110011 | 100101 | 111010 | 100010 | 101111 |
Color Harmonies of #A09D4E
Complementary color
Monochromatic Colors of #A09D4E
Black with #A09D4E
Text Example
Text Example
White with #A09D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D4E; }
p { color: rgb(160,157,78); }
H1.HeaderClassName
{
color: #A09D4E;
}
.AnyTagClassName
{
color: #A09D4E;
}
</style>
background-color css
<style>
a { background-color: #A09D4E; }
a { background-color: rgb(160,157,78); }
div.DivClassName
{
background-color: #A09D4E;
}
.BgClassName
{
background-color: #A09D4E;
}
</style>
border-color css
<style>
span { border-color: #A09D4E; }
span { border-color: rgb(160,157,78); }
td.TdClassName
{
border-color: #A09D4E;
}
.TagClassName
{
border-color: #A09D4E;
}
</style>