Shades of Turmeric #A9963F
Tints of Turmeric #A9963F
RGB
CMYK
RGB Variations
Color information
#A9963F (or 0xA9963F) is known color: Turmeric. HEX triplet: A9, 96 and 3F. RGB value is (169,150,63). Sum of RGB (Red+Green+Blue) = 169+150+63=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A9963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9963F is #5669C0. Grayscale: #929292. Windows color (decimal): -5663169 or 4167337. OLE color: 4167337.
HSL color Cylindrical-coordinate representation of color #A9963F: hue angle of 49.25º 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 #A9963F is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 150 | 63 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.34 |
| HSL | 49.25º | 0.46% | 0.45% | - |
| HSV(B) | 49.25º | 0.63% | 0.66% | - |
| XYZ | 28.17 | 30.61 | 9.13 | - |
| YUV | 145.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 150 | 63 | 0 | 0.11 | 0.63 | 0.34 | 49.25 | 0.46 | 0.45 |
| Hex | A9 | 96 | 3F | 0 | B | 3F | 22 | 31 | 2E | 2D |
| Octal | 251 | 226 | 77 | 0 | 13 | 77 | 42 | 61 | 56 | 55 |
| Binary | 10101001 | 10010110 | 111111 | 0 | 1011 | 111111 | 100010 | 110001 | 101110 | 101101 |
Color Harmonies of #A9963F
Complementary color
Monochromatic Colors of #A9963F
Black with #A9963F
Text Example
Text Example
White with #A9963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9963F; }
p { color: rgb(169,150,63); }
H1.HeaderClassName
{
color: #A9963F;
}
.AnyTagClassName
{
color: #A9963F;
}
</style>
background-color css
<style>
a { background-color: #A9963F; }
a { background-color: rgb(169,150,63); }
div.DivClassName
{
background-color: #A9963F;
}
.BgClassName
{
background-color: #A9963F;
}
</style>
border-color css
<style>
span { border-color: #A9963F; }
span { border-color: rgb(169,150,63); }
td.TdClassName
{
border-color: #A9963F;
}
.TagClassName
{
border-color: #A9963F;
}
</style>