Shades of Turmeric #A99149
Tints of Turmeric #A99149
RGB
CMYK
RGB Variations
Color information
#A99149 (or 0xA99149) is known color: Turmeric. HEX triplet: A9, 91 and 49. RGB value is (169,145,73). Sum of RGB (Red+Green+Blue) = 169+145+73=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A99149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99149 is #566EB6. Grayscale: #909090. Windows color (decimal): -5664439 or 4821417. OLE color: 4821417.
HSL color Cylindrical-coordinate representation of color #A99149: hue angle of 45º degrees, saturation: 0.4, 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 #A99149 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 73 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.34 |
| HSL | 45º | 0.4% | 0.47% | - |
| HSV(B) | 45º | 0.57% | 0.66% | - |
| XYZ | 27.69 | 29.17 | 10.47 | - |
| YUV | 143.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 73 | 0 | 0.14 | 0.57 | 0.34 | 45 | 0.4 | 0.47 |
| Hex | A9 | 91 | 49 | 0 | E | 39 | 22 | 2D | 28 | 2F |
| Octal | 251 | 221 | 111 | 0 | 16 | 71 | 42 | 55 | 50 | 57 |
| Binary | 10101001 | 10010001 | 1001001 | 0 | 1110 | 111001 | 100010 | 101101 | 101000 | 101111 |
Color Harmonies of #A99149
Complementary color
Monochromatic Colors of #A99149
Black with #A99149
Text Example
Text Example
White with #A99149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99149; }
p { color: rgb(169,145,73); }
H1.HeaderClassName
{
color: #A99149;
}
.AnyTagClassName
{
color: #A99149;
}
</style>
background-color css
<style>
a { background-color: #A99149; }
a { background-color: rgb(169,145,73); }
div.DivClassName
{
background-color: #A99149;
}
.BgClassName
{
background-color: #A99149;
}
</style>
border-color css
<style>
span { border-color: #A99149; }
span { border-color: rgb(169,145,73); }
td.TdClassName
{
border-color: #A99149;
}
.TagClassName
{
border-color: #A99149;
}
</style>