Shades of Turmeric #A8993E
Tints of Turmeric #A8993E
RGB
CMYK
RGB Variations
Color information
#A8993E (or 0xA8993E) is known color: Turmeric. HEX triplet: A8, 99 and 3E. RGB value is (168,153,62). Sum of RGB (Red+Green+Blue) = 168+153+62=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A8993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8993E is #5766C1. Grayscale: #939393. Windows color (decimal): -5727938 or 4102568. OLE color: 4102568.
HSL color Cylindrical-coordinate representation of color #A8993E: hue angle of 51.51º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8993E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 62 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.34 |
| HSL | 51.51º | 0.46% | 0.45% | - |
| HSV(B) | 51.51º | 0.63% | 0.66% | - |
| XYZ | 28.41 | 31.46 | 9.13 | - |
| YUV | 147.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 62 | 0 | 0.09 | 0.63 | 0.34 | 51.51 | 0.46 | 0.45 |
| Hex | A8 | 99 | 3E | 0 | 9 | 3F | 22 | 34 | 2E | 2D |
| Octal | 250 | 231 | 76 | 0 | 11 | 77 | 42 | 64 | 56 | 55 |
| Binary | 10101000 | 10011001 | 111110 | 0 | 1001 | 111111 | 100010 | 110100 | 101110 | 101101 |
Color Harmonies of #A8993E
Complementary color
Monochromatic Colors of #A8993E
Black with #A8993E
Text Example
Text Example
White with #A8993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8993E; }
p { color: rgb(168,153,62); }
H1.HeaderClassName
{
color: #A8993E;
}
.AnyTagClassName
{
color: #A8993E;
}
</style>
background-color css
<style>
a { background-color: #A8993E; }
a { background-color: rgb(168,153,62); }
div.DivClassName
{
background-color: #A8993E;
}
.BgClassName
{
background-color: #A8993E;
}
</style>
border-color css
<style>
span { border-color: #A8993E; }
span { border-color: rgb(168,153,62); }
td.TdClassName
{
border-color: #A8993E;
}
.TagClassName
{
border-color: #A8993E;
}
</style>