Shades of Turmeric #A89149
Tints of Turmeric #A89149
RGB
CMYK
RGB Variations
Color information
#A89149 (or 0xA89149) is known color: Turmeric. HEX triplet: A8, 91 and 49. RGB value is (168,145,73). Sum of RGB (Red+Green+Blue) = 168+145+73=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A89149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89149 is #576EB6. Grayscale: #8F8F8F. Windows color (decimal): -5729975 or 4821416. OLE color: 4821416.
HSL color Cylindrical-coordinate representation of color #A89149: hue angle of 45.47º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A89149 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 145 | 73 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.34 |
| HSL | 45.47º | 0.39% | 0.47% | - |
| HSV(B) | 45.47º | 0.57% | 0.66% | - |
| XYZ | 27.48 | 29.06 | 10.46 | - |
| YUV | 143.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 145 | 73 | 0 | 0.14 | 0.57 | 0.34 | 45.47 | 0.39 | 0.47 |
| Hex | A8 | 91 | 49 | 0 | E | 39 | 22 | 2D | 27 | 2F |
| Octal | 250 | 221 | 111 | 0 | 16 | 71 | 42 | 55 | 47 | 57 |
| Binary | 10101000 | 10010001 | 1001001 | 0 | 1110 | 111001 | 100010 | 101101 | 100111 | 101111 |
Color Harmonies of #A89149
Complementary color
Monochromatic Colors of #A89149
Black with #A89149
Text Example
Text Example
White with #A89149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89149; }
p { color: rgb(168,145,73); }
H1.HeaderClassName
{
color: #A89149;
}
.AnyTagClassName
{
color: #A89149;
}
</style>
background-color css
<style>
a { background-color: #A89149; }
a { background-color: rgb(168,145,73); }
div.DivClassName
{
background-color: #A89149;
}
.BgClassName
{
background-color: #A89149;
}
</style>
border-color css
<style>
span { border-color: #A89149; }
span { border-color: rgb(168,145,73); }
td.TdClassName
{
border-color: #A89149;
}
.TagClassName
{
border-color: #A89149;
}
</style>