Shades of Husk #A39A53
Tints of Husk #A39A53
RGB
CMYK
RGB Variations
Color information
#A39A53 (or 0xA39A53) is known color: Husk. HEX triplet: A3, 9A and 53. RGB value is (163,154,83). Sum of RGB (Red+Green+Blue) = 163+154+83=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A53 is #5C65AC. Grayscale: #949494. Windows color (decimal): -6055341 or 5479075. OLE color: 5479075.
HSL color Cylindrical-coordinate representation of color #A39A53: hue angle of 53.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A39A53 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 83 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.36 |
| HSL | 53.25º | 0.33% | 0.48% | - |
| HSV(B) | 53.25º | 0.49% | 0.64% | - |
| XYZ | 28.22 | 31.52 | 12.78 | - |
| YUV | 148.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 83 | 0 | 0.06 | 0.49 | 0.36 | 53.25 | 0.33 | 0.48 |
| Hex | A3 | 9A | 53 | 0 | 6 | 31 | 24 | 35 | 21 | 30 |
| Octal | 243 | 232 | 123 | 0 | 6 | 61 | 44 | 65 | 41 | 60 |
| Binary | 10100011 | 10011010 | 1010011 | 0 | 110 | 110001 | 100100 | 110101 | 100001 | 110000 |
Color Harmonies of #A39A53
Complementary color
Monochromatic Colors of #A39A53
Black with #A39A53
Text Example
Text Example
White with #A39A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A53; }
p { color: rgb(163,154,83); }
H1.HeaderClassName
{
color: #A39A53;
}
.AnyTagClassName
{
color: #A39A53;
}
</style>
background-color css
<style>
a { background-color: #A39A53; }
a { background-color: rgb(163,154,83); }
div.DivClassName
{
background-color: #A39A53;
}
.BgClassName
{
background-color: #A39A53;
}
</style>
border-color css
<style>
span { border-color: #A39A53; }
span { border-color: rgb(163,154,83); }
td.TdClassName
{
border-color: #A39A53;
}
.TagClassName
{
border-color: #A39A53;
}
</style>