Shades of Turmeric #A7993F
Tints of Turmeric #A7993F
RGB
CMYK
RGB Variations
Color information
#A7993F (or 0xA7993F) is known color: Turmeric. HEX triplet: A7, 99 and 3F. RGB value is (167,153,63). Sum of RGB (Red+Green+Blue) = 167+153+63=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A7993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7993F is #5866C0. Grayscale: #939393. Windows color (decimal): -5793473 or 4168103. OLE color: 4168103.
HSL color Cylindrical-coordinate representation of color #A7993F: hue angle of 51.92º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7993F is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 63 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.35 |
| HSL | 51.92º | 0.45% | 0.45% | - |
| HSV(B) | 51.92º | 0.62% | 0.65% | - |
| XYZ | 28.22 | 31.36 | 9.27 | - |
| YUV | 146.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 63 | 0 | 0.08 | 0.62 | 0.35 | 51.92 | 0.45 | 0.45 |
| Hex | A7 | 99 | 3F | 0 | 8 | 3E | 23 | 34 | 2D | 2D |
| Octal | 247 | 231 | 77 | 0 | 10 | 76 | 43 | 64 | 55 | 55 |
| Binary | 10100111 | 10011001 | 111111 | 0 | 1000 | 111110 | 100011 | 110100 | 101101 | 101101 |
Color Harmonies of #A7993F
Complementary color
Monochromatic Colors of #A7993F
Black with #A7993F
Text Example
Text Example
White with #A7993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7993F; }
p { color: rgb(167,153,63); }
H1.HeaderClassName
{
color: #A7993F;
}
.AnyTagClassName
{
color: #A7993F;
}
</style>
background-color css
<style>
a { background-color: #A7993F; }
a { background-color: rgb(167,153,63); }
div.DivClassName
{
background-color: #A7993F;
}
.BgClassName
{
background-color: #A7993F;
}
</style>
border-color css
<style>
span { border-color: #A7993F; }
span { border-color: rgb(167,153,63); }
td.TdClassName
{
border-color: #A7993F;
}
.TagClassName
{
border-color: #A7993F;
}
</style>