Shades of Turmeric #A4924B
Tints of Turmeric #A4924B
RGB
CMYK
RGB Variations
Color information
#A4924B (or 0xA4924B) is known color: Turmeric. HEX triplet: A4, 92 and 4B. RGB value is (164,146,75). Sum of RGB (Red+Green+Blue) = 164+146+75=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A4924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4924B is #5B6DB4. Grayscale: #8F8F8F. Windows color (decimal): -5991861 or 4952740. OLE color: 4952740.
HSL color Cylindrical-coordinate representation of color #A4924B: hue angle of 47.87º 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 #A4924B is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 75 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.36 |
| HSL | 47.87º | 0.37% | 0.47% | - |
| HSV(B) | 47.87º | 0.54% | 0.64% | - |
| XYZ | 26.86 | 28.96 | 10.83 | - |
| YUV | 143.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 75 | 0 | 0.11 | 0.54 | 0.36 | 47.87 | 0.37 | 0.47 |
| Hex | A4 | 92 | 4B | 0 | B | 36 | 24 | 30 | 25 | 2F |
| Octal | 244 | 222 | 113 | 0 | 13 | 66 | 44 | 60 | 45 | 57 |
| Binary | 10100100 | 10010010 | 1001011 | 0 | 1011 | 110110 | 100100 | 110000 | 100101 | 101111 |
Color Harmonies of #A4924B
Complementary color
Monochromatic Colors of #A4924B
Black with #A4924B
Text Example
Text Example
White with #A4924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4924B; }
p { color: rgb(164,146,75); }
H1.HeaderClassName
{
color: #A4924B;
}
.AnyTagClassName
{
color: #A4924B;
}
</style>
background-color css
<style>
a { background-color: #A4924B; }
a { background-color: rgb(164,146,75); }
div.DivClassName
{
background-color: #A4924B;
}
.BgClassName
{
background-color: #A4924B;
}
</style>
border-color css
<style>
span { border-color: #A4924B; }
span { border-color: rgb(164,146,75); }
td.TdClassName
{
border-color: #A4924B;
}
.TagClassName
{
border-color: #A4924B;
}
</style>