Shades of Turmeric #A29647
Tints of Turmeric #A29647
RGB
CMYK
RGB Variations
Color information
#A29647 (or 0xA29647) is known color: Turmeric. HEX triplet: A2, 96 and 47. RGB value is (162,150,71). Sum of RGB (Red+Green+Blue) = 162+150+71=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29647 is #5D69B8. Grayscale: #909090. Windows color (decimal): -6121913 or 4691618. OLE color: 4691618.
HSL color Cylindrical-coordinate representation of color #A29647: hue angle of 52.09º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29647 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 150 | 71 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.36 |
| HSL | 52.09º | 0.39% | 0.46% | - |
| HSV(B) | 52.09º | 0.56% | 0.64% | - |
| XYZ | 26.94 | 29.95 | 10.32 | - |
| YUV | 144.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 71 | 0 | 0.07 | 0.56 | 0.36 | 52.09 | 0.39 | 0.46 |
| Hex | A2 | 96 | 47 | 0 | 7 | 38 | 24 | 34 | 27 | 2E |
| Octal | 242 | 226 | 107 | 0 | 7 | 70 | 44 | 64 | 47 | 56 |
| Binary | 10100010 | 10010110 | 1000111 | 0 | 111 | 111000 | 100100 | 110100 | 100111 | 101110 |
Color Harmonies of #A29647
Complementary color
Monochromatic Colors of #A29647
Black with #A29647
Text Example
Text Example
White with #A29647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29647; }
p { color: rgb(162,150,71); }
H1.HeaderClassName
{
color: #A29647;
}
.AnyTagClassName
{
color: #A29647;
}
</style>
background-color css
<style>
a { background-color: #A29647; }
a { background-color: rgb(162,150,71); }
div.DivClassName
{
background-color: #A29647;
}
.BgClassName
{
background-color: #A29647;
}
</style>
border-color css
<style>
span { border-color: #A29647; }
span { border-color: rgb(162,150,71); }
td.TdClassName
{
border-color: #A29647;
}
.TagClassName
{
border-color: #A29647;
}
</style>