Shades of Turmeric #AB8C4A
Tints of Turmeric #AB8C4A
RGB
CMYK
RGB Variations
Color information
#AB8C4A (or 0xAB8C4A) is known color: Turmeric. HEX triplet: AB, 8C and 4A. RGB value is (171,140,74). Sum of RGB (Red+Green+Blue) = 171+140+74=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C4A is #5473B5. Grayscale: #8E8E8E. Windows color (decimal): -5534646 or 4885675. OLE color: 4885675.
HSL color Cylindrical-coordinate representation of color #AB8C4A: hue angle of 40.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB8C4A is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 74 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.33 |
| HSL | 40.82º | 0.4% | 0.48% | - |
| HSV(B) | 40.82º | 0.57% | 0.67% | - |
| XYZ | 27.41 | 27.91 | 10.42 | - |
| YUV | 141.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 74 | 0 | 0.18 | 0.57 | 0.33 | 40.82 | 0.4 | 0.48 |
| Hex | AB | 8C | 4A | 0 | 12 | 39 | 21 | 29 | 28 | 30 |
| Octal | 253 | 214 | 112 | 0 | 22 | 71 | 41 | 51 | 50 | 60 |
| Binary | 10101011 | 10001100 | 1001010 | 0 | 10010 | 111001 | 100001 | 101001 | 101000 | 110000 |
Color Harmonies of #AB8C4A
Complementary color
Monochromatic Colors of #AB8C4A
Black with #AB8C4A
Text Example
Text Example
White with #AB8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C4A; }
p { color: rgb(171,140,74); }
H1.HeaderClassName
{
color: #AB8C4A;
}
.AnyTagClassName
{
color: #AB8C4A;
}
</style>
background-color css
<style>
a { background-color: #AB8C4A; }
a { background-color: rgb(171,140,74); }
div.DivClassName
{
background-color: #AB8C4A;
}
.BgClassName
{
background-color: #AB8C4A;
}
</style>
border-color css
<style>
span { border-color: #AB8C4A; }
span { border-color: rgb(171,140,74); }
td.TdClassName
{
border-color: #AB8C4A;
}
.TagClassName
{
border-color: #AB8C4A;
}
</style>