Shades of Turmeric #A99A3F
Tints of Turmeric #A99A3F
RGB
CMYK
RGB Variations
Color information
#A99A3F (or 0xA99A3F) is known color: Turmeric. HEX triplet: A9, 9A and 3F. RGB value is (169,154,63). Sum of RGB (Red+Green+Blue) = 169+154+63=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A3F is #5665C0. Grayscale: #949494. Windows color (decimal): -5662145 or 4168361. OLE color: 4168361.
HSL color Cylindrical-coordinate representation of color #A99A3F: hue angle of 51.51º 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 #A99A3F is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 154 | 63 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.34 |
| HSL | 51.51º | 0.46% | 0.45% | - |
| HSV(B) | 51.51º | 0.63% | 0.66% | - |
| XYZ | 28.81 | 31.91 | 9.34 | - |
| YUV | 148.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 63 | 0 | 0.09 | 0.63 | 0.34 | 51.51 | 0.46 | 0.45 |
| Hex | A9 | 9A | 3F | 0 | 9 | 3F | 22 | 34 | 2E | 2D |
| Octal | 251 | 232 | 77 | 0 | 11 | 77 | 42 | 64 | 56 | 55 |
| Binary | 10101001 | 10011010 | 111111 | 0 | 1001 | 111111 | 100010 | 110100 | 101110 | 101101 |
Color Harmonies of #A99A3F
Complementary color
Monochromatic Colors of #A99A3F
Black with #A99A3F
Text Example
Text Example
White with #A99A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99A3F; }
p { color: rgb(169,154,63); }
H1.HeaderClassName
{
color: #A99A3F;
}
.AnyTagClassName
{
color: #A99A3F;
}
</style>
background-color css
<style>
a { background-color: #A99A3F; }
a { background-color: rgb(169,154,63); }
div.DivClassName
{
background-color: #A99A3F;
}
.BgClassName
{
background-color: #A99A3F;
}
</style>
border-color css
<style>
span { border-color: #A99A3F; }
span { border-color: rgb(169,154,63); }
td.TdClassName
{
border-color: #A99A3F;
}
.TagClassName
{
border-color: #A99A3F;
}
</style>