Shades of Husk #A09250
Tints of Husk #A09250
RGB
CMYK
RGB Variations
Color information
#A09250 (or 0xA09250) is known color: Husk. HEX triplet: A0, 92 and 50. RGB value is (160,146,80). Sum of RGB (Red+Green+Blue) = 160+146+80=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A09250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09250 is #5F6DAF. Grayscale: #8E8E8E. Windows color (decimal): -6254000 or 5280416. OLE color: 5280416.
HSL color Cylindrical-coordinate representation of color #A09250: hue angle of 49.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A09250 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 80 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.37 |
| HSL | 49.5º | 0.33% | 0.47% | - |
| HSV(B) | 49.5º | 0.5% | 0.63% | - |
| XYZ | 26.22 | 28.61 | 11.73 | - |
| YUV | 142.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 80 | 0 | 0.09 | 0.5 | 0.37 | 49.5 | 0.33 | 0.47 |
| Hex | A0 | 92 | 50 | 0 | 9 | 32 | 25 | 32 | 21 | 2F |
| Octal | 240 | 222 | 120 | 0 | 11 | 62 | 45 | 62 | 41 | 57 |
| Binary | 10100000 | 10010010 | 1010000 | 0 | 1001 | 110010 | 100101 | 110010 | 100001 | 101111 |
Color Harmonies of #A09250
Complementary color
Monochromatic Colors of #A09250
Black with #A09250
Text Example
Text Example
White with #A09250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09250; }
p { color: rgb(160,146,80); }
H1.HeaderClassName
{
color: #A09250;
}
.AnyTagClassName
{
color: #A09250;
}
</style>
background-color css
<style>
a { background-color: #A09250; }
a { background-color: rgb(160,146,80); }
div.DivClassName
{
background-color: #A09250;
}
.BgClassName
{
background-color: #A09250;
}
</style>
border-color css
<style>
span { border-color: #A09250; }
span { border-color: rgb(160,146,80); }
td.TdClassName
{
border-color: #A09250;
}
.TagClassName
{
border-color: #A09250;
}
</style>