Shades of Turmeric #A89241
Tints of Turmeric #A89241
RGB
CMYK
RGB Variations
Color information
#A89241 (or 0xA89241) is known color: Turmeric. HEX triplet: A8, 92 and 41. RGB value is (168,146,65). Sum of RGB (Red+Green+Blue) = 168+146+65=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A89241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89241 is #576DBE. Grayscale: #8F8F8F. Windows color (decimal): -5729727 or 4297384. OLE color: 4297384.
HSL color Cylindrical-coordinate representation of color #A89241: hue angle of 47.18º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A89241 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 146 | 65 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.34 |
| HSL | 47.18º | 0.44% | 0.46% | - |
| HSV(B) | 47.18º | 0.61% | 0.66% | - |
| XYZ | 27.38 | 29.26 | 9.21 | - |
| YUV | 143.34 | 83.79 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 65 | 0 | 0.13 | 0.61 | 0.34 | 47.18 | 0.44 | 0.46 |
| Hex | A8 | 92 | 41 | 0 | D | 3D | 22 | 2F | 2C | 2E |
| Octal | 250 | 222 | 101 | 0 | 15 | 75 | 42 | 57 | 54 | 56 |
| Binary | 10101000 | 10010010 | 1000001 | 0 | 1101 | 111101 | 100010 | 101111 | 101100 | 101110 |
Color Harmonies of #A89241
Complementary color
Monochromatic Colors of #A89241
Black with #A89241
Text Example
Text Example
White with #A89241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89241; }
p { color: rgb(168,146,65); }
H1.HeaderClassName
{
color: #A89241;
}
.AnyTagClassName
{
color: #A89241;
}
</style>
background-color css
<style>
a { background-color: #A89241; }
a { background-color: rgb(168,146,65); }
div.DivClassName
{
background-color: #A89241;
}
.BgClassName
{
background-color: #A89241;
}
</style>
border-color css
<style>
span { border-color: #A89241; }
span { border-color: rgb(168,146,65); }
td.TdClassName
{
border-color: #A89241;
}
.TagClassName
{
border-color: #A89241;
}
</style>