Shades of Husk #A39D55
Tints of Husk #A39D55
RGB
CMYK
RGB Variations
Color information
#A39D55 (or 0xA39D55) is known color: Husk. HEX triplet: A3, 9D and 55. RGB value is (163,157,85). Sum of RGB (Red+Green+Blue) = 163+157+85=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D55 is #5C62AA. Grayscale: #969696. Windows color (decimal): -6054571 or 5610915. OLE color: 5610915.
HSL color Cylindrical-coordinate representation of color #A39D55: hue angle of 55.38º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A39D55 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 85 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.36 |
| HSL | 55.38º | 0.31% | 0.49% | - |
| HSV(B) | 55.38º | 0.48% | 0.64% | - |
| XYZ | 28.8 | 32.56 | 13.36 | - |
| YUV | 150.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 85 | 0 | 0.04 | 0.48 | 0.36 | 55.38 | 0.31 | 0.49 |
| Hex | A3 | 9D | 55 | 0 | 4 | 30 | 24 | 37 | 1F | 31 |
| Octal | 243 | 235 | 125 | 0 | 4 | 60 | 44 | 67 | 37 | 61 |
| Binary | 10100011 | 10011101 | 1010101 | 0 | 100 | 110000 | 100100 | 110111 | 11111 | 110001 |
Color Harmonies of #A39D55
Complementary color
Monochromatic Colors of #A39D55
Black with #A39D55
Text Example
Text Example
White with #A39D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D55; }
p { color: rgb(163,157,85); }
H1.HeaderClassName
{
color: #A39D55;
}
.AnyTagClassName
{
color: #A39D55;
}
</style>
background-color css
<style>
a { background-color: #A39D55; }
a { background-color: rgb(163,157,85); }
div.DivClassName
{
background-color: #A39D55;
}
.BgClassName
{
background-color: #A39D55;
}
</style>
border-color css
<style>
span { border-color: #A39D55; }
span { border-color: rgb(163,157,85); }
td.TdClassName
{
border-color: #A39D55;
}
.TagClassName
{
border-color: #A39D55;
}
</style>