Shades of Turmeric #A6953F
Tints of Turmeric #A6953F
RGB
CMYK
RGB Variations
Color information
#A6953F (or 0xA6953F) is known color: Turmeric. HEX triplet: A6, 95 and 3F. RGB value is (166,149,63). Sum of RGB (Red+Green+Blue) = 166+149+63=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6953F is #596AC0. Grayscale: #909090. Windows color (decimal): -5860033 or 4167078. OLE color: 4167078.
HSL color Cylindrical-coordinate representation of color #A6953F: hue angle of 50.1º 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 #A6953F is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 63 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.35 |
| HSL | 50.1º | 0.45% | 0.45% | - |
| HSV(B) | 50.1º | 0.62% | 0.65% | - |
| XYZ | 27.37 | 29.96 | 9.04 | - |
| YUV | 144.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 63 | 0 | 0.10 | 0.62 | 0.35 | 50.1 | 0.45 | 0.45 |
| Hex | A6 | 95 | 3F | 0 | A | 3E | 23 | 32 | 2D | 2D |
| Octal | 246 | 225 | 77 | 0 | 12 | 76 | 43 | 62 | 55 | 55 |
| Binary | 10100110 | 10010101 | 111111 | 0 | 1010 | 111110 | 100011 | 110010 | 101101 | 101101 |
Color Harmonies of #A6953F
Complementary color
Monochromatic Colors of #A6953F
Black with #A6953F
Text Example
Text Example
White with #A6953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6953F; }
p { color: rgb(166,149,63); }
H1.HeaderClassName
{
color: #A6953F;
}
.AnyTagClassName
{
color: #A6953F;
}
</style>
background-color css
<style>
a { background-color: #A6953F; }
a { background-color: rgb(166,149,63); }
div.DivClassName
{
background-color: #A6953F;
}
.BgClassName
{
background-color: #A6953F;
}
</style>
border-color css
<style>
span { border-color: #A6953F; }
span { border-color: rgb(166,149,63); }
td.TdClassName
{
border-color: #A6953F;
}
.TagClassName
{
border-color: #A6953F;
}
</style>