Shades of Husk #A39C54
Tints of Husk #A39C54
RGB
CMYK
RGB Variations
Color information
#A39C54 (or 0xA39C54) is known color: Husk. HEX triplet: A3, 9C and 54. RGB value is (163,156,84). Sum of RGB (Red+Green+Blue) = 163+156+84=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C54 is #5C63AB. Grayscale: #969696. Windows color (decimal): -6054828 or 5545123. OLE color: 5545123.
HSL color Cylindrical-coordinate representation of color #A39C54: hue angle of 54.68º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A39C54 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 156 | 84 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.36 |
| HSL | 54.68º | 0.32% | 0.48% | - |
| HSV(B) | 54.68º | 0.48% | 0.64% | - |
| XYZ | 28.59 | 32.2 | 13.1 | - |
| YUV | 149.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 156 | 84 | 0 | 0.04 | 0.48 | 0.36 | 54.68 | 0.32 | 0.48 |
| Hex | A3 | 9C | 54 | 0 | 4 | 30 | 24 | 37 | 20 | 30 |
| Octal | 243 | 234 | 124 | 0 | 4 | 60 | 44 | 67 | 40 | 60 |
| Binary | 10100011 | 10011100 | 1010100 | 0 | 100 | 110000 | 100100 | 110111 | 100000 | 110000 |
Color Harmonies of #A39C54
Complementary color
Monochromatic Colors of #A39C54
Black with #A39C54
Text Example
Text Example
White with #A39C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C54; }
p { color: rgb(163,156,84); }
H1.HeaderClassName
{
color: #A39C54;
}
.AnyTagClassName
{
color: #A39C54;
}
</style>
background-color css
<style>
a { background-color: #A39C54; }
a { background-color: rgb(163,156,84); }
div.DivClassName
{
background-color: #A39C54;
}
.BgClassName
{
background-color: #A39C54;
}
</style>
border-color css
<style>
span { border-color: #A39C54; }
span { border-color: rgb(163,156,84); }
td.TdClassName
{
border-color: #A39C54;
}
.TagClassName
{
border-color: #A39C54;
}
</style>