#A49449

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

Shades of Turmeric #A49449

Tints of Turmeric #A49449

Color information

#A49449 (or 0xA49449) is unknown color: approx Turmeric. HEX triplet: A4, 94 and 49. RGB value is (164,148,73). Sum of RGB (Red+Green+Blue) = 164+148+73=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A49449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49449 is #5B6BB6. Grayscale: #909090. Windows color (decimal): -5991351 or 4822180. OLE color: 4822180.

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

Color convert

RGB16414873-
CMYK00.100.550.36
HSL49.45º38.4%46.47%-
HSV(B)49.45º55.49%64.31%-
XYZ27.129.5510.58-
YUV144.2387.8142.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=42.60%
G=38.44%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641487300.100.550.3649.4538.446.47
HexA494490A372431262e
Octal2442241110126744614656
Binary1010010010010100100100101010110111100100110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49449; }

 p { color: rgb(164,148,73); }

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

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

 a { background-color: rgb(164,148,73); }

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

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

 span { border-color: rgb(164,148,73); }

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