Shades of Turmeric #A9993D
Tints of Turmeric #A9993D
RGB
CMYK
RGB Variations
Color information
#A9993D (or 0xA9993D) is known color: Turmeric. HEX triplet: A9, 99 and 3D. RGB value is (169,153,61). Sum of RGB (Red+Green+Blue) = 169+153+61=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9993D is #5666C2. Grayscale: #939393. Windows color (decimal): -5662403 or 4037033. OLE color: 4037033.
HSL color Cylindrical-coordinate representation of color #A9993D: hue angle of 51.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9993D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 153 | 61 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.34 |
| HSL | 51.11º | 0.47% | 0.45% | - |
| HSV(B) | 51.11º | 0.64% | 0.66% | - |
| XYZ | 28.6 | 31.55 | 9 | - |
| YUV | 147.3 | 79.3 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 61 | 0 | 0.09 | 0.64 | 0.34 | 51.11 | 0.47 | 0.45 |
| Hex | A9 | 99 | 3D | 0 | 9 | 40 | 22 | 33 | 2F | 2D |
| Octal | 251 | 231 | 75 | 0 | 11 | 100 | 42 | 63 | 57 | 55 |
| Binary | 10101001 | 10011001 | 111101 | 0 | 1001 | 1000000 | 100010 | 110011 | 101111 | 101101 |
Color Harmonies of #A9993D
Complementary color
Monochromatic Colors of #A9993D
Black with #A9993D
Text Example
Text Example
White with #A9993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9993D; }
p { color: rgb(169,153,61); }
H1.HeaderClassName
{
color: #A9993D;
}
.AnyTagClassName
{
color: #A9993D;
}
</style>
background-color css
<style>
a { background-color: #A9993D; }
a { background-color: rgb(169,153,61); }
div.DivClassName
{
background-color: #A9993D;
}
.BgClassName
{
background-color: #A9993D;
}
</style>
border-color css
<style>
span { border-color: #A9993D; }
span { border-color: rgb(169,153,61); }
td.TdClassName
{
border-color: #A9993D;
}
.TagClassName
{
border-color: #A9993D;
}
</style>