Shades of Husk #A39B55
Tints of Husk #A39B55
RGB
CMYK
RGB Variations
Color information
#A39B55 (or 0xA39B55) is known color: Husk. HEX triplet: A3, 9B and 55. RGB value is (163,155,85). Sum of RGB (Red+Green+Blue) = 163+155+85=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B55 is #5C64AA. Grayscale: #959595. Windows color (decimal): -6055083 or 5610403. OLE color: 5610403.
HSL color Cylindrical-coordinate representation of color #A39B55: hue angle of 53.85º 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 #A39B55 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 85 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.36 |
| HSL | 53.85º | 0.31% | 0.49% | - |
| HSV(B) | 53.85º | 0.48% | 0.64% | - |
| XYZ | 28.47 | 31.89 | 13.25 | - |
| YUV | 149.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 85 | 0 | 0.05 | 0.48 | 0.36 | 53.85 | 0.31 | 0.49 |
| Hex | A3 | 9B | 55 | 0 | 5 | 30 | 24 | 36 | 1F | 31 |
| Octal | 243 | 233 | 125 | 0 | 5 | 60 | 44 | 66 | 37 | 61 |
| Binary | 10100011 | 10011011 | 1010101 | 0 | 101 | 110000 | 100100 | 110110 | 11111 | 110001 |
Color Harmonies of #A39B55
Complementary color
Monochromatic Colors of #A39B55
Black with #A39B55
Text Example
Text Example
White with #A39B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B55; }
p { color: rgb(163,155,85); }
H1.HeaderClassName
{
color: #A39B55;
}
.AnyTagClassName
{
color: #A39B55;
}
</style>
background-color css
<style>
a { background-color: #A39B55; }
a { background-color: rgb(163,155,85); }
div.DivClassName
{
background-color: #A39B55;
}
.BgClassName
{
background-color: #A39B55;
}
</style>
border-color css
<style>
span { border-color: #A39B55; }
span { border-color: rgb(163,155,85); }
td.TdClassName
{
border-color: #A39B55;
}
.TagClassName
{
border-color: #A39B55;
}
</style>