Shades of Turmeric #A39647
Tints of Turmeric #A39647
RGB
CMYK
RGB Variations
Color information
#A39647 (or 0xA39647) is known color: Turmeric. HEX triplet: A3, 96 and 47. RGB value is (163,150,71). Sum of RGB (Red+Green+Blue) = 163+150+71=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A39647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39647 is #5C69B8. Grayscale: #919191. Windows color (decimal): -6056377 or 4691619. OLE color: 4691619.
HSL color Cylindrical-coordinate representation of color #A39647: hue angle of 51.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A39647 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 150 | 71 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.36 |
| HSL | 51.52º | 0.39% | 0.46% | - |
| HSV(B) | 51.52º | 0.56% | 0.64% | - |
| XYZ | 27.15 | 30.05 | 10.33 | - |
| YUV | 144.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 150 | 71 | 0 | 0.08 | 0.56 | 0.36 | 51.52 | 0.39 | 0.46 |
| Hex | A3 | 96 | 47 | 0 | 8 | 38 | 24 | 34 | 27 | 2E |
| Octal | 243 | 226 | 107 | 0 | 10 | 70 | 44 | 64 | 47 | 56 |
| Binary | 10100011 | 10010110 | 1000111 | 0 | 1000 | 111000 | 100100 | 110100 | 100111 | 101110 |
Color Harmonies of #A39647
Complementary color
Monochromatic Colors of #A39647
Black with #A39647
Text Example
Text Example
White with #A39647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39647; }
p { color: rgb(163,150,71); }
H1.HeaderClassName
{
color: #A39647;
}
.AnyTagClassName
{
color: #A39647;
}
</style>
background-color css
<style>
a { background-color: #A39647; }
a { background-color: rgb(163,150,71); }
div.DivClassName
{
background-color: #A39647;
}
.BgClassName
{
background-color: #A39647;
}
</style>
border-color css
<style>
span { border-color: #A39647; }
span { border-color: rgb(163,150,71); }
td.TdClassName
{
border-color: #A39647;
}
.TagClassName
{
border-color: #A39647;
}
</style>