Shades of Turmeric #A98D4B
Tints of Turmeric #A98D4B
RGB
CMYK
RGB Variations
Color information
#A98D4B (or 0xA98D4B) is known color: Turmeric. HEX triplet: A9, 8D and 4B. RGB value is (169,141,75). Sum of RGB (Red+Green+Blue) = 169+141+75=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D4B is #5672B4. Grayscale: #8E8E8E. Windows color (decimal): -5665461 or 4951465. OLE color: 4951465.
HSL color Cylindrical-coordinate representation of color #A98D4B: hue angle of 42.13º 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 #A98D4B is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 141 | 75 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.34 |
| HSL | 42.13º | 0.39% | 0.48% | - |
| HSV(B) | 42.13º | 0.56% | 0.66% | - |
| XYZ | 27.16 | 27.99 | 10.63 | - |
| YUV | 141.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 75 | 0 | 0.17 | 0.56 | 0.34 | 42.13 | 0.39 | 0.48 |
| Hex | A9 | 8D | 4B | 0 | 11 | 38 | 22 | 2A | 27 | 30 |
| Octal | 251 | 215 | 113 | 0 | 21 | 70 | 42 | 52 | 47 | 60 |
| Binary | 10101001 | 10001101 | 1001011 | 0 | 10001 | 111000 | 100010 | 101010 | 100111 | 110000 |
Color Harmonies of #A98D4B
Complementary color
Monochromatic Colors of #A98D4B
Black with #A98D4B
Text Example
Text Example
White with #A98D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98D4B; }
p { color: rgb(169,141,75); }
H1.HeaderClassName
{
color: #A98D4B;
}
.AnyTagClassName
{
color: #A98D4B;
}
</style>
background-color css
<style>
a { background-color: #A98D4B; }
a { background-color: rgb(169,141,75); }
div.DivClassName
{
background-color: #A98D4B;
}
.BgClassName
{
background-color: #A98D4B;
}
</style>
border-color css
<style>
span { border-color: #A98D4B; }
span { border-color: rgb(169,141,75); }
td.TdClassName
{
border-color: #A98D4B;
}
.TagClassName
{
border-color: #A98D4B;
}
</style>