Shades of Husk #A39E50
Tints of Husk #A39E50
RGB
CMYK
RGB Variations
Color information
#A39E50 (or 0xA39E50) is known color: Husk. HEX triplet: A3, 9E and 50. RGB value is (163,158,80). Sum of RGB (Red+Green+Blue) = 163+158+80=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39E50 is #5C61AF. Grayscale: #969696. Windows color (decimal): -6054320 or 5283491. OLE color: 5283491.
HSL color Cylindrical-coordinate representation of color #A39E50: hue angle of 56.39º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A39E50 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 158 | 80 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.36 |
| HSL | 56.39º | 0.34% | 0.48% | - |
| HSV(B) | 56.39º | 0.51% | 0.64% | - |
| XYZ | 28.78 | 32.82 | 12.41 | - |
| YUV | 150.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 158 | 80 | 0 | 0.03 | 0.51 | 0.36 | 56.39 | 0.34 | 0.48 |
| Hex | A3 | 9E | 50 | 0 | 3 | 33 | 24 | 38 | 22 | 30 |
| Octal | 243 | 236 | 120 | 0 | 3 | 63 | 44 | 70 | 42 | 60 |
| Binary | 10100011 | 10011110 | 1010000 | 0 | 11 | 110011 | 100100 | 111000 | 100010 | 110000 |
Color Harmonies of #A39E50
Complementary color
Monochromatic Colors of #A39E50
Black with #A39E50
Text Example
Text Example
White with #A39E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39E50; }
p { color: rgb(163,158,80); }
H1.HeaderClassName
{
color: #A39E50;
}
.AnyTagClassName
{
color: #A39E50;
}
</style>
background-color css
<style>
a { background-color: #A39E50; }
a { background-color: rgb(163,158,80); }
div.DivClassName
{
background-color: #A39E50;
}
.BgClassName
{
background-color: #A39E50;
}
</style>
border-color css
<style>
span { border-color: #A39E50; }
span { border-color: rgb(163,158,80); }
td.TdClassName
{
border-color: #A39E50;
}
.TagClassName
{
border-color: #A39E50;
}
</style>