Shades of Turmeric #A79446
Tints of Turmeric #A79446
RGB
CMYK
RGB Variations
Color information
#A79446 (or 0xA79446) is known color: Turmeric. HEX triplet: A7, 94 and 46. RGB value is (167,148,70). Sum of RGB (Red+Green+Blue) = 167+148+70=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A79446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79446 is #586BB9. Grayscale: #919191. Windows color (decimal): -5794746 or 4625575. OLE color: 4625575.
HSL color Cylindrical-coordinate representation of color #A79446: hue angle of 48.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A79446 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 148 | 70 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.35 |
| HSL | 48.25º | 0.41% | 0.46% | - |
| HSV(B) | 48.25º | 0.58% | 0.65% | - |
| XYZ | 27.63 | 29.84 | 10.1 | - |
| YUV | 144.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 70 | 0 | 0.11 | 0.58 | 0.35 | 48.25 | 0.41 | 0.46 |
| Hex | A7 | 94 | 46 | 0 | B | 3A | 23 | 30 | 29 | 2E |
| Octal | 247 | 224 | 106 | 0 | 13 | 72 | 43 | 60 | 51 | 56 |
| Binary | 10100111 | 10010100 | 1000110 | 0 | 1011 | 111010 | 100011 | 110000 | 101001 | 101110 |
Color Harmonies of #A79446
Complementary color
Monochromatic Colors of #A79446
Black with #A79446
Text Example
Text Example
White with #A79446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79446; }
p { color: rgb(167,148,70); }
H1.HeaderClassName
{
color: #A79446;
}
.AnyTagClassName
{
color: #A79446;
}
</style>
background-color css
<style>
a { background-color: #A79446; }
a { background-color: rgb(167,148,70); }
div.DivClassName
{
background-color: #A79446;
}
.BgClassName
{
background-color: #A79446;
}
</style>
border-color css
<style>
span { border-color: #A79446; }
span { border-color: rgb(167,148,70); }
td.TdClassName
{
border-color: #A79446;
}
.TagClassName
{
border-color: #A79446;
}
</style>