Shades of Turmeric #A4914A
Tints of Turmeric #A4914A
RGB
CMYK
RGB Variations
Color information
#A4914A (or 0xA4914A) is known color: Turmeric. HEX triplet: A4, 91 and 4A. RGB value is (164,145,74). Sum of RGB (Red+Green+Blue) = 164+145+74=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4914A is #5B6EB5. Grayscale: #8E8E8E. Windows color (decimal): -5992118 or 4886948. OLE color: 4886948.
HSL color Cylindrical-coordinate representation of color #A4914A: hue angle of 47.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4914A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 74 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.36 |
| HSL | 47.33º | 0.38% | 0.47% | - |
| HSV(B) | 47.33º | 0.55% | 0.64% | - |
| XYZ | 26.67 | 28.64 | 10.6 | - |
| YUV | 142.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 74 | 0 | 0.12 | 0.55 | 0.36 | 47.33 | 0.38 | 0.47 |
| Hex | A4 | 91 | 4A | 0 | C | 37 | 24 | 2F | 26 | 2F |
| Octal | 244 | 221 | 112 | 0 | 14 | 67 | 44 | 57 | 46 | 57 |
| Binary | 10100100 | 10010001 | 1001010 | 0 | 1100 | 110111 | 100100 | 101111 | 100110 | 101111 |
Color Harmonies of #A4914A
Complementary color
Monochromatic Colors of #A4914A
Black with #A4914A
Text Example
Text Example
White with #A4914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4914A; }
p { color: rgb(164,145,74); }
H1.HeaderClassName
{
color: #A4914A;
}
.AnyTagClassName
{
color: #A4914A;
}
</style>
background-color css
<style>
a { background-color: #A4914A; }
a { background-color: rgb(164,145,74); }
div.DivClassName
{
background-color: #A4914A;
}
.BgClassName
{
background-color: #A4914A;
}
</style>
border-color css
<style>
span { border-color: #A4914A; }
span { border-color: rgb(164,145,74); }
td.TdClassName
{
border-color: #A4914A;
}
.TagClassName
{
border-color: #A4914A;
}
</style>