Shades of Turmeric #A99640
Tints of Turmeric #A99640
RGB
CMYK
RGB Variations
Color information
#A99640 (or 0xA99640) is known color: Turmeric. HEX triplet: A9, 96 and 40. RGB value is (169,150,64). Sum of RGB (Red+Green+Blue) = 169+150+64=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A99640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99640 is #5669BF. Grayscale: #929292. Windows color (decimal): -5663168 or 4232873. OLE color: 4232873.
HSL color Cylindrical-coordinate representation of color #A99640: hue angle of 49.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A99640 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 64 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.34 |
| HSL | 49.14º | 0.45% | 0.46% | - |
| HSV(B) | 49.14º | 0.62% | 0.66% | - |
| XYZ | 28.19 | 30.62 | 9.27 | - |
| YUV | 145.88 | 81.79 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 64 | 0 | 0.11 | 0.62 | 0.34 | 49.14 | 0.45 | 0.46 |
| Hex | A9 | 96 | 40 | 0 | B | 3E | 22 | 31 | 2D | 2E |
| Octal | 251 | 226 | 100 | 0 | 13 | 76 | 42 | 61 | 55 | 56 |
| Binary | 10101001 | 10010110 | 1000000 | 0 | 1011 | 111110 | 100010 | 110001 | 101101 | 101110 |
Color Harmonies of #A99640
Complementary color
Monochromatic Colors of #A99640
Black with #A99640
Text Example
Text Example
White with #A99640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99640; }
p { color: rgb(169,150,64); }
H1.HeaderClassName
{
color: #A99640;
}
.AnyTagClassName
{
color: #A99640;
}
</style>
background-color css
<style>
a { background-color: #A99640; }
a { background-color: rgb(169,150,64); }
div.DivClassName
{
background-color: #A99640;
}
.BgClassName
{
background-color: #A99640;
}
</style>
border-color css
<style>
span { border-color: #A99640; }
span { border-color: rgb(169,150,64); }
td.TdClassName
{
border-color: #A99640;
}
.TagClassName
{
border-color: #A99640;
}
</style>