Shades of Turmeric #A89340
Tints of Turmeric #A89340
RGB
CMYK
RGB Variations
Color information
#A89340 (or 0xA89340) is known color: Turmeric. HEX triplet: A8, 93 and 40. RGB value is (168,147,64). Sum of RGB (Red+Green+Blue) = 168+147+64=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A89340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89340 is #576CBF. Grayscale: #909090. Windows color (decimal): -5729472 or 4232104. OLE color: 4232104.
HSL color Cylindrical-coordinate representation of color #A89340: hue angle of 47.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A89340 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 147 | 64 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.34 |
| HSL | 47.88º | 0.45% | 0.45% | - |
| HSV(B) | 47.88º | 0.62% | 0.66% | - |
| XYZ | 27.51 | 29.56 | 9.11 | - |
| YUV | 143.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 147 | 64 | 0 | 0.13 | 0.62 | 0.34 | 47.88 | 0.45 | 0.45 |
| Hex | A8 | 93 | 40 | 0 | D | 3E | 22 | 30 | 2D | 2D |
| Octal | 250 | 223 | 100 | 0 | 15 | 76 | 42 | 60 | 55 | 55 |
| Binary | 10101000 | 10010011 | 1000000 | 0 | 1101 | 111110 | 100010 | 110000 | 101101 | 101101 |
Color Harmonies of #A89340
Complementary color
Monochromatic Colors of #A89340
Black with #A89340
Text Example
Text Example
White with #A89340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89340; }
p { color: rgb(168,147,64); }
H1.HeaderClassName
{
color: #A89340;
}
.AnyTagClassName
{
color: #A89340;
}
</style>
background-color css
<style>
a { background-color: #A89340; }
a { background-color: rgb(168,147,64); }
div.DivClassName
{
background-color: #A89340;
}
.BgClassName
{
background-color: #A89340;
}
</style>
border-color css
<style>
span { border-color: #A89340; }
span { border-color: rgb(168,147,64); }
td.TdClassName
{
border-color: #A89340;
}
.TagClassName
{
border-color: #A89340;
}
</style>