Shades of Husk #A39649
Tints of Husk #A39649
RGB
CMYK
RGB Variations
Color information
#A39649 (or 0xA39649) is known color: Husk. HEX triplet: A3, 96 and 49. RGB value is (163,150,73). Sum of RGB (Red+Green+Blue) = 163+150+73=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A39649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39649 is #5C69B6. Grayscale: #919191. Windows color (decimal): -6056375 or 4822691. OLE color: 4822691.
HSL color Cylindrical-coordinate representation of color #A39649: hue angle of 51.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A39649 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 73 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.36 |
| HSL | 51.33º | 0.38% | 0.46% | - |
| HSV(B) | 51.33º | 0.55% | 0.64% | - |
| XYZ | 27.21 | 30.08 | 10.68 | - |
| YUV | 145.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 73 | 0 | 0.08 | 0.55 | 0.36 | 51.33 | 0.38 | 0.46 |
| Hex | A3 | 96 | 49 | 0 | 8 | 37 | 24 | 33 | 26 | 2E |
| Octal | 243 | 226 | 111 | 0 | 10 | 67 | 44 | 63 | 46 | 56 |
| Binary | 10100011 | 10010110 | 1001001 | 0 | 1000 | 110111 | 100100 | 110011 | 100110 | 101110 |
Color Harmonies of #A39649
Complementary color
Monochromatic Colors of #A39649
Black with #A39649
Text Example
Text Example
White with #A39649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39649; }
p { color: rgb(163,150,73); }
H1.HeaderClassName
{
color: #A39649;
}
.AnyTagClassName
{
color: #A39649;
}
</style>
background-color css
<style>
a { background-color: #A39649; }
a { background-color: rgb(163,150,73); }
div.DivClassName
{
background-color: #A39649;
}
.BgClassName
{
background-color: #A39649;
}
</style>
border-color css
<style>
span { border-color: #A39649; }
span { border-color: rgb(163,150,73); }
td.TdClassName
{
border-color: #A39649;
}
.TagClassName
{
border-color: #A39649;
}
</style>