Shades of Husk #A09C4E
Tints of Husk #A09C4E
RGB
CMYK
RGB Variations
Color information
#A09C4E (or 0xA09C4E) is known color: Husk. HEX triplet: A0, 9C and 4E. RGB value is (160,156,78). Sum of RGB (Red+Green+Blue) = 160+156+78=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C4E is #5F63B1. Grayscale: #949494. Windows color (decimal): -6251442 or 5151904. OLE color: 5151904.
HSL color Cylindrical-coordinate representation of color #A09C4E: hue angle of 57.07º 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 #A09C4E is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 78 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.37 |
| HSL | 57.07º | 0.34% | 0.47% | - |
| HSV(B) | 57.07º | 0.51% | 0.63% | - |
| XYZ | 27.76 | 31.8 | 11.88 | - |
| YUV | 148.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 78 | 0 | 0.02 | 0.51 | 0.37 | 57.07 | 0.34 | 0.47 |
| Hex | A0 | 9C | 4E | 0 | 2 | 33 | 25 | 39 | 22 | 2F |
| Octal | 240 | 234 | 116 | 0 | 2 | 63 | 45 | 71 | 42 | 57 |
| Binary | 10100000 | 10011100 | 1001110 | 0 | 10 | 110011 | 100101 | 111001 | 100010 | 101111 |
Color Harmonies of #A09C4E
Complementary color
Monochromatic Colors of #A09C4E
Black with #A09C4E
Text Example
Text Example
White with #A09C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C4E; }
p { color: rgb(160,156,78); }
H1.HeaderClassName
{
color: #A09C4E;
}
.AnyTagClassName
{
color: #A09C4E;
}
</style>
background-color css
<style>
a { background-color: #A09C4E; }
a { background-color: rgb(160,156,78); }
div.DivClassName
{
background-color: #A09C4E;
}
.BgClassName
{
background-color: #A09C4E;
}
</style>
border-color css
<style>
span { border-color: #A09C4E; }
span { border-color: rgb(160,156,78); }
td.TdClassName
{
border-color: #A09C4E;
}
.TagClassName
{
border-color: #A09C4E;
}
</style>