Shades of Turmeric #A29348
Tints of Turmeric #A29348
RGB
CMYK
RGB Variations
Color information
#A29348 (or 0xA29348) is known color: Turmeric. HEX triplet: A2, 93 and 48. RGB value is (162,147,72). Sum of RGB (Red+Green+Blue) = 162+147+72=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A29348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29348 is #5D6CB7. Grayscale: #8F8F8F. Windows color (decimal): -6122680 or 4756386. OLE color: 4756386.
HSL color Cylindrical-coordinate representation of color #A29348: hue angle of 50º degrees, saturation: 0.38, 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 #A29348 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 147 | 72 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.36 |
| HSL | 50º | 0.38% | 0.46% | - |
| HSV(B) | 50º | 0.56% | 0.64% | - |
| XYZ | 26.5 | 29.02 | 10.33 | - |
| YUV | 142.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 72 | 0 | 0.09 | 0.56 | 0.36 | 50 | 0.38 | 0.46 |
| Hex | A2 | 93 | 48 | 0 | 9 | 38 | 24 | 32 | 26 | 2E |
| Octal | 242 | 223 | 110 | 0 | 11 | 70 | 44 | 62 | 46 | 56 |
| Binary | 10100010 | 10010011 | 1001000 | 0 | 1001 | 111000 | 100100 | 110010 | 100110 | 101110 |
Color Harmonies of #A29348
Complementary color
Monochromatic Colors of #A29348
Black with #A29348
Text Example
Text Example
White with #A29348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29348; }
p { color: rgb(162,147,72); }
H1.HeaderClassName
{
color: #A29348;
}
.AnyTagClassName
{
color: #A29348;
}
</style>
background-color css
<style>
a { background-color: #A29348; }
a { background-color: rgb(162,147,72); }
div.DivClassName
{
background-color: #A29348;
}
.BgClassName
{
background-color: #A29348;
}
</style>
border-color css
<style>
span { border-color: #A29348; }
span { border-color: rgb(162,147,72); }
td.TdClassName
{
border-color: #A29348;
}
.TagClassName
{
border-color: #A29348;
}
</style>