Shades of Turmeric #A39745
Tints of Turmeric #A39745
RGB
CMYK
RGB Variations
Color information
#A39745 (or 0xA39745) is known color: Turmeric. HEX triplet: A3, 97 and 45. RGB value is (163,151,69). Sum of RGB (Red+Green+Blue) = 163+151+69=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A39745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39745 is #5C68BA. Grayscale: #919191. Windows color (decimal): -6056123 or 4560803. OLE color: 4560803.
HSL color Cylindrical-coordinate representation of color #A39745: hue angle of 52.34º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A39745 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 151 | 69 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.36 |
| HSL | 52.34º | 0.41% | 0.45% | - |
| HSV(B) | 52.34º | 0.58% | 0.64% | - |
| XYZ | 27.25 | 30.35 | 10.05 | - |
| YUV | 145.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 151 | 69 | 0 | 0.07 | 0.58 | 0.36 | 52.34 | 0.41 | 0.45 |
| Hex | A3 | 97 | 45 | 0 | 7 | 3A | 24 | 34 | 29 | 2D |
| Octal | 243 | 227 | 105 | 0 | 7 | 72 | 44 | 64 | 51 | 55 |
| Binary | 10100011 | 10010111 | 1000101 | 0 | 111 | 111010 | 100100 | 110100 | 101001 | 101101 |
Color Harmonies of #A39745
Complementary color
Monochromatic Colors of #A39745
Black with #A39745
Text Example
Text Example
White with #A39745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39745; }
p { color: rgb(163,151,69); }
H1.HeaderClassName
{
color: #A39745;
}
.AnyTagClassName
{
color: #A39745;
}
</style>
background-color css
<style>
a { background-color: #A39745; }
a { background-color: rgb(163,151,69); }
div.DivClassName
{
background-color: #A39745;
}
.BgClassName
{
background-color: #A39745;
}
</style>
border-color css
<style>
span { border-color: #A39745; }
span { border-color: rgb(163,151,69); }
td.TdClassName
{
border-color: #A39745;
}
.TagClassName
{
border-color: #A39745;
}
</style>