Shades of Turmeric #AB9040
Tints of Turmeric #AB9040
RGB
CMYK
RGB Variations
Color information
#AB9040 (or 0xAB9040) is known color: Turmeric. HEX triplet: AB, 90 and 40. RGB value is (171,144,64). Sum of RGB (Red+Green+Blue) = 171+144+64=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9040 is #546FBF. Grayscale: #8F8F8F. Windows color (decimal): -5533632 or 4231339. OLE color: 4231339.
HSL color Cylindrical-coordinate representation of color #AB9040: hue angle of 44.86º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB9040 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 64 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.33 |
| HSL | 44.86º | 0.46% | 0.46% | - |
| HSV(B) | 44.86º | 0.63% | 0.67% | - |
| XYZ | 27.69 | 28.97 | 8.98 | - |
| YUV | 142.95 | 83.45 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 64 | 0 | 0.16 | 0.63 | 0.33 | 44.86 | 0.46 | 0.46 |
| Hex | AB | 90 | 40 | 0 | 10 | 3F | 21 | 2D | 2E | 2E |
| Octal | 253 | 220 | 100 | 0 | 20 | 77 | 41 | 55 | 56 | 56 |
| Binary | 10101011 | 10010000 | 1000000 | 0 | 10000 | 111111 | 100001 | 101101 | 101110 | 101110 |
Color Harmonies of #AB9040
Complementary color
Monochromatic Colors of #AB9040
Black with #AB9040
Text Example
Text Example
White with #AB9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9040; }
p { color: rgb(171,144,64); }
H1.HeaderClassName
{
color: #AB9040;
}
.AnyTagClassName
{
color: #AB9040;
}
</style>
background-color css
<style>
a { background-color: #AB9040; }
a { background-color: rgb(171,144,64); }
div.DivClassName
{
background-color: #AB9040;
}
.BgClassName
{
background-color: #AB9040;
}
</style>
border-color css
<style>
span { border-color: #AB9040; }
span { border-color: rgb(171,144,64); }
td.TdClassName
{
border-color: #AB9040;
}
.TagClassName
{
border-color: #AB9040;
}
</style>