Shades of Husk #A0944B
Tints of Husk #A0944B
RGB
CMYK
RGB Variations
Color information
#A0944B (or 0xA0944B) is known color: Husk. HEX triplet: A0, 94 and 4B. RGB value is (160,148,75). Sum of RGB (Red+Green+Blue) = 160+148+75=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0944B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0944B is #5F6BB4. Grayscale: #8F8F8F. Windows color (decimal): -6253493 or 4953248. OLE color: 4953248.
HSL color Cylindrical-coordinate representation of color #A0944B: hue angle of 51.53º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0944B is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 75 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.37 |
| HSL | 51.53º | 0.36% | 0.46% | - |
| HSV(B) | 51.53º | 0.53% | 0.63% | - |
| XYZ | 26.36 | 29.16 | 10.9 | - |
| YUV | 143.27 | 89.48 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 75 | 0 | 0.07 | 0.53 | 0.37 | 51.53 | 0.36 | 0.46 |
| Hex | A0 | 94 | 4B | 0 | 7 | 35 | 25 | 34 | 24 | 2E |
| Octal | 240 | 224 | 113 | 0 | 7 | 65 | 45 | 64 | 44 | 56 |
| Binary | 10100000 | 10010100 | 1001011 | 0 | 111 | 110101 | 100101 | 110100 | 100100 | 101110 |
Color Harmonies of #A0944B
Complementary color
Monochromatic Colors of #A0944B
Black with #A0944B
Text Example
Text Example
White with #A0944B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0944B; }
p { color: rgb(160,148,75); }
H1.HeaderClassName
{
color: #A0944B;
}
.AnyTagClassName
{
color: #A0944B;
}
</style>
background-color css
<style>
a { background-color: #A0944B; }
a { background-color: rgb(160,148,75); }
div.DivClassName
{
background-color: #A0944B;
}
.BgClassName
{
background-color: #A0944B;
}
</style>
border-color css
<style>
span { border-color: #A0944B; }
span { border-color: rgb(160,148,75); }
td.TdClassName
{
border-color: #A0944B;
}
.TagClassName
{
border-color: #A0944B;
}
</style>