Shades of Husk #A3984E
Tints of Husk #A3984E
RGB
CMYK
RGB Variations
Color information
#A3984E (or 0xA3984E) is known color: Husk. HEX triplet: A3, 98 and 4E. RGB value is (163,152,78). Sum of RGB (Red+Green+Blue) = 163+152+78=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A3984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3984E is #5C67B1. Grayscale: #939393. Windows color (decimal): -6055858 or 5150883. OLE color: 5150883.
HSL color Cylindrical-coordinate representation of color #A3984E: hue angle of 52.24º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3984E is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 78 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.36 |
| HSL | 52.24º | 0.35% | 0.47% | - |
| HSV(B) | 52.24º | 0.52% | 0.64% | - |
| XYZ | 27.71 | 30.79 | 11.69 | - |
| YUV | 146.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 78 | 0 | 0.07 | 0.52 | 0.36 | 52.24 | 0.35 | 0.47 |
| Hex | A3 | 98 | 4E | 0 | 7 | 34 | 24 | 34 | 23 | 2F |
| Octal | 243 | 230 | 116 | 0 | 7 | 64 | 44 | 64 | 43 | 57 |
| Binary | 10100011 | 10011000 | 1001110 | 0 | 111 | 110100 | 100100 | 110100 | 100011 | 101111 |
Color Harmonies of #A3984E
Complementary color
Monochromatic Colors of #A3984E
Black with #A3984E
Text Example
Text Example
White with #A3984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3984E; }
p { color: rgb(163,152,78); }
H1.HeaderClassName
{
color: #A3984E;
}
.AnyTagClassName
{
color: #A3984E;
}
</style>
background-color css
<style>
a { background-color: #A3984E; }
a { background-color: rgb(163,152,78); }
div.DivClassName
{
background-color: #A3984E;
}
.BgClassName
{
background-color: #A3984E;
}
</style>
border-color css
<style>
span { border-color: #A3984E; }
span { border-color: rgb(163,152,78); }
td.TdClassName
{
border-color: #A3984E;
}
.TagClassName
{
border-color: #A3984E;
}
</style>