Shades of Husk #A39250
Tints of Husk #A39250
RGB
CMYK
RGB Variations
Color information
#A39250 (or 0xA39250) is known color: Husk. HEX triplet: A3, 92 and 50. RGB value is (163,146,80). Sum of RGB (Red+Green+Blue) = 163+146+80=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A39250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39250 is #5C6DAF. Grayscale: #8F8F8F. Windows color (decimal): -6057392 or 5280419. OLE color: 5280419.
HSL color Cylindrical-coordinate representation of color #A39250: hue angle of 47.71º 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 #A39250 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 80 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.36 |
| HSL | 47.71º | 0.34% | 0.48% | - |
| HSV(B) | 47.71º | 0.51% | 0.64% | - |
| XYZ | 26.83 | 28.92 | 11.76 | - |
| YUV | 143.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 80 | 0 | 0.10 | 0.51 | 0.36 | 47.71 | 0.34 | 0.48 |
| Hex | A3 | 92 | 50 | 0 | A | 33 | 24 | 30 | 22 | 30 |
| Octal | 243 | 222 | 120 | 0 | 12 | 63 | 44 | 60 | 42 | 60 |
| Binary | 10100011 | 10010010 | 1010000 | 0 | 1010 | 110011 | 100100 | 110000 | 100010 | 110000 |
Color Harmonies of #A39250
Complementary color
Monochromatic Colors of #A39250
Black with #A39250
Text Example
Text Example
White with #A39250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39250; }
p { color: rgb(163,146,80); }
H1.HeaderClassName
{
color: #A39250;
}
.AnyTagClassName
{
color: #A39250;
}
</style>
background-color css
<style>
a { background-color: #A39250; }
a { background-color: rgb(163,146,80); }
div.DivClassName
{
background-color: #A39250;
}
.BgClassName
{
background-color: #A39250;
}
</style>
border-color css
<style>
span { border-color: #A39250; }
span { border-color: rgb(163,146,80); }
td.TdClassName
{
border-color: #A39250;
}
.TagClassName
{
border-color: #A39250;
}
</style>