Shades of Husk #A0954B
Tints of Husk #A0954B
RGB
CMYK
RGB Variations
Color information
#A0954B (or 0xA0954B) is known color: Husk. HEX triplet: A0, 95 and 4B. RGB value is (160,149,75). Sum of RGB (Red+Green+Blue) = 160+149+75=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0954B is #5F6AB4. Grayscale: #909090. Windows color (decimal): -6253237 or 4953504. OLE color: 4953504.
HSL color Cylindrical-coordinate representation of color #A0954B: hue angle of 52.24º 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 #A0954B is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 75 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.37 |
| HSL | 52.24º | 0.36% | 0.46% | - |
| HSV(B) | 52.24º | 0.53% | 0.63% | - |
| XYZ | 26.51 | 29.48 | 10.95 | - |
| YUV | 143.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 75 | 0 | 0.07 | 0.53 | 0.37 | 52.24 | 0.36 | 0.46 |
| Hex | A0 | 95 | 4B | 0 | 7 | 35 | 25 | 34 | 24 | 2E |
| Octal | 240 | 225 | 113 | 0 | 7 | 65 | 45 | 64 | 44 | 56 |
| Binary | 10100000 | 10010101 | 1001011 | 0 | 111 | 110101 | 100101 | 110100 | 100100 | 101110 |
Color Harmonies of #A0954B
Complementary color
Monochromatic Colors of #A0954B
Black with #A0954B
Text Example
Text Example
White with #A0954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0954B; }
p { color: rgb(160,149,75); }
H1.HeaderClassName
{
color: #A0954B;
}
.AnyTagClassName
{
color: #A0954B;
}
</style>
background-color css
<style>
a { background-color: #A0954B; }
a { background-color: rgb(160,149,75); }
div.DivClassName
{
background-color: #A0954B;
}
.BgClassName
{
background-color: #A0954B;
}
</style>
border-color css
<style>
span { border-color: #A0954B; }
span { border-color: rgb(160,149,75); }
td.TdClassName
{
border-color: #A0954B;
}
.TagClassName
{
border-color: #A0954B;
}
</style>