Shades of Husk #A0924D
Tints of Husk #A0924D
RGB
CMYK
RGB Variations
Color information
#A0924D (or 0xA0924D) is known color: Husk. HEX triplet: A0, 92 and 4D. RGB value is (160,146,77). Sum of RGB (Red+Green+Blue) = 160+146+77=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0924D is #5F6DB2. Grayscale: #8E8E8E. Windows color (decimal): -6254003 or 5083808. OLE color: 5083808.
HSL color Cylindrical-coordinate representation of color #A0924D: hue angle of 49.88º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0924D is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 77 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.37 |
| HSL | 49.88º | 0.35% | 0.46% | - |
| HSV(B) | 49.88º | 0.52% | 0.63% | - |
| XYZ | 26.12 | 28.57 | 11.16 | - |
| YUV | 142.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 77 | 0 | 0.09 | 0.52 | 0.37 | 49.88 | 0.35 | 0.46 |
| Hex | A0 | 92 | 4D | 0 | 9 | 34 | 25 | 32 | 23 | 2E |
| Octal | 240 | 222 | 115 | 0 | 11 | 64 | 45 | 62 | 43 | 56 |
| Binary | 10100000 | 10010010 | 1001101 | 0 | 1001 | 110100 | 100101 | 110010 | 100011 | 101110 |
Color Harmonies of #A0924D
Complementary color
Monochromatic Colors of #A0924D
Black with #A0924D
Text Example
Text Example
White with #A0924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0924D; }
p { color: rgb(160,146,77); }
H1.HeaderClassName
{
color: #A0924D;
}
.AnyTagClassName
{
color: #A0924D;
}
</style>
background-color css
<style>
a { background-color: #A0924D; }
a { background-color: rgb(160,146,77); }
div.DivClassName
{
background-color: #A0924D;
}
.BgClassName
{
background-color: #A0924D;
}
</style>
border-color css
<style>
span { border-color: #A0924D; }
span { border-color: rgb(160,146,77); }
td.TdClassName
{
border-color: #A0924D;
}
.TagClassName
{
border-color: #A0924D;
}
</style>