Shades of Husk #A3984D
Tints of Husk #A3984D
RGB
CMYK
RGB Variations
Color information
#A3984D (or 0xA3984D) is known color: Husk. HEX triplet: A3, 98 and 4D. RGB value is (163,152,77). Sum of RGB (Red+Green+Blue) = 163+152+77=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3984D is #5C67B2. Grayscale: #939393. Windows color (decimal): -6055859 or 5085347. OLE color: 5085347.
HSL color Cylindrical-coordinate representation of color #A3984D: hue angle of 52.33º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3984D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 77 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.36 |
| HSL | 52.33º | 0.36% | 0.47% | - |
| HSV(B) | 52.33º | 0.53% | 0.64% | - |
| XYZ | 27.67 | 30.78 | 11.5 | - |
| YUV | 146.74 | 88.64 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 77 | 0 | 0.07 | 0.53 | 0.36 | 52.33 | 0.36 | 0.47 |
| Hex | A3 | 98 | 4D | 0 | 7 | 35 | 24 | 34 | 24 | 2F |
| Octal | 243 | 230 | 115 | 0 | 7 | 65 | 44 | 64 | 44 | 57 |
| Binary | 10100011 | 10011000 | 1001101 | 0 | 111 | 110101 | 100100 | 110100 | 100100 | 101111 |
Color Harmonies of #A3984D
Complementary color
Monochromatic Colors of #A3984D
Black with #A3984D
Text Example
Text Example
White with #A3984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3984D; }
p { color: rgb(163,152,77); }
H1.HeaderClassName
{
color: #A3984D;
}
.AnyTagClassName
{
color: #A3984D;
}
</style>
background-color css
<style>
a { background-color: #A3984D; }
a { background-color: rgb(163,152,77); }
div.DivClassName
{
background-color: #A3984D;
}
.BgClassName
{
background-color: #A3984D;
}
</style>
border-color css
<style>
span { border-color: #A3984D; }
span { border-color: rgb(163,152,77); }
td.TdClassName
{
border-color: #A3984D;
}
.TagClassName
{
border-color: #A3984D;
}
</style>