Shades of Husk #A39A52
Tints of Husk #A39A52
RGB
CMYK
RGB Variations
Color information
#A39A52 (or 0xA39A52) is known color: Husk. HEX triplet: A3, 9A and 52. RGB value is (163,154,82). Sum of RGB (Red+Green+Blue) = 163+154+82=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A52 is #5C65AD. Grayscale: #949494. Windows color (decimal): -6055342 or 5413539. OLE color: 5413539.
HSL color Cylindrical-coordinate representation of color #A39A52: hue angle of 53.33º 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 #A39A52 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 82 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.36 |
| HSL | 53.33º | 0.33% | 0.48% | - |
| HSV(B) | 53.33º | 0.5% | 0.64% | - |
| XYZ | 28.18 | 31.51 | 12.58 | - |
| YUV | 148.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 82 | 0 | 0.06 | 0.50 | 0.36 | 53.33 | 0.33 | 0.48 |
| Hex | A3 | 9A | 52 | 0 | 6 | 32 | 24 | 35 | 21 | 30 |
| Octal | 243 | 232 | 122 | 0 | 6 | 62 | 44 | 65 | 41 | 60 |
| Binary | 10100011 | 10011010 | 1010010 | 0 | 110 | 110010 | 100100 | 110101 | 100001 | 110000 |
Color Harmonies of #A39A52
Complementary color
Monochromatic Colors of #A39A52
Black with #A39A52
Text Example
Text Example
White with #A39A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A52; }
p { color: rgb(163,154,82); }
H1.HeaderClassName
{
color: #A39A52;
}
.AnyTagClassName
{
color: #A39A52;
}
</style>
background-color css
<style>
a { background-color: #A39A52; }
a { background-color: rgb(163,154,82); }
div.DivClassName
{
background-color: #A39A52;
}
.BgClassName
{
background-color: #A39A52;
}
</style>
border-color css
<style>
span { border-color: #A39A52; }
span { border-color: rgb(163,154,82); }
td.TdClassName
{
border-color: #A39A52;
}
.TagClassName
{
border-color: #A39A52;
}
</style>