Shades of Turmeric #AB8D48
Tints of Turmeric #AB8D48
RGB
CMYK
RGB Variations
Color information
#AB8D48 (or 0xAB8D48) is known color: Turmeric. HEX triplet: AB, 8D and 48. RGB value is (171,141,72). Sum of RGB (Red+Green+Blue) = 171+141+72=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8D48 is #5472B7. Grayscale: #8E8E8E. Windows color (decimal): -5534392 or 4754859. OLE color: 4754859.
HSL color Cylindrical-coordinate representation of color #AB8D48: hue angle of 41.82º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8D48 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 72 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.33 |
| HSL | 41.82º | 0.41% | 0.48% | - |
| HSV(B) | 41.82º | 0.58% | 0.67% | - |
| XYZ | 27.49 | 28.18 | 10.12 | - |
| YUV | 142.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 72 | 0 | 0.18 | 0.58 | 0.33 | 41.82 | 0.41 | 0.48 |
| Hex | AB | 8D | 48 | 0 | 12 | 3A | 21 | 2A | 29 | 30 |
| Octal | 253 | 215 | 110 | 0 | 22 | 72 | 41 | 52 | 51 | 60 |
| Binary | 10101011 | 10001101 | 1001000 | 0 | 10010 | 111010 | 100001 | 101010 | 101001 | 110000 |
Color Harmonies of #AB8D48
Complementary color
Monochromatic Colors of #AB8D48
Black with #AB8D48
Text Example
Text Example
White with #AB8D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8D48; }
p { color: rgb(171,141,72); }
H1.HeaderClassName
{
color: #AB8D48;
}
.AnyTagClassName
{
color: #AB8D48;
}
</style>
background-color css
<style>
a { background-color: #AB8D48; }
a { background-color: rgb(171,141,72); }
div.DivClassName
{
background-color: #AB8D48;
}
.BgClassName
{
background-color: #AB8D48;
}
</style>
border-color css
<style>
span { border-color: #AB8D48; }
span { border-color: rgb(171,141,72); }
td.TdClassName
{
border-color: #AB8D48;
}
.TagClassName
{
border-color: #AB8D48;
}
</style>