Shades of Turmeric #A98F45
Tints of Turmeric #A98F45
RGB
CMYK
RGB Variations
Color information
#A98F45 (or 0xA98F45) is known color: Turmeric. HEX triplet: A9, 8F and 45. RGB value is (169,143,69). Sum of RGB (Red+Green+Blue) = 169+143+69=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F45 is #5670BA. Grayscale: #8E8E8E. Windows color (decimal): -5664955 or 4558761. OLE color: 4558761.
HSL color Cylindrical-coordinate representation of color #A98F45: hue angle of 44.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A98F45 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 143 | 69 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.34 |
| HSL | 44.4º | 0.42% | 0.47% | - |
| HSV(B) | 44.4º | 0.59% | 0.66% | - |
| XYZ | 27.26 | 28.51 | 9.7 | - |
| YUV | 142.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 143 | 69 | 0 | 0.15 | 0.59 | 0.34 | 44.4 | 0.42 | 0.47 |
| Hex | A9 | 8F | 45 | 0 | F | 3B | 22 | 2C | 2A | 2F |
| Octal | 251 | 217 | 105 | 0 | 17 | 73 | 42 | 54 | 52 | 57 |
| Binary | 10101001 | 10001111 | 1000101 | 0 | 1111 | 111011 | 100010 | 101100 | 101010 | 101111 |
Color Harmonies of #A98F45
Complementary color
Monochromatic Colors of #A98F45
Black with #A98F45
Text Example
Text Example
White with #A98F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98F45; }
p { color: rgb(169,143,69); }
H1.HeaderClassName
{
color: #A98F45;
}
.AnyTagClassName
{
color: #A98F45;
}
</style>
background-color css
<style>
a { background-color: #A98F45; }
a { background-color: rgb(169,143,69); }
div.DivClassName
{
background-color: #A98F45;
}
.BgClassName
{
background-color: #A98F45;
}
</style>
border-color css
<style>
span { border-color: #A98F45; }
span { border-color: rgb(169,143,69); }
td.TdClassName
{
border-color: #A98F45;
}
.TagClassName
{
border-color: #A98F45;
}
</style>