Shades of Turmeric #A88D4A
Tints of Turmeric #A88D4A
RGB
CMYK
RGB Variations
Color information
#A88D4A (or 0xA88D4A) is known color: Turmeric. HEX triplet: A8, 8D and 4A. RGB value is (168,141,74). Sum of RGB (Red+Green+Blue) = 168+141+74=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88D4A is #5772B5. Grayscale: #8D8D8D. Windows color (decimal): -5730998 or 4885928. OLE color: 4885928.
HSL color Cylindrical-coordinate representation of color #A88D4A: hue angle of 42.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A88D4A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 74 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.34 |
| HSL | 42.77º | 0.39% | 0.47% | - |
| HSV(B) | 42.77º | 0.56% | 0.66% | - |
| XYZ | 26.91 | 27.87 | 10.44 | - |
| YUV | 141.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 74 | 0 | 0.16 | 0.56 | 0.34 | 42.77 | 0.39 | 0.47 |
| Hex | A8 | 8D | 4A | 0 | 10 | 38 | 22 | 2B | 27 | 2F |
| Octal | 250 | 215 | 112 | 0 | 20 | 70 | 42 | 53 | 47 | 57 |
| Binary | 10101000 | 10001101 | 1001010 | 0 | 10000 | 111000 | 100010 | 101011 | 100111 | 101111 |
Color Harmonies of #A88D4A
Complementary color
Monochromatic Colors of #A88D4A
Black with #A88D4A
Text Example
Text Example
White with #A88D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D4A; }
p { color: rgb(168,141,74); }
H1.HeaderClassName
{
color: #A88D4A;
}
.AnyTagClassName
{
color: #A88D4A;
}
</style>
background-color css
<style>
a { background-color: #A88D4A; }
a { background-color: rgb(168,141,74); }
div.DivClassName
{
background-color: #A88D4A;
}
.BgClassName
{
background-color: #A88D4A;
}
</style>
border-color css
<style>
span { border-color: #A88D4A; }
span { border-color: rgb(168,141,74); }
td.TdClassName
{
border-color: #A88D4A;
}
.TagClassName
{
border-color: #A88D4A;
}
</style>