Shades of Turmeric #A29746
Tints of Turmeric #A29746
RGB
CMYK
RGB Variations
Color information
#A29746 (or 0xA29746) is known color: Turmeric. HEX triplet: A2, 97 and 46. RGB value is (162,151,70). Sum of RGB (Red+Green+Blue) = 162+151+70=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29746 is #5D68B9. Grayscale: #919191. Windows color (decimal): -6121658 or 4626338. OLE color: 4626338.
HSL color Cylindrical-coordinate representation of color #A29746: hue angle of 52.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29746 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 70 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.36 |
| HSL | 52.83º | 0.4% | 0.45% | - |
| HSV(B) | 52.83º | 0.57% | 0.64% | - |
| XYZ | 27.07 | 30.26 | 10.21 | - |
| YUV | 145.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 70 | 0 | 0.07 | 0.57 | 0.36 | 52.83 | 0.4 | 0.45 |
| Hex | A2 | 97 | 46 | 0 | 7 | 39 | 24 | 35 | 28 | 2D |
| Octal | 242 | 227 | 106 | 0 | 7 | 71 | 44 | 65 | 50 | 55 |
| Binary | 10100010 | 10010111 | 1000110 | 0 | 111 | 111001 | 100100 | 110101 | 101000 | 101101 |
Color Harmonies of #A29746
Complementary color
Monochromatic Colors of #A29746
Black with #A29746
Text Example
Text Example
White with #A29746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29746; }
p { color: rgb(162,151,70); }
H1.HeaderClassName
{
color: #A29746;
}
.AnyTagClassName
{
color: #A29746;
}
</style>
background-color css
<style>
a { background-color: #A29746; }
a { background-color: rgb(162,151,70); }
div.DivClassName
{
background-color: #A29746;
}
.BgClassName
{
background-color: #A29746;
}
</style>
border-color css
<style>
span { border-color: #A29746; }
span { border-color: rgb(162,151,70); }
td.TdClassName
{
border-color: #A29746;
}
.TagClassName
{
border-color: #A29746;
}
</style>