#A49741

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

Shades of Turmeric #A49741

Tints of Turmeric #A49741

Color information

#A49741 (or 0xA49741) is unknown color: approx Turmeric. HEX triplet: A4, 97 and 41. RGB value is (164,151,65). Sum of RGB (Red+Green+Blue) = 164+151+65=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49741 is #5B68BE. Grayscale: #919191. Windows color (decimal): -5990591 or 4298660. OLE color: 4298660.

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

Color convert

RGB16415165-
CMYK00.080.600.36
HSL52.12º43.23%44.9%-
HSV(B)52.12º60.37%64.31%-
XYZ27.3330.419.43-
YUV145.0882.81141.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=43.16%
G=39.74%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641516500.080.600.3652.1243.2344.9
HexA49741083C24342b2d
Octal2442271010107444645355
Binary1010010010010111100000101000111100100100110100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49741; }

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

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

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

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

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

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

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

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