Shades of Husk #A09C51
Tints of Husk #A09C51
RGB
CMYK
RGB Variations
Color information
#A09C51 (or 0xA09C51) is known color: Husk. HEX triplet: A0, 9C and 51. RGB value is (160,156,81). Sum of RGB (Red+Green+Blue) = 160+156+81=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C51 is #5F63AE. Grayscale: #949494. Windows color (decimal): -6251439 or 5348512. OLE color: 5348512.
HSL color Cylindrical-coordinate representation of color #A09C51: hue angle of 56.96º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A09C51 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 81 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.37 |
| HSL | 56.96º | 0.33% | 0.47% | - |
| HSV(B) | 56.96º | 0.49% | 0.63% | - |
| XYZ | 27.87 | 31.84 | 12.46 | - |
| YUV | 148.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 81 | 0 | 0.02 | 0.49 | 0.37 | 56.96 | 0.33 | 0.47 |
| Hex | A0 | 9C | 51 | 0 | 2 | 31 | 25 | 39 | 21 | 2F |
| Octal | 240 | 234 | 121 | 0 | 2 | 61 | 45 | 71 | 41 | 57 |
| Binary | 10100000 | 10011100 | 1010001 | 0 | 10 | 110001 | 100101 | 111001 | 100001 | 101111 |
Color Harmonies of #A09C51
Complementary color
Monochromatic Colors of #A09C51
Black with #A09C51
Text Example
Text Example
White with #A09C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C51; }
p { color: rgb(160,156,81); }
H1.HeaderClassName
{
color: #A09C51;
}
.AnyTagClassName
{
color: #A09C51;
}
</style>
background-color css
<style>
a { background-color: #A09C51; }
a { background-color: rgb(160,156,81); }
div.DivClassName
{
background-color: #A09C51;
}
.BgClassName
{
background-color: #A09C51;
}
</style>
border-color css
<style>
span { border-color: #A09C51; }
span { border-color: rgb(160,156,81); }
td.TdClassName
{
border-color: #A09C51;
}
.TagClassName
{
border-color: #A09C51;
}
</style>