Shades of Turmeric #AB953E
Tints of Turmeric #AB953E
RGB
CMYK
RGB Variations
Color information
#AB953E (or 0xAB953E) is known color: Turmeric. HEX triplet: AB, 95 and 3E. RGB value is (171,149,62). Sum of RGB (Red+Green+Blue) = 171+149+62=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB953E is #546AC1. Grayscale: #929292. Windows color (decimal): -5532354 or 4101547. OLE color: 4101547.
HSL color Cylindrical-coordinate representation of color #AB953E: hue angle of 47.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB953E is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 149 | 62 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.33 |
| HSL | 47.89º | 0.47% | 0.46% | - |
| HSV(B) | 47.89º | 0.64% | 0.67% | - |
| XYZ | 28.41 | 30.5 | 8.95 | - |
| YUV | 145.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 62 | 0 | 0.13 | 0.64 | 0.33 | 47.89 | 0.47 | 0.46 |
| Hex | AB | 95 | 3E | 0 | D | 40 | 21 | 30 | 2F | 2E |
| Octal | 253 | 225 | 76 | 0 | 15 | 100 | 41 | 60 | 57 | 56 |
| Binary | 10101011 | 10010101 | 111110 | 0 | 1101 | 1000000 | 100001 | 110000 | 101111 | 101110 |
Color Harmonies of #AB953E
Complementary color
Monochromatic Colors of #AB953E
Black with #AB953E
Text Example
Text Example
White with #AB953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB953E; }
p { color: rgb(171,149,62); }
H1.HeaderClassName
{
color: #AB953E;
}
.AnyTagClassName
{
color: #AB953E;
}
</style>
background-color css
<style>
a { background-color: #AB953E; }
a { background-color: rgb(171,149,62); }
div.DivClassName
{
background-color: #AB953E;
}
.BgClassName
{
background-color: #AB953E;
}
</style>
border-color css
<style>
span { border-color: #AB953E; }
span { border-color: rgb(171,149,62); }
td.TdClassName
{
border-color: #AB953E;
}
.TagClassName
{
border-color: #AB953E;
}
</style>