Shades of Husk #A39F52
Tints of Husk #A39F52
RGB
CMYK
RGB Variations
Color information
#A39F52 (or 0xA39F52) is known color: Husk. HEX triplet: A3, 9F and 52. RGB value is (163,159,82). Sum of RGB (Red+Green+Blue) = 163+159+82=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A39F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39F52 is #5C60AD. Grayscale: #979797. Windows color (decimal): -6054062 or 5414819. OLE color: 5414819.
HSL color Cylindrical-coordinate representation of color #A39F52: hue angle of 57.04º 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 #A39F52 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 159 | 82 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.36 |
| HSL | 57.04º | 0.33% | 0.48% | - |
| HSV(B) | 57.04º | 0.5% | 0.64% | - |
| XYZ | 29.03 | 33.19 | 12.86 | - |
| YUV | 151.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 159 | 82 | 0 | 0.02 | 0.50 | 0.36 | 57.04 | 0.33 | 0.48 |
| Hex | A3 | 9F | 52 | 0 | 2 | 32 | 24 | 39 | 21 | 30 |
| Octal | 243 | 237 | 122 | 0 | 2 | 62 | 44 | 71 | 41 | 60 |
| Binary | 10100011 | 10011111 | 1010010 | 0 | 10 | 110010 | 100100 | 111001 | 100001 | 110000 |
Color Harmonies of #A39F52
Complementary color
Monochromatic Colors of #A39F52
Black with #A39F52
Text Example
Text Example
White with #A39F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39F52; }
p { color: rgb(163,159,82); }
H1.HeaderClassName
{
color: #A39F52;
}
.AnyTagClassName
{
color: #A39F52;
}
</style>
background-color css
<style>
a { background-color: #A39F52; }
a { background-color: rgb(163,159,82); }
div.DivClassName
{
background-color: #A39F52;
}
.BgClassName
{
background-color: #A39F52;
}
</style>
border-color css
<style>
span { border-color: #A39F52; }
span { border-color: rgb(163,159,82); }
td.TdClassName
{
border-color: #A39F52;
}
.TagClassName
{
border-color: #A39F52;
}
</style>