Shades of Turmeric #A2904D
Tints of Turmeric #A2904D
RGB
CMYK
RGB Variations
Color information
#A2904D (or 0xA2904D) is known color: Turmeric. HEX triplet: A2, 90 and 4D. RGB value is (162,144,77). Sum of RGB (Red+Green+Blue) = 162+144+77=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A2904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2904D is #5D6FB2. Grayscale: #8E8E8E. Windows color (decimal): -6123443 or 5083298. OLE color: 5083298.
HSL color Cylindrical-coordinate representation of color #A2904D: hue angle of 47.29º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2904D is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 144 | 77 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.36 |
| HSL | 47.29º | 0.36% | 0.47% | - |
| HSV(B) | 47.29º | 0.52% | 0.64% | - |
| XYZ | 26.21 | 28.16 | 11.08 | - |
| YUV | 141.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 77 | 0 | 0.11 | 0.52 | 0.36 | 47.29 | 0.36 | 0.47 |
| Hex | A2 | 90 | 4D | 0 | B | 34 | 24 | 2F | 24 | 2F |
| Octal | 242 | 220 | 115 | 0 | 13 | 64 | 44 | 57 | 44 | 57 |
| Binary | 10100010 | 10010000 | 1001101 | 0 | 1011 | 110100 | 100100 | 101111 | 100100 | 101111 |
Color Harmonies of #A2904D
Complementary color
Monochromatic Colors of #A2904D
Black with #A2904D
Text Example
Text Example
White with #A2904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2904D; }
p { color: rgb(162,144,77); }
H1.HeaderClassName
{
color: #A2904D;
}
.AnyTagClassName
{
color: #A2904D;
}
</style>
background-color css
<style>
a { background-color: #A2904D; }
a { background-color: rgb(162,144,77); }
div.DivClassName
{
background-color: #A2904D;
}
.BgClassName
{
background-color: #A2904D;
}
</style>
border-color css
<style>
span { border-color: #A2904D; }
span { border-color: rgb(162,144,77); }
td.TdClassName
{
border-color: #A2904D;
}
.TagClassName
{
border-color: #A2904D;
}
</style>