Shades of Turmeric #A4914B
Tints of Turmeric #A4914B
RGB
CMYK
RGB Variations
Color information
#A4914B (or 0xA4914B) is known color: Turmeric. HEX triplet: A4, 91 and 4B. RGB value is (164,145,75). Sum of RGB (Red+Green+Blue) = 164+145+75=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A4914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4914B is #5B6EB4. Grayscale: #8F8F8F. Windows color (decimal): -5992117 or 4952484. OLE color: 4952484.
HSL color Cylindrical-coordinate representation of color #A4914B: hue angle of 47.19º 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 #A4914B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 145 | 75 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.36 |
| HSL | 47.19º | 0.37% | 0.47% | - |
| HSV(B) | 47.19º | 0.54% | 0.64% | - |
| XYZ | 26.71 | 28.65 | 10.78 | - |
| YUV | 142.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 75 | 0 | 0.12 | 0.54 | 0.36 | 47.19 | 0.37 | 0.47 |
| Hex | A4 | 91 | 4B | 0 | C | 36 | 24 | 2F | 25 | 2F |
| Octal | 244 | 221 | 113 | 0 | 14 | 66 | 44 | 57 | 45 | 57 |
| Binary | 10100100 | 10010001 | 1001011 | 0 | 1100 | 110110 | 100100 | 101111 | 100101 | 101111 |
Color Harmonies of #A4914B
Complementary color
Monochromatic Colors of #A4914B
Black with #A4914B
Text Example
Text Example
White with #A4914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4914B; }
p { color: rgb(164,145,75); }
H1.HeaderClassName
{
color: #A4914B;
}
.AnyTagClassName
{
color: #A4914B;
}
</style>
background-color css
<style>
a { background-color: #A4914B; }
a { background-color: rgb(164,145,75); }
div.DivClassName
{
background-color: #A4914B;
}
.BgClassName
{
background-color: #A4914B;
}
</style>
border-color css
<style>
span { border-color: #A4914B; }
span { border-color: rgb(164,145,75); }
td.TdClassName
{
border-color: #A4914B;
}
.TagClassName
{
border-color: #A4914B;
}
</style>