Shades of Turmeric #A9943F
Tints of Turmeric #A9943F
RGB
CMYK
RGB Variations
Color information
#A9943F (or 0xA9943F) is known color: Turmeric. HEX triplet: A9, 94 and 3F. RGB value is (169,148,63). Sum of RGB (Red+Green+Blue) = 169+148+63=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9943F is #566BC0. Grayscale: #909090. Windows color (decimal): -5663681 or 4166825. OLE color: 4166825.
HSL color Cylindrical-coordinate representation of color #A9943F: hue angle of 48.11º 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 #A9943F is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 148 | 63 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.34 |
| HSL | 48.11º | 0.46% | 0.45% | - |
| HSV(B) | 48.11º | 0.63% | 0.66% | - |
| XYZ | 27.85 | 29.97 | 9.02 | - |
| YUV | 144.59 | 81.96 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 63 | 0 | 0.12 | 0.63 | 0.34 | 48.11 | 0.46 | 0.45 |
| Hex | A9 | 94 | 3F | 0 | C | 3F | 22 | 30 | 2E | 2D |
| Octal | 251 | 224 | 77 | 0 | 14 | 77 | 42 | 60 | 56 | 55 |
| Binary | 10101001 | 10010100 | 111111 | 0 | 1100 | 111111 | 100010 | 110000 | 101110 | 101101 |
Color Harmonies of #A9943F
Complementary color
Monochromatic Colors of #A9943F
Black with #A9943F
Text Example
Text Example
White with #A9943F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9943F; }
p { color: rgb(169,148,63); }
H1.HeaderClassName
{
color: #A9943F;
}
.AnyTagClassName
{
color: #A9943F;
}
</style>
background-color css
<style>
a { background-color: #A9943F; }
a { background-color: rgb(169,148,63); }
div.DivClassName
{
background-color: #A9943F;
}
.BgClassName
{
background-color: #A9943F;
}
</style>
border-color css
<style>
span { border-color: #A9943F; }
span { border-color: rgb(169,148,63); }
td.TdClassName
{
border-color: #A9943F;
}
.TagClassName
{
border-color: #A9943F;
}
</style>