Shades of Turmeric #A88E4B
Tints of Turmeric #A88E4B
RGB
CMYK
RGB Variations
Color information
#A88E4B (or 0xA88E4B) is known color: Turmeric. HEX triplet: A8, 8E and 4B. RGB value is (168,142,75). Sum of RGB (Red+Green+Blue) = 168+142+75=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E4B is #5771B4. Grayscale: #8E8E8E. Windows color (decimal): -5730741 or 4951720. OLE color: 4951720.
HSL color Cylindrical-coordinate representation of color #A88E4B: hue angle of 43.23º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A88E4B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 75 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.34 |
| HSL | 43.23º | 0.38% | 0.48% | - |
| HSV(B) | 43.23º | 0.55% | 0.66% | - |
| XYZ | 27.09 | 28.18 | 10.67 | - |
| YUV | 142.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 75 | 0 | 0.15 | 0.55 | 0.34 | 43.23 | 0.38 | 0.48 |
| Hex | A8 | 8E | 4B | 0 | F | 37 | 22 | 2B | 26 | 30 |
| Octal | 250 | 216 | 113 | 0 | 17 | 67 | 42 | 53 | 46 | 60 |
| Binary | 10101000 | 10001110 | 1001011 | 0 | 1111 | 110111 | 100010 | 101011 | 100110 | 110000 |
Color Harmonies of #A88E4B
Complementary color
Monochromatic Colors of #A88E4B
Black with #A88E4B
Text Example
Text Example
White with #A88E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E4B; }
p { color: rgb(168,142,75); }
H1.HeaderClassName
{
color: #A88E4B;
}
.AnyTagClassName
{
color: #A88E4B;
}
</style>
background-color css
<style>
a { background-color: #A88E4B; }
a { background-color: rgb(168,142,75); }
div.DivClassName
{
background-color: #A88E4B;
}
.BgClassName
{
background-color: #A88E4B;
}
</style>
border-color css
<style>
span { border-color: #A88E4B; }
span { border-color: rgb(168,142,75); }
td.TdClassName
{
border-color: #A88E4B;
}
.TagClassName
{
border-color: #A88E4B;
}
</style>