Shades of Husk #A39356
Tints of Husk #A39356
RGB
CMYK
RGB Variations
Color information
#A39356 (or 0xA39356) is known color: Husk. HEX triplet: A3, 93 and 56. RGB value is (163,147,86). Sum of RGB (Red+Green+Blue) = 163+147+86=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39356 is #5C6CA9. Grayscale: #919191. Windows color (decimal): -6057130 or 5673891. OLE color: 5673891.
HSL color Cylindrical-coordinate representation of color #A39356: hue angle of 47.53º 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 #A39356 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 86 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.36 |
| HSL | 47.53º | 0.31% | 0.49% | - |
| HSV(B) | 47.53º | 0.47% | 0.64% | - |
| XYZ | 27.22 | 29.33 | 13.03 | - |
| YUV | 144.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 86 | 0 | 0.10 | 0.47 | 0.36 | 47.53 | 0.31 | 0.49 |
| Hex | A3 | 93 | 56 | 0 | A | 2F | 24 | 30 | 1F | 31 |
| Octal | 243 | 223 | 126 | 0 | 12 | 57 | 44 | 60 | 37 | 61 |
| Binary | 10100011 | 10010011 | 1010110 | 0 | 1010 | 101111 | 100100 | 110000 | 11111 | 110001 |
Color Harmonies of #A39356
Complementary color
Monochromatic Colors of #A39356
Black with #A39356
Text Example
Text Example
White with #A39356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39356; }
p { color: rgb(163,147,86); }
H1.HeaderClassName
{
color: #A39356;
}
.AnyTagClassName
{
color: #A39356;
}
</style>
background-color css
<style>
a { background-color: #A39356; }
a { background-color: rgb(163,147,86); }
div.DivClassName
{
background-color: #A39356;
}
.BgClassName
{
background-color: #A39356;
}
</style>
border-color css
<style>
span { border-color: #A39356; }
span { border-color: rgb(163,147,86); }
td.TdClassName
{
border-color: #A39356;
}
.TagClassName
{
border-color: #A39356;
}
</style>