Shades of Husk #A39552
Tints of Husk #A39552
RGB
CMYK
RGB Variations
Color information
#A39552 (or 0xA39552) is known color: Husk. HEX triplet: A3, 95 and 52. RGB value is (163,149,82). Sum of RGB (Red+Green+Blue) = 163+149+82=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A39552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39552 is #5C6AAD. Grayscale: #919191. Windows color (decimal): -6056622 or 5412259. OLE color: 5412259.
HSL color Cylindrical-coordinate representation of color #A39552: hue angle of 49.63º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A39552 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 82 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.36 |
| HSL | 49.63º | 0.33% | 0.48% | - |
| HSV(B) | 49.63º | 0.5% | 0.64% | - |
| XYZ | 27.37 | 29.89 | 12.31 | - |
| YUV | 145.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 82 | 0 | 0.09 | 0.50 | 0.36 | 49.63 | 0.33 | 0.48 |
| Hex | A3 | 95 | 52 | 0 | 9 | 32 | 24 | 32 | 21 | 30 |
| Octal | 243 | 225 | 122 | 0 | 11 | 62 | 44 | 62 | 41 | 60 |
| Binary | 10100011 | 10010101 | 1010010 | 0 | 1001 | 110010 | 100100 | 110010 | 100001 | 110000 |
Color Harmonies of #A39552
Complementary color
Monochromatic Colors of #A39552
Black with #A39552
Text Example
Text Example
White with #A39552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39552; }
p { color: rgb(163,149,82); }
H1.HeaderClassName
{
color: #A39552;
}
.AnyTagClassName
{
color: #A39552;
}
</style>
background-color css
<style>
a { background-color: #A39552; }
a { background-color: rgb(163,149,82); }
div.DivClassName
{
background-color: #A39552;
}
.BgClassName
{
background-color: #A39552;
}
</style>
border-color css
<style>
span { border-color: #A39552; }
span { border-color: rgb(163,149,82); }
td.TdClassName
{
border-color: #A39552;
}
.TagClassName
{
border-color: #A39552;
}
</style>