#A49646

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

Shades of Turmeric #A49646

Tints of Turmeric #A49646

Color information

#A49646 (or 0xA49646) is unknown color: approx Turmeric. HEX triplet: A4, 96 and 46. RGB value is (164,150,70). Sum of RGB (Red+Green+Blue) = 164+150+70=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A49646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49646 is #5B69B9. Grayscale: #919191. Windows color (decimal): -5990842 or 4626084. OLE color: 4626084.

HSL color Cylindrical-coordinate representation of color #A49646: hue angle of 51.06º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49646 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16415070-
CMYK00.090.570.36
HSL51.06º40.17%45.88%-
HSV(B)51.06º57.32%64.31%-
XYZ27.3230.1510.17-
YUV145.0785.64141.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 70 (27.73% from 255) = 18.23%
R=42.71%
G=39.06%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641507000.090.570.3651.0640.1745.88
HexA4964609392433282e
Octal2442261060117144635056
Binary1010010010010110100011001001111001100100110011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49646; }

 p { color: rgb(164,150,70); }

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

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

 a { background-color: rgb(164,150,70); }

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

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

 span { border-color: rgb(164,150,70); }

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