Shades of Turmeric #AB9045
Tints of Turmeric #AB9045
RGB
CMYK
RGB Variations
Color information
#AB9045 (or 0xAB9045) is known color: Turmeric. HEX triplet: AB, 90 and 45. RGB value is (171,144,69). Sum of RGB (Red+Green+Blue) = 171+144+69=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9045 is #546FBA. Grayscale: #8F8F8F. Windows color (decimal): -5533627 or 4559019. OLE color: 4559019.
HSL color Cylindrical-coordinate representation of color #AB9045: hue angle of 44.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9045 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 144 | 69 | - |
| CMYK | 0 | 0.16 | 0.60 | 0.33 |
| HSL | 44.12º | 0.43% | 0.47% | - |
| HSV(B) | 44.12º | 0.6% | 0.67% | - |
| XYZ | 27.84 | 29.03 | 9.77 | - |
| YUV | 143.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 144 | 69 | 0 | 0.16 | 0.60 | 0.33 | 44.12 | 0.43 | 0.47 |
| Hex | AB | 90 | 45 | 0 | 10 | 3C | 21 | 2C | 2A | 2F |
| Octal | 253 | 220 | 105 | 0 | 20 | 74 | 41 | 54 | 52 | 57 |
| Binary | 10101011 | 10010000 | 1000101 | 0 | 10000 | 111100 | 100001 | 101100 | 101010 | 101111 |
Color Harmonies of #AB9045
Complementary color
Monochromatic Colors of #AB9045
Black with #AB9045
Text Example
Text Example
White with #AB9045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9045; }
p { color: rgb(171,144,69); }
H1.HeaderClassName
{
color: #AB9045;
}
.AnyTagClassName
{
color: #AB9045;
}
</style>
background-color css
<style>
a { background-color: #AB9045; }
a { background-color: rgb(171,144,69); }
div.DivClassName
{
background-color: #AB9045;
}
.BgClassName
{
background-color: #AB9045;
}
</style>
border-color css
<style>
span { border-color: #AB9045; }
span { border-color: rgb(171,144,69); }
td.TdClassName
{
border-color: #AB9045;
}
.TagClassName
{
border-color: #AB9045;
}
</style>