#A79349

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

Shades of Turmeric #A79349

Tints of Turmeric #A79349

Color information

#A79349 (or 0xA79349) is unknown color: approx Turmeric. HEX triplet: A7, 93 and 49. RGB value is (167,147,73). Sum of RGB (Red+Green+Blue) = 167+147+73=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A79349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79349 is #586CB6. Grayscale: #909090. Windows color (decimal): -5794999 or 4821927. OLE color: 4821927.

HSL color Cylindrical-coordinate representation of color #A79349: hue angle of 47.23º 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 #A79349 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16714773-
CMYK00.120.560.35
HSL47.23º39.17%47.06%-
HSV(B)47.23º56.29%65.49%-
XYZ27.5729.5610.56-
YUV144.5487.63144.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 73 (28.91% from 255) = 18.86%
R=43.15%
G=37.98%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671477300.120.560.3547.2339.1747.06
HexA793490C38232f272f
Octal2472231110147043574757
Binary1010011110010011100100101100111000100011101111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79349; }

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

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

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

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

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

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

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

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