Shades of Turmeric #A29449
Tints of Turmeric #A29449
RGB
CMYK
RGB Variations
Color information
#A29449 (or 0xA29449) is known color: Turmeric. HEX triplet: A2, 94 and 49. RGB value is (162,148,73). Sum of RGB (Red+Green+Blue) = 162+148+73=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29449 is #5D6BB6. Grayscale: #8F8F8F. Windows color (decimal): -6122423 or 4822178. OLE color: 4822178.
HSL color Cylindrical-coordinate representation of color #A29449: hue angle of 50.56º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A29449 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 73 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.36 |
| HSL | 50.56º | 0.38% | 0.46% | - |
| HSV(B) | 50.56º | 0.55% | 0.64% | - |
| XYZ | 26.69 | 29.34 | 10.56 | - |
| YUV | 143.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 73 | 0 | 0.09 | 0.55 | 0.36 | 50.56 | 0.38 | 0.46 |
| Hex | A2 | 94 | 49 | 0 | 9 | 37 | 24 | 33 | 26 | 2E |
| Octal | 242 | 224 | 111 | 0 | 11 | 67 | 44 | 63 | 46 | 56 |
| Binary | 10100010 | 10010100 | 1001001 | 0 | 1001 | 110111 | 100100 | 110011 | 100110 | 101110 |
Color Harmonies of #A29449
Complementary color
Monochromatic Colors of #A29449
Black with #A29449
Text Example
Text Example
White with #A29449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29449; }
p { color: rgb(162,148,73); }
H1.HeaderClassName
{
color: #A29449;
}
.AnyTagClassName
{
color: #A29449;
}
</style>
background-color css
<style>
a { background-color: #A29449; }
a { background-color: rgb(162,148,73); }
div.DivClassName
{
background-color: #A29449;
}
.BgClassName
{
background-color: #A29449;
}
</style>
border-color css
<style>
span { border-color: #A29449; }
span { border-color: rgb(162,148,73); }
td.TdClassName
{
border-color: #A29449;
}
.TagClassName
{
border-color: #A29449;
}
</style>