Shades of Turmeric #A69843
Tints of Turmeric #A69843
RGB
CMYK
RGB Variations
Color information
#A69843 (or 0xA69843) is known color: Turmeric. HEX triplet: A6, 98 and 43. RGB value is (166,152,67). Sum of RGB (Red+Green+Blue) = 166+152+67=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A69843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69843 is #5967BC. Grayscale: #929292. Windows color (decimal): -5859261 or 4429990. OLE color: 4429990.
HSL color Cylindrical-coordinate representation of color #A69843: hue angle of 51.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A69843 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 152 | 67 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.35 |
| HSL | 51.52º | 0.42% | 0.46% | - |
| HSV(B) | 51.52º | 0.6% | 0.65% | - |
| XYZ | 27.97 | 30.97 | 9.81 | - |
| YUV | 146.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 152 | 67 | 0 | 0.08 | 0.60 | 0.35 | 51.52 | 0.42 | 0.46 |
| Hex | A6 | 98 | 43 | 0 | 8 | 3C | 23 | 34 | 2A | 2E |
| Octal | 246 | 230 | 103 | 0 | 10 | 74 | 43 | 64 | 52 | 56 |
| Binary | 10100110 | 10011000 | 1000011 | 0 | 1000 | 111100 | 100011 | 110100 | 101010 | 101110 |
Color Harmonies of #A69843
Complementary color
Monochromatic Colors of #A69843
Black with #A69843
Text Example
Text Example
White with #A69843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69843; }
p { color: rgb(166,152,67); }
H1.HeaderClassName
{
color: #A69843;
}
.AnyTagClassName
{
color: #A69843;
}
</style>
background-color css
<style>
a { background-color: #A69843; }
a { background-color: rgb(166,152,67); }
div.DivClassName
{
background-color: #A69843;
}
.BgClassName
{
background-color: #A69843;
}
</style>
border-color css
<style>
span { border-color: #A69843; }
span { border-color: rgb(166,152,67); }
td.TdClassName
{
border-color: #A69843;
}
.TagClassName
{
border-color: #A69843;
}
</style>