Shades of Turmeric #AB8F49
Tints of Turmeric #AB8F49
RGB
CMYK
RGB Variations
Color information
#AB8F49 (or 0xAB8F49) is known color: Turmeric. HEX triplet: AB, 8F and 49. RGB value is (171,143,73). Sum of RGB (Red+Green+Blue) = 171+143+73=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F49 is #5470B6. Grayscale: #8F8F8F. Windows color (decimal): -5533879 or 4820907. OLE color: 4820907.
HSL color Cylindrical-coordinate representation of color #AB8F49: hue angle of 42.86º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB8F49 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 143 | 73 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.33 |
| HSL | 42.86º | 0.4% | 0.48% | - |
| HSV(B) | 42.86º | 0.57% | 0.67% | - |
| XYZ | 27.82 | 28.78 | 10.39 | - |
| YUV | 143.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 143 | 73 | 0 | 0.16 | 0.57 | 0.33 | 42.86 | 0.4 | 0.48 |
| Hex | AB | 8F | 49 | 0 | 10 | 39 | 21 | 2B | 28 | 30 |
| Octal | 253 | 217 | 111 | 0 | 20 | 71 | 41 | 53 | 50 | 60 |
| Binary | 10101011 | 10001111 | 1001001 | 0 | 10000 | 111001 | 100001 | 101011 | 101000 | 110000 |
Color Harmonies of #AB8F49
Complementary color
Monochromatic Colors of #AB8F49
Black with #AB8F49
Text Example
Text Example
White with #AB8F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8F49; }
p { color: rgb(171,143,73); }
H1.HeaderClassName
{
color: #AB8F49;
}
.AnyTagClassName
{
color: #AB8F49;
}
</style>
background-color css
<style>
a { background-color: #AB8F49; }
a { background-color: rgb(171,143,73); }
div.DivClassName
{
background-color: #AB8F49;
}
.BgClassName
{
background-color: #AB8F49;
}
</style>
border-color css
<style>
span { border-color: #AB8F49; }
span { border-color: rgb(171,143,73); }
td.TdClassName
{
border-color: #AB8F49;
}
.TagClassName
{
border-color: #AB8F49;
}
</style>