Shades of Turmeric #AB9048
Tints of Turmeric #AB9048
RGB
CMYK
RGB Variations
Color information
#AB9048 (or 0xAB9048) is known color: Turmeric. HEX triplet: AB, 90 and 48. RGB value is (171,144,72). Sum of RGB (Red+Green+Blue) = 171+144+72=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9048 is #546FB7. Grayscale: #909090. Windows color (decimal): -5533624 or 4755627. OLE color: 4755627.
HSL color Cylindrical-coordinate representation of color #AB9048: hue angle of 43.64º 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 #AB9048 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 72 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.33 |
| HSL | 43.64º | 0.41% | 0.48% | - |
| HSV(B) | 43.64º | 0.58% | 0.67% | - |
| XYZ | 27.94 | 29.07 | 10.27 | - |
| YUV | 143.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 72 | 0 | 0.16 | 0.58 | 0.33 | 43.64 | 0.41 | 0.48 |
| Hex | AB | 90 | 48 | 0 | 10 | 3A | 21 | 2C | 29 | 30 |
| Octal | 253 | 220 | 110 | 0 | 20 | 72 | 41 | 54 | 51 | 60 |
| Binary | 10101011 | 10010000 | 1001000 | 0 | 10000 | 111010 | 100001 | 101100 | 101001 | 110000 |
Color Harmonies of #AB9048
Complementary color
Monochromatic Colors of #AB9048
Black with #AB9048
Text Example
Text Example
White with #AB9048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9048; }
p { color: rgb(171,144,72); }
H1.HeaderClassName
{
color: #AB9048;
}
.AnyTagClassName
{
color: #AB9048;
}
</style>
background-color css
<style>
a { background-color: #AB9048; }
a { background-color: rgb(171,144,72); }
div.DivClassName
{
background-color: #AB9048;
}
.BgClassName
{
background-color: #AB9048;
}
</style>
border-color css
<style>
span { border-color: #AB9048; }
span { border-color: rgb(171,144,72); }
td.TdClassName
{
border-color: #AB9048;
}
.TagClassName
{
border-color: #AB9048;
}
</style>