Shades of Husk #A39556
Tints of Husk #A39556
RGB
CMYK
RGB Variations
Color information
#A39556 (or 0xA39556) is known color: Husk. HEX triplet: A3, 95 and 56. RGB value is (163,149,86). Sum of RGB (Red+Green+Blue) = 163+149+86=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A39556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39556 is #5C6AA9. Grayscale: #929292. Windows color (decimal): -6056618 or 5674403. OLE color: 5674403.
HSL color Cylindrical-coordinate representation of color #A39556: hue angle of 49.09º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A39556 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 86 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.36 |
| HSL | 49.09º | 0.31% | 0.49% | - |
| HSV(B) | 49.09º | 0.47% | 0.64% | - |
| XYZ | 27.53 | 29.95 | 13.13 | - |
| YUV | 146 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 86 | 0 | 0.09 | 0.47 | 0.36 | 49.09 | 0.31 | 0.49 |
| Hex | A3 | 95 | 56 | 0 | 9 | 2F | 24 | 31 | 1F | 31 |
| Octal | 243 | 225 | 126 | 0 | 11 | 57 | 44 | 61 | 37 | 61 |
| Binary | 10100011 | 10010101 | 1010110 | 0 | 1001 | 101111 | 100100 | 110001 | 11111 | 110001 |
Color Harmonies of #A39556
Complementary color
Monochromatic Colors of #A39556
Black with #A39556
Text Example
Text Example
White with #A39556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39556; }
p { color: rgb(163,149,86); }
H1.HeaderClassName
{
color: #A39556;
}
.AnyTagClassName
{
color: #A39556;
}
</style>
background-color css
<style>
a { background-color: #A39556; }
a { background-color: rgb(163,149,86); }
div.DivClassName
{
background-color: #A39556;
}
.BgClassName
{
background-color: #A39556;
}
</style>
border-color css
<style>
span { border-color: #A39556; }
span { border-color: rgb(163,149,86); }
td.TdClassName
{
border-color: #A39556;
}
.TagClassName
{
border-color: #A39556;
}
</style>