Shades of Husk #A39C4D
Tints of Husk #A39C4D
RGB
CMYK
RGB Variations
Color information
#A39C4D (or 0xA39C4D) is known color: Husk. HEX triplet: A3, 9C and 4D. RGB value is (163,156,77). Sum of RGB (Red+Green+Blue) = 163+156+77=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C4D is #5C63B2. Grayscale: #959595. Windows color (decimal): -6054835 or 5086371. OLE color: 5086371.
HSL color Cylindrical-coordinate representation of color #A39C4D: hue angle of 55.12º 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 #A39C4D is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 77 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.36 |
| HSL | 55.12º | 0.36% | 0.47% | - |
| HSV(B) | 55.12º | 0.53% | 0.64% | - |
| XYZ | 28.33 | 32.1 | 11.72 | - |
| YUV | 149.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 77 | 0 | 0.04 | 0.53 | 0.36 | 55.12 | 0.36 | 0.47 |
| Hex | A3 | 9C | 4D | 0 | 4 | 35 | 24 | 37 | 24 | 2F |
| Octal | 243 | 234 | 115 | 0 | 4 | 65 | 44 | 67 | 44 | 57 |
| Binary | 10100011 | 10011100 | 1001101 | 0 | 100 | 110101 | 100100 | 110111 | 100100 | 101111 |
Color Harmonies of #A39C4D
Complementary color
Monochromatic Colors of #A39C4D
Black with #A39C4D
Text Example
Text Example
White with #A39C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C4D; }
p { color: rgb(163,156,77); }
H1.HeaderClassName
{
color: #A39C4D;
}
.AnyTagClassName
{
color: #A39C4D;
}
</style>
background-color css
<style>
a { background-color: #A39C4D; }
a { background-color: rgb(163,156,77); }
div.DivClassName
{
background-color: #A39C4D;
}
.BgClassName
{
background-color: #A39C4D;
}
</style>
border-color css
<style>
span { border-color: #A39C4D; }
span { border-color: rgb(163,156,77); }
td.TdClassName
{
border-color: #A39C4D;
}
.TagClassName
{
border-color: #A39C4D;
}
</style>