Shades of Turmeric #A49641
Tints of Turmeric #A49641
RGB
CMYK
RGB Variations
Color information
#A49641 (or 0xA49641) is known color: Turmeric. HEX triplet: A4, 96 and 41. RGB value is (164,150,65). Sum of RGB (Red+Green+Blue) = 164+150+65=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A49641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49641 is #5B69BE. Grayscale: #909090. Windows color (decimal): -5990847 or 4298404. OLE color: 4298404.
HSL color Cylindrical-coordinate representation of color #A49641: hue angle of 51.52º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A49641 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 65 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.36 |
| HSL | 51.52º | 0.43% | 0.45% | - |
| HSV(B) | 51.52º | 0.6% | 0.64% | - |
| XYZ | 27.17 | 30.09 | 9.38 | - |
| YUV | 144.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 65 | 0 | 0.09 | 0.60 | 0.36 | 51.52 | 0.43 | 0.45 |
| Hex | A4 | 96 | 41 | 0 | 9 | 3C | 24 | 34 | 2B | 2D |
| Octal | 244 | 226 | 101 | 0 | 11 | 74 | 44 | 64 | 53 | 55 |
| Binary | 10100100 | 10010110 | 1000001 | 0 | 1001 | 111100 | 100100 | 110100 | 101011 | 101101 |
Color Harmonies of #A49641
Complementary color
Monochromatic Colors of #A49641
Black with #A49641
Text Example
Text Example
White with #A49641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49641; }
p { color: rgb(164,150,65); }
H1.HeaderClassName
{
color: #A49641;
}
.AnyTagClassName
{
color: #A49641;
}
</style>
background-color css
<style>
a { background-color: #A49641; }
a { background-color: rgb(164,150,65); }
div.DivClassName
{
background-color: #A49641;
}
.BgClassName
{
background-color: #A49641;
}
</style>
border-color css
<style>
span { border-color: #A49641; }
span { border-color: rgb(164,150,65); }
td.TdClassName
{
border-color: #A49641;
}
.TagClassName
{
border-color: #A49641;
}
</style>