#A39347

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

Shades of Turmeric #A39347

Tints of Turmeric #A39347

Color information

#A39347 (or 0xA39347) is unknown color: approx Turmeric. HEX triplet: A3, 93 and 47. RGB value is (163,147,71). Sum of RGB (Red+Green+Blue) = 163+147+71=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A39347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39347 is #5C6CB8. Grayscale: #8F8F8F. Windows color (decimal): -6057145 or 4690851. OLE color: 4690851.

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

Color convert

RGB16314771-
CMYK00.100.560.36
HSL49.57º39.32%45.88%-
HSV(B)49.57º56.44%63.92%-
XYZ26.6829.1110.17-
YUV143.1287.3142.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.78%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 71 (28.12% from 255) = 18.64%
R=42.78%
G=38.58%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631477100.100.560.3649.5739.3245.88
HexA393470A382432272e
Octal2432231070127044624756
Binary1010001110010011100011101010111000100100110010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39347; }

 p { color: rgb(163,147,71); }

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

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

 a { background-color: rgb(163,147,71); }

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

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

 span { border-color: rgb(163,147,71); }

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