Shades of Turmeric #A99341
Tints of Turmeric #A99341
RGB
CMYK
RGB Variations
Color information
#A99341 (or 0xA99341) is known color: Turmeric. HEX triplet: A9, 93 and 41. RGB value is (169,147,65). Sum of RGB (Red+Green+Blue) = 169+147+65=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A99341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99341 is #566CBE. Grayscale: #909090. Windows color (decimal): -5663935 or 4297641. OLE color: 4297641.
HSL color Cylindrical-coordinate representation of color #A99341: hue angle of 47.31º degrees, saturation: 0.44, 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 #A99341 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 147 | 65 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.34 |
| HSL | 47.31º | 0.44% | 0.46% | - |
| HSV(B) | 47.31º | 0.62% | 0.66% | - |
| XYZ | 27.75 | 29.68 | 9.27 | - |
| YUV | 144.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 65 | 0 | 0.13 | 0.62 | 0.34 | 47.31 | 0.44 | 0.46 |
| Hex | A9 | 93 | 41 | 0 | D | 3E | 22 | 2F | 2C | 2E |
| Octal | 251 | 223 | 101 | 0 | 15 | 76 | 42 | 57 | 54 | 56 |
| Binary | 10101001 | 10010011 | 1000001 | 0 | 1101 | 111110 | 100010 | 101111 | 101100 | 101110 |
Color Harmonies of #A99341
Complementary color
Monochromatic Colors of #A99341
Black with #A99341
Text Example
Text Example
White with #A99341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99341; }
p { color: rgb(169,147,65); }
H1.HeaderClassName
{
color: #A99341;
}
.AnyTagClassName
{
color: #A99341;
}
</style>
background-color css
<style>
a { background-color: #A99341; }
a { background-color: rgb(169,147,65); }
div.DivClassName
{
background-color: #A99341;
}
.BgClassName
{
background-color: #A99341;
}
</style>
border-color css
<style>
span { border-color: #A99341; }
span { border-color: rgb(169,147,65); }
td.TdClassName
{
border-color: #A99341;
}
.TagClassName
{
border-color: #A99341;
}
</style>