Shades of Husk #A39A47
Tints of Husk #A39A47
RGB
CMYK
RGB Variations
Color information
#A39A47 (or 0xA39A47) is known color: Husk. HEX triplet: A3, 9A and 47. RGB value is (163,154,71). Sum of RGB (Red+Green+Blue) = 163+154+71=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A47 is #5C65B8. Grayscale: #939393. Windows color (decimal): -6055353 or 4692643. OLE color: 4692643.
HSL color Cylindrical-coordinate representation of color #A39A47: hue angle of 54.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A39A47 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 71 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.36 |
| HSL | 54.13º | 0.39% | 0.46% | - |
| HSV(B) | 54.13º | 0.56% | 0.64% | - |
| XYZ | 27.8 | 31.35 | 10.55 | - |
| YUV | 147.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 71 | 0 | 0.06 | 0.56 | 0.36 | 54.13 | 0.39 | 0.46 |
| Hex | A3 | 9A | 47 | 0 | 6 | 38 | 24 | 36 | 27 | 2E |
| Octal | 243 | 232 | 107 | 0 | 6 | 70 | 44 | 66 | 47 | 56 |
| Binary | 10100011 | 10011010 | 1000111 | 0 | 110 | 111000 | 100100 | 110110 | 100111 | 101110 |
Color Harmonies of #A39A47
Complementary color
Monochromatic Colors of #A39A47
Black with #A39A47
Text Example
Text Example
White with #A39A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A47; }
p { color: rgb(163,154,71); }
H1.HeaderClassName
{
color: #A39A47;
}
.AnyTagClassName
{
color: #A39A47;
}
</style>
background-color css
<style>
a { background-color: #A39A47; }
a { background-color: rgb(163,154,71); }
div.DivClassName
{
background-color: #A39A47;
}
.BgClassName
{
background-color: #A39A47;
}
</style>
border-color css
<style>
span { border-color: #A39A47; }
span { border-color: rgb(163,154,71); }
td.TdClassName
{
border-color: #A39A47;
}
.TagClassName
{
border-color: #A39A47;
}
</style>