Shades of Turmeric #A98E4A
Tints of Turmeric #A98E4A
RGB
CMYK
RGB Variations
Color information
#A98E4A (or 0xA98E4A) is known color: Turmeric. HEX triplet: A9, 8E and 4A. RGB value is (169,142,74). Sum of RGB (Red+Green+Blue) = 169+142+74=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98E4A is #5671B5. Grayscale: #8E8E8E. Windows color (decimal): -5665206 or 4886185. OLE color: 4886185.
HSL color Cylindrical-coordinate representation of color #A98E4A: hue angle of 42.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A98E4A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 142 | 74 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.34 |
| HSL | 42.95º | 0.39% | 0.48% | - |
| HSV(B) | 42.95º | 0.56% | 0.66% | - |
| XYZ | 27.27 | 28.28 | 10.5 | - |
| YUV | 142.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 74 | 0 | 0.16 | 0.56 | 0.34 | 42.95 | 0.39 | 0.48 |
| Hex | A9 | 8E | 4A | 0 | 10 | 38 | 22 | 2B | 27 | 30 |
| Octal | 251 | 216 | 112 | 0 | 20 | 70 | 42 | 53 | 47 | 60 |
| Binary | 10101001 | 10001110 | 1001010 | 0 | 10000 | 111000 | 100010 | 101011 | 100111 | 110000 |
Color Harmonies of #A98E4A
Complementary color
Monochromatic Colors of #A98E4A
Black with #A98E4A
Text Example
Text Example
White with #A98E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98E4A; }
p { color: rgb(169,142,74); }
H1.HeaderClassName
{
color: #A98E4A;
}
.AnyTagClassName
{
color: #A98E4A;
}
</style>
background-color css
<style>
a { background-color: #A98E4A; }
a { background-color: rgb(169,142,74); }
div.DivClassName
{
background-color: #A98E4A;
}
.BgClassName
{
background-color: #A98E4A;
}
</style>
border-color css
<style>
span { border-color: #A98E4A; }
span { border-color: rgb(169,142,74); }
td.TdClassName
{
border-color: #A98E4A;
}
.TagClassName
{
border-color: #A98E4A;
}
</style>