Shades of Turmeric #A89045
Tints of Turmeric #A89045
RGB
CMYK
RGB Variations
Color information
#A89045 (or 0xA89045) is known color: Turmeric. HEX triplet: A8, 90 and 45. RGB value is (168,144,69). Sum of RGB (Red+Green+Blue) = 168+144+69=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89045 is #576FBA. Grayscale: #8E8E8E. Windows color (decimal): -5730235 or 4559016. OLE color: 4559016.
HSL color Cylindrical-coordinate representation of color #A89045: hue angle of 45.45º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A89045 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 144 | 69 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.34 |
| HSL | 45.45º | 0.42% | 0.46% | - |
| HSV(B) | 45.45º | 0.59% | 0.66% | - |
| XYZ | 27.2 | 28.7 | 9.74 | - |
| YUV | 142.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 69 | 0 | 0.14 | 0.59 | 0.34 | 45.45 | 0.42 | 0.46 |
| Hex | A8 | 90 | 45 | 0 | E | 3B | 22 | 2D | 2A | 2E |
| Octal | 250 | 220 | 105 | 0 | 16 | 73 | 42 | 55 | 52 | 56 |
| Binary | 10101000 | 10010000 | 1000101 | 0 | 1110 | 111011 | 100010 | 101101 | 101010 | 101110 |
Color Harmonies of #A89045
Complementary color
Monochromatic Colors of #A89045
Black with #A89045
Text Example
Text Example
White with #A89045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89045; }
p { color: rgb(168,144,69); }
H1.HeaderClassName
{
color: #A89045;
}
.AnyTagClassName
{
color: #A89045;
}
</style>
background-color css
<style>
a { background-color: #A89045; }
a { background-color: rgb(168,144,69); }
div.DivClassName
{
background-color: #A89045;
}
.BgClassName
{
background-color: #A89045;
}
</style>
border-color css
<style>
span { border-color: #A89045; }
span { border-color: rgb(168,144,69); }
td.TdClassName
{
border-color: #A89045;
}
.TagClassName
{
border-color: #A89045;
}
</style>