Shades of Husk #A39C4A
Tints of Husk #A39C4A
RGB
CMYK
RGB Variations
Color information
#A39C4A (or 0xA39C4A) is known color: Husk. HEX triplet: A3, 9C and 4A. RGB value is (163,156,74). Sum of RGB (Red+Green+Blue) = 163+156+74=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C4A is #5C63B5. Grayscale: #959595. Windows color (decimal): -6054838 or 4889763. OLE color: 4889763.
HSL color Cylindrical-coordinate representation of color #A39C4A: hue angle of 55.28º 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 #A39C4A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 74 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.36 |
| HSL | 55.28º | 0.38% | 0.46% | - |
| HSV(B) | 55.28º | 0.55% | 0.64% | - |
| XYZ | 28.23 | 32.06 | 11.18 | - |
| YUV | 148.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 74 | 0 | 0.04 | 0.55 | 0.36 | 55.28 | 0.38 | 0.46 |
| Hex | A3 | 9C | 4A | 0 | 4 | 37 | 24 | 37 | 26 | 2E |
| Octal | 243 | 234 | 112 | 0 | 4 | 67 | 44 | 67 | 46 | 56 |
| Binary | 10100011 | 10011100 | 1001010 | 0 | 100 | 110111 | 100100 | 110111 | 100110 | 101110 |
Color Harmonies of #A39C4A
Complementary color
Monochromatic Colors of #A39C4A
Black with #A39C4A
Text Example
Text Example
White with #A39C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C4A; }
p { color: rgb(163,156,74); }
H1.HeaderClassName
{
color: #A39C4A;
}
.AnyTagClassName
{
color: #A39C4A;
}
</style>
background-color css
<style>
a { background-color: #A39C4A; }
a { background-color: rgb(163,156,74); }
div.DivClassName
{
background-color: #A39C4A;
}
.BgClassName
{
background-color: #A39C4A;
}
</style>
border-color css
<style>
span { border-color: #A39C4A; }
span { border-color: rgb(163,156,74); }
td.TdClassName
{
border-color: #A39C4A;
}
.TagClassName
{
border-color: #A39C4A;
}
</style>