Shades of Husk #A09357
Tints of Husk #A09357
RGB
CMYK
RGB Variations
Color information
#A09357 (or 0xA09357) is known color: Husk. HEX triplet: A0, 93 and 57. RGB value is (160,147,87). Sum of RGB (Red+Green+Blue) = 160+147+87=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A09357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09357 is #5F6CA8. Grayscale: #909090. Windows color (decimal): -6253737 or 5739424. OLE color: 5739424.
HSL color Cylindrical-coordinate representation of color #A09357: hue angle of 49.32º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A09357 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 87 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.37 |
| HSL | 49.32º | 0.3% | 0.48% | - |
| HSV(B) | 49.32º | 0.46% | 0.63% | - |
| XYZ | 26.65 | 29.03 | 13.22 | - |
| YUV | 144.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 87 | 0 | 0.08 | 0.46 | 0.37 | 49.32 | 0.3 | 0.48 |
| Hex | A0 | 93 | 57 | 0 | 8 | 2E | 25 | 31 | 1E | 30 |
| Octal | 240 | 223 | 127 | 0 | 10 | 56 | 45 | 61 | 36 | 60 |
| Binary | 10100000 | 10010011 | 1010111 | 0 | 1000 | 101110 | 100101 | 110001 | 11110 | 110000 |
Color Harmonies of #A09357
Complementary color
Monochromatic Colors of #A09357
Black with #A09357
Text Example
Text Example
White with #A09357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09357; }
p { color: rgb(160,147,87); }
H1.HeaderClassName
{
color: #A09357;
}
.AnyTagClassName
{
color: #A09357;
}
</style>
background-color css
<style>
a { background-color: #A09357; }
a { background-color: rgb(160,147,87); }
div.DivClassName
{
background-color: #A09357;
}
.BgClassName
{
background-color: #A09357;
}
</style>
border-color css
<style>
span { border-color: #A09357; }
span { border-color: rgb(160,147,87); }
td.TdClassName
{
border-color: #A09357;
}
.TagClassName
{
border-color: #A09357;
}
</style>