Shades of Turmeric #A3924B
Tints of Turmeric #A3924B
RGB
CMYK
RGB Variations
Color information
#A3924B (or 0xA3924B) is known color: Turmeric. HEX triplet: A3, 92 and 4B. RGB value is (163,146,75). Sum of RGB (Red+Green+Blue) = 163+146+75=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A3924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3924B is #5C6DB4. Grayscale: #8F8F8F. Windows color (decimal): -6057397 or 4952739. OLE color: 4952739.
HSL color Cylindrical-coordinate representation of color #A3924B: hue angle of 48.41º 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 #A3924B is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 146 | 75 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.36 |
| HSL | 48.41º | 0.37% | 0.47% | - |
| HSV(B) | 48.41º | 0.54% | 0.64% | - |
| XYZ | 26.65 | 28.85 | 10.82 | - |
| YUV | 142.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 146 | 75 | 0 | 0.10 | 0.54 | 0.36 | 48.41 | 0.37 | 0.47 |
| Hex | A3 | 92 | 4B | 0 | A | 36 | 24 | 30 | 25 | 2F |
| Octal | 243 | 222 | 113 | 0 | 12 | 66 | 44 | 60 | 45 | 57 |
| Binary | 10100011 | 10010010 | 1001011 | 0 | 1010 | 110110 | 100100 | 110000 | 100101 | 101111 |
Color Harmonies of #A3924B
Complementary color
Monochromatic Colors of #A3924B
Black with #A3924B
Text Example
Text Example
White with #A3924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3924B; }
p { color: rgb(163,146,75); }
H1.HeaderClassName
{
color: #A3924B;
}
.AnyTagClassName
{
color: #A3924B;
}
</style>
background-color css
<style>
a { background-color: #A3924B; }
a { background-color: rgb(163,146,75); }
div.DivClassName
{
background-color: #A3924B;
}
.BgClassName
{
background-color: #A3924B;
}
</style>
border-color css
<style>
span { border-color: #A3924B; }
span { border-color: rgb(163,146,75); }
td.TdClassName
{
border-color: #A3924B;
}
.TagClassName
{
border-color: #A3924B;
}
</style>