Shades of Turmeric #A89144
Tints of Turmeric #A89144
RGB
CMYK
RGB Variations
Color information
#A89144 (or 0xA89144) is known color: Turmeric. HEX triplet: A8, 91 and 44. RGB value is (168,145,68). Sum of RGB (Red+Green+Blue) = 168+145+68=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89144 is #576EBB. Grayscale: #8F8F8F. Windows color (decimal): -5729980 or 4493736. OLE color: 4493736.
HSL color Cylindrical-coordinate representation of color #A89144: hue angle of 46.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A89144 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 68 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.34 |
| HSL | 46.2º | 0.42% | 0.46% | - |
| HSV(B) | 46.2º | 0.6% | 0.66% | - |
| XYZ | 27.32 | 28.99 | 9.63 | - |
| YUV | 143.1 | 85.62 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 68 | 0 | 0.14 | 0.60 | 0.34 | 46.2 | 0.42 | 0.46 |
| Hex | A8 | 91 | 44 | 0 | E | 3C | 22 | 2E | 2A | 2E |
| Octal | 250 | 221 | 104 | 0 | 16 | 74 | 42 | 56 | 52 | 56 |
| Binary | 10101000 | 10010001 | 1000100 | 0 | 1110 | 111100 | 100010 | 101110 | 101010 | 101110 |
Color Harmonies of #A89144
Complementary color
Monochromatic Colors of #A89144
Black with #A89144
Text Example
Text Example
White with #A89144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89144; }
p { color: rgb(168,145,68); }
H1.HeaderClassName
{
color: #A89144;
}
.AnyTagClassName
{
color: #A89144;
}
</style>
background-color css
<style>
a { background-color: #A89144; }
a { background-color: rgb(168,145,68); }
div.DivClassName
{
background-color: #A89144;
}
.BgClassName
{
background-color: #A89144;
}
</style>
border-color css
<style>
span { border-color: #A89144; }
span { border-color: rgb(168,145,68); }
td.TdClassName
{
border-color: #A89144;
}
.TagClassName
{
border-color: #A89144;
}
</style>