Shades of Turmeric #A6993E
Tints of Turmeric #A6993E
RGB
CMYK
RGB Variations
Color information
#A6993E (or 0xA6993E) is known color: Turmeric. HEX triplet: A6, 99 and 3E. RGB value is (166,153,62). Sum of RGB (Red+Green+Blue) = 166+153+62=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6993E is #5966C1. Grayscale: #929292. Windows color (decimal): -5859010 or 4102566. OLE color: 4102566.
HSL color Cylindrical-coordinate representation of color #A6993E: hue angle of 52.5º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6993E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 153 | 62 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.35 |
| HSL | 52.5º | 0.46% | 0.45% | - |
| HSV(B) | 52.5º | 0.63% | 0.65% | - |
| XYZ | 27.99 | 31.24 | 9.11 | - |
| YUV | 146.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 153 | 62 | 0 | 0.08 | 0.63 | 0.35 | 52.5 | 0.46 | 0.45 |
| Hex | A6 | 99 | 3E | 0 | 8 | 3F | 23 | 34 | 2E | 2D |
| Octal | 246 | 231 | 76 | 0 | 10 | 77 | 43 | 64 | 56 | 55 |
| Binary | 10100110 | 10011001 | 111110 | 0 | 1000 | 111111 | 100011 | 110100 | 101110 | 101101 |
Color Harmonies of #A6993E
Complementary color
Monochromatic Colors of #A6993E
Black with #A6993E
Text Example
Text Example
White with #A6993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6993E; }
p { color: rgb(166,153,62); }
H1.HeaderClassName
{
color: #A6993E;
}
.AnyTagClassName
{
color: #A6993E;
}
</style>
background-color css
<style>
a { background-color: #A6993E; }
a { background-color: rgb(166,153,62); }
div.DivClassName
{
background-color: #A6993E;
}
.BgClassName
{
background-color: #A6993E;
}
</style>
border-color css
<style>
span { border-color: #A6993E; }
span { border-color: rgb(166,153,62); }
td.TdClassName
{
border-color: #A6993E;
}
.TagClassName
{
border-color: #A6993E;
}
</style>