Shades of Turmeric #AB9242
Tints of Turmeric #AB9242
RGB
CMYK
RGB Variations
Color information
#AB9242 (or 0xAB9242) is known color: Turmeric. HEX triplet: AB, 92 and 42. RGB value is (171,146,66). Sum of RGB (Red+Green+Blue) = 171+146+66=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9242 is #546DBD. Grayscale: #909090. Windows color (decimal): -5533118 or 4362923. OLE color: 4362923.
HSL color Cylindrical-coordinate representation of color #AB9242: hue angle of 45.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB9242 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 146 | 66 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.33 |
| HSL | 45.71º | 0.44% | 0.46% | - |
| HSV(B) | 45.71º | 0.61% | 0.67% | - |
| XYZ | 28.06 | 29.61 | 9.39 | - |
| YUV | 144.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 146 | 66 | 0 | 0.15 | 0.61 | 0.33 | 45.71 | 0.44 | 0.46 |
| Hex | AB | 92 | 42 | 0 | F | 3D | 21 | 2E | 2C | 2E |
| Octal | 253 | 222 | 102 | 0 | 17 | 75 | 41 | 56 | 54 | 56 |
| Binary | 10101011 | 10010010 | 1000010 | 0 | 1111 | 111101 | 100001 | 101110 | 101100 | 101110 |
Color Harmonies of #AB9242
Complementary color
Monochromatic Colors of #AB9242
Black with #AB9242
Text Example
Text Example
White with #AB9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9242; }
p { color: rgb(171,146,66); }
H1.HeaderClassName
{
color: #AB9242;
}
.AnyTagClassName
{
color: #AB9242;
}
</style>
background-color css
<style>
a { background-color: #AB9242; }
a { background-color: rgb(171,146,66); }
div.DivClassName
{
background-color: #AB9242;
}
.BgClassName
{
background-color: #AB9242;
}
</style>
border-color css
<style>
span { border-color: #AB9242; }
span { border-color: rgb(171,146,66); }
td.TdClassName
{
border-color: #AB9242;
}
.TagClassName
{
border-color: #AB9242;
}
</style>