Shades of Turmeric #A79047
Tints of Turmeric #A79047
RGB
CMYK
RGB Variations
Color information
#A79047 (or 0xA79047) is known color: Turmeric. HEX triplet: A7, 90 and 47. RGB value is (167,144,71). Sum of RGB (Red+Green+Blue) = 167+144+71=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A79047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79047 is #586FB8. Grayscale: #8E8E8E. Windows color (decimal): -5795769 or 4690087. OLE color: 4690087.
HSL color Cylindrical-coordinate representation of color #A79047: hue angle of 45.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A79047 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 71 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.35 |
| HSL | 45.63º | 0.4% | 0.47% | - |
| HSV(B) | 45.63º | 0.57% | 0.65% | - |
| XYZ | 27.05 | 28.62 | 10.06 | - |
| YUV | 142.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 71 | 0 | 0.14 | 0.57 | 0.35 | 45.63 | 0.4 | 0.47 |
| Hex | A7 | 90 | 47 | 0 | E | 39 | 23 | 2E | 28 | 2F |
| Octal | 247 | 220 | 107 | 0 | 16 | 71 | 43 | 56 | 50 | 57 |
| Binary | 10100111 | 10010000 | 1000111 | 0 | 1110 | 111001 | 100011 | 101110 | 101000 | 101111 |
Color Harmonies of #A79047
Complementary color
Monochromatic Colors of #A79047
Black with #A79047
Text Example
Text Example
White with #A79047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79047; }
p { color: rgb(167,144,71); }
H1.HeaderClassName
{
color: #A79047;
}
.AnyTagClassName
{
color: #A79047;
}
</style>
background-color css
<style>
a { background-color: #A79047; }
a { background-color: rgb(167,144,71); }
div.DivClassName
{
background-color: #A79047;
}
.BgClassName
{
background-color: #A79047;
}
</style>
border-color css
<style>
span { border-color: #A79047; }
span { border-color: rgb(167,144,71); }
td.TdClassName
{
border-color: #A79047;
}
.TagClassName
{
border-color: #A79047;
}
</style>