Shades of Husk #A39C4B
Tints of Husk #A39C4B
RGB
CMYK
RGB Variations
Color information
#A39C4B (or 0xA39C4B) is known color: Husk. HEX triplet: A3, 9C and 4B. RGB value is (163,156,75). Sum of RGB (Red+Green+Blue) = 163+156+75=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C4B is #5C63B4. Grayscale: #959595. Windows color (decimal): -6054837 or 4955299. OLE color: 4955299.
HSL color Cylindrical-coordinate representation of color #A39C4B: hue angle of 55.23º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A39C4B is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 75 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.36 |
| HSL | 55.23º | 0.37% | 0.47% | - |
| HSV(B) | 55.23º | 0.54% | 0.64% | - |
| XYZ | 28.26 | 32.07 | 11.36 | - |
| YUV | 148.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 75 | 0 | 0.04 | 0.54 | 0.36 | 55.23 | 0.37 | 0.47 |
| Hex | A3 | 9C | 4B | 0 | 4 | 36 | 24 | 37 | 25 | 2F |
| Octal | 243 | 234 | 113 | 0 | 4 | 66 | 44 | 67 | 45 | 57 |
| Binary | 10100011 | 10011100 | 1001011 | 0 | 100 | 110110 | 100100 | 110111 | 100101 | 101111 |
Color Harmonies of #A39C4B
Complementary color
Monochromatic Colors of #A39C4B
Black with #A39C4B
Text Example
Text Example
White with #A39C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C4B; }
p { color: rgb(163,156,75); }
H1.HeaderClassName
{
color: #A39C4B;
}
.AnyTagClassName
{
color: #A39C4B;
}
</style>
background-color css
<style>
a { background-color: #A39C4B; }
a { background-color: rgb(163,156,75); }
div.DivClassName
{
background-color: #A39C4B;
}
.BgClassName
{
background-color: #A39C4B;
}
</style>
border-color css
<style>
span { border-color: #A39C4B; }
span { border-color: rgb(163,156,75); }
td.TdClassName
{
border-color: #A39C4B;
}
.TagClassName
{
border-color: #A39C4B;
}
</style>