#A49643

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

Shades of Turmeric #A49643

Tints of Turmeric #A49643

Color information

#A49643 (or 0xA49643) is unknown color: approx Turmeric. HEX triplet: A4, 96 and 43. RGB value is (164,150,67). Sum of RGB (Red+Green+Blue) = 164+150+67=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 67 (26.56% from 255 or 17.59% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A49643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49643 is #5B69BC. Grayscale: #919191. Windows color (decimal): -5990845 or 4429476. OLE color: 4429476.

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

Color convert

RGB16415067-
CMYK00.090.590.36
HSL51.34º41.99%45.29%-
HSV(B)51.34º59.15%64.31%-
XYZ27.2330.119.69-
YUV144.7284.14141.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 67 (26.56% from 255) = 17.59%
R=43.04%
G=39.37%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641506700.090.590.3651.3441.9945.29
HexA49643093B24332a2d
Octal2442261030117344635255
Binary1010010010010110100001101001111011100100110011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49643; }

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

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

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

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

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

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

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

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