#A49247

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

Shades of Turmeric #A49247

Tints of Turmeric #A49247

Color information

#A49247 (or 0xA49247) is unknown color: approx Turmeric. HEX triplet: A4, 92 and 47. RGB value is (164,146,71). Sum of RGB (Red+Green+Blue) = 164+146+71=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A49247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49247 is #5B6DB8. Grayscale: #8F8F8F. Windows color (decimal): -5991865 or 4690596. OLE color: 4690596.

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

Color convert

RGB16414671-
CMYK00.110.570.36
HSL48.39º39.57%46.08%-
HSV(B)48.39º56.71%64.31%-
XYZ26.7328.9110.13-
YUV142.8387.46143.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 71 (28.12% from 255) = 18.64%
R=43.04%
G=38.32%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641467100.110.570.3648.3939.5746.08
HexA492470B392430282e
Octal2442221070137144605056
Binary1010010010010010100011101011111001100100110000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49247; }

 p { color: rgb(164,146,71); }

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

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

 a { background-color: rgb(164,146,71); }

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

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

 span { border-color: rgb(164,146,71); }

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