#A19746

Color #A19746 Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #A19746

Tints of Turmeric #A19746

Color information

#A19746 (or 0xA19746) is unknown color: approx Turmeric. HEX triplet: A1, 97 and 46. RGB value is (161,151,70). Sum of RGB (Red+Green+Blue) = 161+151+70=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A19746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19746 is #5E68B9. Grayscale: #919191. Windows color (decimal): -6187194 or 4626337. OLE color: 4626337.

HSL color Cylindrical-coordinate representation of color #A19746: hue angle of 53.41º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A19746 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16115170-
CMYK00.060.570.37
HSL53.41º39.39%45.29%-
HSV(B)53.41º56.52%63.14%-
XYZ26.8730.1510.2-
YUV144.7685.81139.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=42.15%
G=39.53%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611517000.060.570.3753.4139.3945.29
HexA1974606392535272d
Octal241227106067145654755
Binary101000011001011110001100110111001100101110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19746; }

 p { color: rgb(161,151,70); }

 H1.HeaderClassName
 {
   color: #A19746;
 }
 .AnyTagClassName
 {
   color: #A19746;
 }
</style>
background-color css

<style>
 a { background-color: #A19746; }

 a { background-color: rgb(161,151,70); }

 div.DivClassName
 {
   background-color: #A19746;
 }
 .BgClassName
 {
   background-color: #A19746;
 }
</style>
border-color css

<style>
 span { border-color: #A19746; }

 span { border-color: rgb(161,151,70); }

 td.TdClassName
 {
   border-color: #A19746;
 }
 .TagClassName
 {
   border-color: #A19746;
 }
</style>