#A59349

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

Shades of Turmeric #A59349

Tints of Turmeric #A59349

Color information

#A59349 (or 0xA59349) is unknown color: approx Turmeric. HEX triplet: A5, 93 and 49. RGB value is (165,147,73). Sum of RGB (Red+Green+Blue) = 165+147+73=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A59349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59349 is #5A6CB6. Grayscale: #909090. Windows color (decimal): -5926071 or 4821925. OLE color: 4821925.

HSL color Cylindrical-coordinate representation of color #A59349: hue angle of 48.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A59349 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16514773-
CMYK00.110.560.35
HSL48.26º38.66%46.67%-
HSV(B)48.26º55.76%64.71%-
XYZ27.1529.3510.54-
YUV143.9587.96143.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=42.86%
G=38.18%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651477300.110.560.3548.2638.6646.67
HexA593490B382330272f
Octal2452231110137043604757
Binary1010010110010011100100101011111000100011110000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59349; }

 p { color: rgb(165,147,73); }

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

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

 a { background-color: rgb(165,147,73); }

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

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

 span { border-color: rgb(165,147,73); }

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