Shades of Turmeric #A89441
Tints of Turmeric #A89441
RGB
CMYK
RGB Variations
Color information
#A89441 (or 0xA89441) is known color: Turmeric. HEX triplet: A8, 94 and 41. RGB value is (168,148,65). Sum of RGB (Red+Green+Blue) = 168+148+65=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89441 is #576BBE. Grayscale: #909090. Windows color (decimal): -5729215 or 4297896. OLE color: 4297896.
HSL color Cylindrical-coordinate representation of color #A89441: hue angle of 48.35º 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 #A89441 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 65 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.34 |
| HSL | 48.35º | 0.44% | 0.46% | - |
| HSV(B) | 48.35º | 0.61% | 0.66% | - |
| XYZ | 27.69 | 29.89 | 9.31 | - |
| YUV | 144.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 65 | 0 | 0.12 | 0.61 | 0.34 | 48.35 | 0.44 | 0.46 |
| Hex | A8 | 94 | 41 | 0 | C | 3D | 22 | 30 | 2C | 2E |
| Octal | 250 | 224 | 101 | 0 | 14 | 75 | 42 | 60 | 54 | 56 |
| Binary | 10101000 | 10010100 | 1000001 | 0 | 1100 | 111101 | 100010 | 110000 | 101100 | 101110 |
Color Harmonies of #A89441
Complementary color
Monochromatic Colors of #A89441
Black with #A89441
Text Example
Text Example
White with #A89441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89441; }
p { color: rgb(168,148,65); }
H1.HeaderClassName
{
color: #A89441;
}
.AnyTagClassName
{
color: #A89441;
}
</style>
background-color css
<style>
a { background-color: #A89441; }
a { background-color: rgb(168,148,65); }
div.DivClassName
{
background-color: #A89441;
}
.BgClassName
{
background-color: #A89441;
}
</style>
border-color css
<style>
span { border-color: #A89441; }
span { border-color: rgb(168,148,65); }
td.TdClassName
{
border-color: #A89441;
}
.TagClassName
{
border-color: #A89441;
}
</style>