Shades of Turmeric #A49840
Tints of Turmeric #A49840
RGB
CMYK
RGB Variations
Color information
#A49840 (or 0xA49840) is known color: Turmeric. HEX triplet: A4, 98 and 40. RGB value is (164,152,64). Sum of RGB (Red+Green+Blue) = 164+152+64=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49840 is #5B67BF. Grayscale: #919191. Windows color (decimal): -5990336 or 4233380. OLE color: 4233380.
HSL color Cylindrical-coordinate representation of color #A49840: hue angle of 52.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A49840 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 64 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.36 |
| HSL | 52.8º | 0.44% | 0.45% | - |
| HSV(B) | 52.8º | 0.61% | 0.64% | - |
| XYZ | 27.46 | 30.72 | 9.33 | - |
| YUV | 145.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 64 | 0 | 0.07 | 0.61 | 0.36 | 52.8 | 0.44 | 0.45 |
| Hex | A4 | 98 | 40 | 0 | 7 | 3D | 24 | 35 | 2C | 2D |
| Octal | 244 | 230 | 100 | 0 | 7 | 75 | 44 | 65 | 54 | 55 |
| Binary | 10100100 | 10011000 | 1000000 | 0 | 111 | 111101 | 100100 | 110101 | 101100 | 101101 |
Color Harmonies of #A49840
Complementary color
Monochromatic Colors of #A49840
Black with #A49840
Text Example
Text Example
White with #A49840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49840; }
p { color: rgb(164,152,64); }
H1.HeaderClassName
{
color: #A49840;
}
.AnyTagClassName
{
color: #A49840;
}
</style>
background-color css
<style>
a { background-color: #A49840; }
a { background-color: rgb(164,152,64); }
div.DivClassName
{
background-color: #A49840;
}
.BgClassName
{
background-color: #A49840;
}
</style>
border-color css
<style>
span { border-color: #A49840; }
span { border-color: rgb(164,152,64); }
td.TdClassName
{
border-color: #A49840;
}
.TagClassName
{
border-color: #A49840;
}
</style>