Shades of Husk #A09D4C
Tints of Husk #A09D4C
RGB
CMYK
RGB Variations
Color information
#A09D4C (or 0xA09D4C) is known color: Husk. HEX triplet: A0, 9D and 4C. RGB value is (160,157,76). Sum of RGB (Red+Green+Blue) = 160+157+76=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D4C is #5F62B3. Grayscale: #949494. Windows color (decimal): -6251188 or 5021088. OLE color: 5021088.
HSL color Cylindrical-coordinate representation of color #A09D4C: hue angle of 57.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A09D4C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 76 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.37 |
| HSL | 57.86º | 0.36% | 0.46% | - |
| HSV(B) | 57.86º | 0.53% | 0.63% | - |
| XYZ | 27.86 | 32.11 | 11.57 | - |
| YUV | 148.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 76 | 0 | 0.02 | 0.52 | 0.37 | 57.86 | 0.36 | 0.46 |
| Hex | A0 | 9D | 4C | 0 | 2 | 34 | 25 | 3A | 24 | 2E |
| Octal | 240 | 235 | 114 | 0 | 2 | 64 | 45 | 72 | 44 | 56 |
| Binary | 10100000 | 10011101 | 1001100 | 0 | 10 | 110100 | 100101 | 111010 | 100100 | 101110 |
Color Harmonies of #A09D4C
Complementary color
Monochromatic Colors of #A09D4C
Black with #A09D4C
Text Example
Text Example
White with #A09D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D4C; }
p { color: rgb(160,157,76); }
H1.HeaderClassName
{
color: #A09D4C;
}
.AnyTagClassName
{
color: #A09D4C;
}
</style>
background-color css
<style>
a { background-color: #A09D4C; }
a { background-color: rgb(160,157,76); }
div.DivClassName
{
background-color: #A09D4C;
}
.BgClassName
{
background-color: #A09D4C;
}
</style>
border-color css
<style>
span { border-color: #A09D4C; }
span { border-color: rgb(160,157,76); }
td.TdClassName
{
border-color: #A09D4C;
}
.TagClassName
{
border-color: #A09D4C;
}
</style>