Shades of Husk #A39650
Tints of Husk #A39650
RGB
CMYK
RGB Variations
Color information
#A39650 (or 0xA39650) is known color: Husk. HEX triplet: A3, 96 and 50. RGB value is (163,150,80). Sum of RGB (Red+Green+Blue) = 163+150+80=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 163 - color contains mainly: red. Hex color #A39650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39650 is #5C69AF. Grayscale: #929292. Windows color (decimal): -6056368 or 5281443. OLE color: 5281443.
HSL color Cylindrical-coordinate representation of color #A39650: hue angle of 50.6º 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 #A39650 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 80 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.36 |
| HSL | 50.6º | 0.34% | 0.48% | - |
| HSV(B) | 50.6º | 0.51% | 0.64% | - |
| XYZ | 27.46 | 30.18 | 11.97 | - |
| YUV | 145.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 80 | 0 | 0.08 | 0.51 | 0.36 | 50.6 | 0.34 | 0.48 |
| Hex | A3 | 96 | 50 | 0 | 8 | 33 | 24 | 33 | 22 | 30 |
| Octal | 243 | 226 | 120 | 0 | 10 | 63 | 44 | 63 | 42 | 60 |
| Binary | 10100011 | 10010110 | 1010000 | 0 | 1000 | 110011 | 100100 | 110011 | 100010 | 110000 |
Color Harmonies of #A39650
Complementary color
Monochromatic Colors of #A39650
Black with #A39650
Text Example
Text Example
White with #A39650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39650; }
p { color: rgb(163,150,80); }
H1.HeaderClassName
{
color: #A39650;
}
.AnyTagClassName
{
color: #A39650;
}
</style>
background-color css
<style>
a { background-color: #A39650; }
a { background-color: rgb(163,150,80); }
div.DivClassName
{
background-color: #A39650;
}
.BgClassName
{
background-color: #A39650;
}
</style>
border-color css
<style>
span { border-color: #A39650; }
span { border-color: rgb(163,150,80); }
td.TdClassName
{
border-color: #A39650;
}
.TagClassName
{
border-color: #A39650;
}
</style>