Shades of Turmeric #A9993E
Tints of Turmeric #A9993E
RGB
CMYK
RGB Variations
Color information
#A9993E (or 0xA9993E) is known color: Turmeric. HEX triplet: A9, 99 and 3E. RGB value is (169,153,62). Sum of RGB (Red+Green+Blue) = 169+153+62=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9993E is #5666C1. Grayscale: #939393. Windows color (decimal): -5662402 or 4102569. OLE color: 4102569.
HSL color Cylindrical-coordinate representation of color #A9993E: hue angle of 51.03º 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 #A9993E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 62 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.34 |
| HSL | 51.03º | 0.46% | 0.45% | - |
| HSV(B) | 51.03º | 0.63% | 0.66% | - |
| XYZ | 28.62 | 31.57 | 9.14 | - |
| YUV | 147.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 62 | 0 | 0.09 | 0.63 | 0.34 | 51.03 | 0.46 | 0.45 |
| Hex | A9 | 99 | 3E | 0 | 9 | 3F | 22 | 33 | 2E | 2D |
| Octal | 251 | 231 | 76 | 0 | 11 | 77 | 42 | 63 | 56 | 55 |
| Binary | 10101001 | 10011001 | 111110 | 0 | 1001 | 111111 | 100010 | 110011 | 101110 | 101101 |
Color Harmonies of #A9993E
Complementary color
Monochromatic Colors of #A9993E
Black with #A9993E
Text Example
Text Example
White with #A9993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9993E; }
p { color: rgb(169,153,62); }
H1.HeaderClassName
{
color: #A9993E;
}
.AnyTagClassName
{
color: #A9993E;
}
</style>
background-color css
<style>
a { background-color: #A9993E; }
a { background-color: rgb(169,153,62); }
div.DivClassName
{
background-color: #A9993E;
}
.BgClassName
{
background-color: #A9993E;
}
</style>
border-color css
<style>
span { border-color: #A9993E; }
span { border-color: rgb(169,153,62); }
td.TdClassName
{
border-color: #A9993E;
}
.TagClassName
{
border-color: #A9993E;
}
</style>