Shades of Turmeric #A4914C
Tints of Turmeric #A4914C
RGB
CMYK
RGB Variations
Color information
#A4914C (or 0xA4914C) is known color: Turmeric. HEX triplet: A4, 91 and 4C. RGB value is (164,145,76). Sum of RGB (Red+Green+Blue) = 164+145+76=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4914C is #5B6EB3. Grayscale: #8F8F8F. Windows color (decimal): -5992116 or 5018020. OLE color: 5018020.
HSL color Cylindrical-coordinate representation of color #A4914C: hue angle of 47.05º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4914C is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 76 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.36 |
| HSL | 47.05º | 0.37% | 0.47% | - |
| HSV(B) | 47.05º | 0.54% | 0.64% | - |
| XYZ | 26.74 | 28.67 | 10.96 | - |
| YUV | 142.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 76 | 0 | 0.12 | 0.54 | 0.36 | 47.05 | 0.37 | 0.47 |
| Hex | A4 | 91 | 4C | 0 | C | 36 | 24 | 2F | 25 | 2F |
| Octal | 244 | 221 | 114 | 0 | 14 | 66 | 44 | 57 | 45 | 57 |
| Binary | 10100100 | 10010001 | 1001100 | 0 | 1100 | 110110 | 100100 | 101111 | 100101 | 101111 |
Color Harmonies of #A4914C
Complementary color
Monochromatic Colors of #A4914C
Black with #A4914C
Text Example
Text Example
White with #A4914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4914C; }
p { color: rgb(164,145,76); }
H1.HeaderClassName
{
color: #A4914C;
}
.AnyTagClassName
{
color: #A4914C;
}
</style>
background-color css
<style>
a { background-color: #A4914C; }
a { background-color: rgb(164,145,76); }
div.DivClassName
{
background-color: #A4914C;
}
.BgClassName
{
background-color: #A4914C;
}
</style>
border-color css
<style>
span { border-color: #A4914C; }
span { border-color: rgb(164,145,76); }
td.TdClassName
{
border-color: #A4914C;
}
.TagClassName
{
border-color: #A4914C;
}
</style>