Shades of Husk #A09A54
Tints of Husk #A09A54
RGB
CMYK
RGB Variations
Color information
#A09A54 (or 0xA09A54) is known color: Husk. HEX triplet: A0, 9A and 54. RGB value is (160,154,84). Sum of RGB (Red+Green+Blue) = 160+154+84=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A54 is #5F65AB. Grayscale: #949494. Windows color (decimal): -6251948 or 5544608. OLE color: 5544608.
HSL color Cylindrical-coordinate representation of color #A09A54: hue angle of 55.26º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A09A54 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 154 | 84 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.37 |
| HSL | 55.26º | 0.31% | 0.48% | - |
| HSV(B) | 55.26º | 0.48% | 0.63% | - |
| XYZ | 27.65 | 31.22 | 12.96 | - |
| YUV | 147.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 154 | 84 | 0 | 0.04 | 0.48 | 0.37 | 55.26 | 0.31 | 0.48 |
| Hex | A0 | 9A | 54 | 0 | 4 | 30 | 25 | 37 | 1F | 30 |
| Octal | 240 | 232 | 124 | 0 | 4 | 60 | 45 | 67 | 37 | 60 |
| Binary | 10100000 | 10011010 | 1010100 | 0 | 100 | 110000 | 100101 | 110111 | 11111 | 110000 |
Color Harmonies of #A09A54
Complementary color
Monochromatic Colors of #A09A54
Black with #A09A54
Text Example
Text Example
White with #A09A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09A54; }
p { color: rgb(160,154,84); }
H1.HeaderClassName
{
color: #A09A54;
}
.AnyTagClassName
{
color: #A09A54;
}
</style>
background-color css
<style>
a { background-color: #A09A54; }
a { background-color: rgb(160,154,84); }
div.DivClassName
{
background-color: #A09A54;
}
.BgClassName
{
background-color: #A09A54;
}
</style>
border-color css
<style>
span { border-color: #A09A54; }
span { border-color: rgb(160,154,84); }
td.TdClassName
{
border-color: #A09A54;
}
.TagClassName
{
border-color: #A09A54;
}
</style>