Shades of Husk #A39D4A
Tints of Husk #A39D4A
RGB
CMYK
RGB Variations
Color information
#A39D4A (or 0xA39D4A) is known color: Husk. HEX triplet: A3, 9D and 4A. RGB value is (163,157,74). Sum of RGB (Red+Green+Blue) = 163+157+74=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D4A is #5C62B5. Grayscale: #959595. Windows color (decimal): -6054582 or 4890019. OLE color: 4890019.
HSL color Cylindrical-coordinate representation of color #A39D4A: hue angle of 55.96º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A39D4A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 74 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.36 |
| HSL | 55.96º | 0.38% | 0.46% | - |
| HSV(B) | 55.96º | 0.55% | 0.64% | - |
| XYZ | 28.4 | 32.39 | 11.23 | - |
| YUV | 149.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 74 | 0 | 0.04 | 0.55 | 0.36 | 55.96 | 0.38 | 0.46 |
| Hex | A3 | 9D | 4A | 0 | 4 | 37 | 24 | 38 | 26 | 2E |
| Octal | 243 | 235 | 112 | 0 | 4 | 67 | 44 | 70 | 46 | 56 |
| Binary | 10100011 | 10011101 | 1001010 | 0 | 100 | 110111 | 100100 | 111000 | 100110 | 101110 |
Color Harmonies of #A39D4A
Complementary color
Monochromatic Colors of #A39D4A
Black with #A39D4A
Text Example
Text Example
White with #A39D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D4A; }
p { color: rgb(163,157,74); }
H1.HeaderClassName
{
color: #A39D4A;
}
.AnyTagClassName
{
color: #A39D4A;
}
</style>
background-color css
<style>
a { background-color: #A39D4A; }
a { background-color: rgb(163,157,74); }
div.DivClassName
{
background-color: #A39D4A;
}
.BgClassName
{
background-color: #A39D4A;
}
</style>
border-color css
<style>
span { border-color: #A39D4A; }
span { border-color: rgb(163,157,74); }
td.TdClassName
{
border-color: #A39D4A;
}
.TagClassName
{
border-color: #A39D4A;
}
</style>