Shades of Turmeric #A69740
Tints of Turmeric #A69740
RGB
CMYK
RGB Variations
Color information
#A69740 (or 0xA69740) is known color: Turmeric. HEX triplet: A6, 97 and 40. RGB value is (166,151,64). Sum of RGB (Red+Green+Blue) = 166+151+64=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A69740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69740 is #5968BF. Grayscale: #919191. Windows color (decimal): -5859520 or 4233126. OLE color: 4233126.
HSL color Cylindrical-coordinate representation of color #A69740: hue angle of 51.18º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A69740 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 151 | 64 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.35 |
| HSL | 51.18º | 0.44% | 0.45% | - |
| HSV(B) | 51.18º | 0.61% | 0.65% | - |
| XYZ | 27.72 | 30.61 | 9.3 | - |
| YUV | 145.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 64 | 0 | 0.09 | 0.61 | 0.35 | 51.18 | 0.44 | 0.45 |
| Hex | A6 | 97 | 40 | 0 | 9 | 3D | 23 | 33 | 2C | 2D |
| Octal | 246 | 227 | 100 | 0 | 11 | 75 | 43 | 63 | 54 | 55 |
| Binary | 10100110 | 10010111 | 1000000 | 0 | 1001 | 111101 | 100011 | 110011 | 101100 | 101101 |
Color Harmonies of #A69740
Complementary color
Monochromatic Colors of #A69740
Black with #A69740
Text Example
Text Example
White with #A69740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69740; }
p { color: rgb(166,151,64); }
H1.HeaderClassName
{
color: #A69740;
}
.AnyTagClassName
{
color: #A69740;
}
</style>
background-color css
<style>
a { background-color: #A69740; }
a { background-color: rgb(166,151,64); }
div.DivClassName
{
background-color: #A69740;
}
.BgClassName
{
background-color: #A69740;
}
</style>
border-color css
<style>
span { border-color: #A69740; }
span { border-color: rgb(166,151,64); }
td.TdClassName
{
border-color: #A69740;
}
.TagClassName
{
border-color: #A69740;
}
</style>