#A49841

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

Shades of Turmeric #A49841

Tints of Turmeric #A49841

Color information

#A49841 (or 0xA49841) is unknown color: approx Turmeric. HEX triplet: A4, 98 and 41. RGB value is (164,152,65). Sum of RGB (Red+Green+Blue) = 164+152+65=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A49841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49841 is #5B67BE. Grayscale: #929292. Windows color (decimal): -5990335 or 4298916. OLE color: 4298916.

HSL color Cylindrical-coordinate representation of color #A49841: hue angle of 52.73º 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 #A49841 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16415265-
CMYK00.070.600.36
HSL52.73º43.23%44.9%-
HSV(B)52.73º60.37%64.31%-
XYZ27.4930.739.48-
YUV145.6782.48141.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=43.04%
G=39.90%
B=17.06%

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
Decimal1641526500.070.600.3652.7343.2344.9
HexA49841073C24352b2d
Octal244230101077444655355
Binary101001001001100010000010111111100100100110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49841; }

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

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

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

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

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

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

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

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