Shades of Turmeric #A78D4B
Tints of Turmeric #A78D4B
RGB
CMYK
RGB Variations
Color information
#A78D4B (or 0xA78D4B) is known color: Turmeric. HEX triplet: A7, 8D and 4B. RGB value is (167,141,75). Sum of RGB (Red+Green+Blue) = 167+141+75=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78D4B is #5872B4. Grayscale: #8D8D8D. Windows color (decimal): -5796533 or 4951463. OLE color: 4951463.
HSL color Cylindrical-coordinate representation of color #A78D4B: hue angle of 43.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A78D4B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 75 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.35 |
| HSL | 43.04º | 0.38% | 0.47% | - |
| HSV(B) | 43.04º | 0.55% | 0.65% | - |
| XYZ | 26.73 | 27.77 | 10.61 | - |
| YUV | 141.25 | 90.61 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 75 | 0 | 0.16 | 0.55 | 0.35 | 43.04 | 0.38 | 0.47 |
| Hex | A7 | 8D | 4B | 0 | 10 | 37 | 23 | 2B | 26 | 2F |
| Octal | 247 | 215 | 113 | 0 | 20 | 67 | 43 | 53 | 46 | 57 |
| Binary | 10100111 | 10001101 | 1001011 | 0 | 10000 | 110111 | 100011 | 101011 | 100110 | 101111 |
Color Harmonies of #A78D4B
Complementary color
Monochromatic Colors of #A78D4B
Black with #A78D4B
Text Example
Text Example
White with #A78D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D4B; }
p { color: rgb(167,141,75); }
H1.HeaderClassName
{
color: #A78D4B;
}
.AnyTagClassName
{
color: #A78D4B;
}
</style>
background-color css
<style>
a { background-color: #A78D4B; }
a { background-color: rgb(167,141,75); }
div.DivClassName
{
background-color: #A78D4B;
}
.BgClassName
{
background-color: #A78D4B;
}
</style>
border-color css
<style>
span { border-color: #A78D4B; }
span { border-color: rgb(167,141,75); }
td.TdClassName
{
border-color: #A78D4B;
}
.TagClassName
{
border-color: #A78D4B;
}
</style>