#A49941

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

Shades of Turmeric #A49941

Tints of Turmeric #A49941

Color information

#A49941 (or 0xA49941) is unknown color: approx Turmeric. HEX triplet: A4, 99 and 41. RGB value is (164,153,65). Sum of RGB (Red+Green+Blue) = 164+153+65=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A49941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49941 is #5B66BE. Grayscale: #929292. Windows color (decimal): -5990079 or 4299172. OLE color: 4299172.

HSL color Cylindrical-coordinate representation of color #A49941: hue angle of 53.33º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A49941 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16415365-
CMYK00.070.600.36
HSL53.33º43.23%44.9%-
HSV(B)53.33º60.37%64.31%-
XYZ27.6631.069.54-
YUV146.2682.14140.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 153 (60.16% from 255) = 40.05%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=42.93%
G=40.05%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641536500.070.600.3653.3343.2344.9
HexA49941073C24352b2d
Octal244231101077444655355
Binary101001001001100110000010111111100100100110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49941; }

 p { color: rgb(164,153,65); }

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

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

 a { background-color: rgb(164,153,65); }

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

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

 span { border-color: rgb(164,153,65); }

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