Shades of Turmeric #A7914C
Tints of Turmeric #A7914C
RGB
CMYK
RGB Variations
Color information
#A7914C (or 0xA7914C) is known color: Turmeric. HEX triplet: A7, 91 and 4C. RGB value is (167,145,76). Sum of RGB (Red+Green+Blue) = 167+145+76=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A7914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7914C is #586EB3. Grayscale: #909090. Windows color (decimal): -5795508 or 5018023. OLE color: 5018023.
HSL color Cylindrical-coordinate representation of color #A7914C: hue angle of 45.49º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7914C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 76 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.35 |
| HSL | 45.49º | 0.37% | 0.48% | - |
| HSV(B) | 45.49º | 0.54% | 0.65% | - |
| XYZ | 27.37 | 28.99 | 10.99 | - |
| YUV | 143.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 76 | 0 | 0.13 | 0.54 | 0.35 | 45.49 | 0.37 | 0.48 |
| Hex | A7 | 91 | 4C | 0 | D | 36 | 23 | 2D | 25 | 30 |
| Octal | 247 | 221 | 114 | 0 | 15 | 66 | 43 | 55 | 45 | 60 |
| Binary | 10100111 | 10010001 | 1001100 | 0 | 1101 | 110110 | 100011 | 101101 | 100101 | 110000 |
Color Harmonies of #A7914C
Complementary color
Monochromatic Colors of #A7914C
Black with #A7914C
Text Example
Text Example
White with #A7914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7914C; }
p { color: rgb(167,145,76); }
H1.HeaderClassName
{
color: #A7914C;
}
.AnyTagClassName
{
color: #A7914C;
}
</style>
background-color css
<style>
a { background-color: #A7914C; }
a { background-color: rgb(167,145,76); }
div.DivClassName
{
background-color: #A7914C;
}
.BgClassName
{
background-color: #A7914C;
}
</style>
border-color css
<style>
span { border-color: #A7914C; }
span { border-color: rgb(167,145,76); }
td.TdClassName
{
border-color: #A7914C;
}
.TagClassName
{
border-color: #A7914C;
}
</style>