Shades of Husk #A39956
Tints of Husk #A39956
RGB
CMYK
RGB Variations
Color information
#A39956 (or 0xA39956) is known color: Husk. HEX triplet: A3, 99 and 56. RGB value is (163,153,86). Sum of RGB (Red+Green+Blue) = 163+153+86=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 163 - color contains mainly: red. Hex color #A39956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39956 is #5C66A9. Grayscale: #949494. Windows color (decimal): -6055594 or 5675427. OLE color: 5675427.
HSL color Cylindrical-coordinate representation of color #A39956: hue angle of 52.21º 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 #A39956 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 86 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.36 |
| HSL | 52.21º | 0.31% | 0.49% | - |
| HSV(B) | 52.21º | 0.47% | 0.64% | - |
| XYZ | 28.18 | 31.24 | 13.35 | - |
| YUV | 148.35 | 92.81 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 86 | 0 | 0.06 | 0.47 | 0.36 | 52.21 | 0.31 | 0.49 |
| Hex | A3 | 99 | 56 | 0 | 6 | 2F | 24 | 34 | 1F | 31 |
| Octal | 243 | 231 | 126 | 0 | 6 | 57 | 44 | 64 | 37 | 61 |
| Binary | 10100011 | 10011001 | 1010110 | 0 | 110 | 101111 | 100100 | 110100 | 11111 | 110001 |
Color Harmonies of #A39956
Complementary color
Monochromatic Colors of #A39956
Black with #A39956
Text Example
Text Example
White with #A39956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39956; }
p { color: rgb(163,153,86); }
H1.HeaderClassName
{
color: #A39956;
}
.AnyTagClassName
{
color: #A39956;
}
</style>
background-color css
<style>
a { background-color: #A39956; }
a { background-color: rgb(163,153,86); }
div.DivClassName
{
background-color: #A39956;
}
.BgClassName
{
background-color: #A39956;
}
</style>
border-color css
<style>
span { border-color: #A39956; }
span { border-color: rgb(163,153,86); }
td.TdClassName
{
border-color: #A39956;
}
.TagClassName
{
border-color: #A39956;
}
</style>