Shades of Turmeric #AB9248
Tints of Turmeric #AB9248
RGB
CMYK
RGB Variations
Color information
#AB9248 (or 0xAB9248) is known color: Turmeric. HEX triplet: AB, 92 and 48. RGB value is (171,146,72). Sum of RGB (Red+Green+Blue) = 171+146+72=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9248 is #546DB7. Grayscale: #919191. Windows color (decimal): -5533112 or 4756139. OLE color: 4756139.
HSL color Cylindrical-coordinate representation of color #AB9248: hue angle of 44.85º 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 #AB9248 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 72 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.33 |
| HSL | 44.85º | 0.41% | 0.48% | - |
| HSV(B) | 44.85º | 0.58% | 0.67% | - |
| XYZ | 28.24 | 29.68 | 10.37 | - |
| YUV | 145.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 72 | 0 | 0.15 | 0.58 | 0.33 | 44.85 | 0.41 | 0.48 |
| Hex | AB | 92 | 48 | 0 | F | 3A | 21 | 2D | 29 | 30 |
| Octal | 253 | 222 | 110 | 0 | 17 | 72 | 41 | 55 | 51 | 60 |
| Binary | 10101011 | 10010010 | 1001000 | 0 | 1111 | 111010 | 100001 | 101101 | 101001 | 110000 |
Color Harmonies of #AB9248
Complementary color
Monochromatic Colors of #AB9248
Black with #AB9248
Text Example
Text Example
White with #AB9248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9248; }
p { color: rgb(171,146,72); }
H1.HeaderClassName
{
color: #AB9248;
}
.AnyTagClassName
{
color: #AB9248;
}
</style>
background-color css
<style>
a { background-color: #AB9248; }
a { background-color: rgb(171,146,72); }
div.DivClassName
{
background-color: #AB9248;
}
.BgClassName
{
background-color: #AB9248;
}
</style>
border-color css
<style>
span { border-color: #AB9248; }
span { border-color: rgb(171,146,72); }
td.TdClassName
{
border-color: #AB9248;
}
.TagClassName
{
border-color: #AB9248;
}
</style>