#A79341

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

Shades of Turmeric #A79341

Tints of Turmeric #A79341

Color information

#A79341 (or 0xA79341) is unknown color: approx Turmeric. HEX triplet: A7, 93 and 41. RGB value is (167,147,65). Sum of RGB (Red+Green+Blue) = 167+147+65=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A79341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79341 is #586CBE. Grayscale: #8F8F8F. Windows color (decimal): -5795007 or 4297639. OLE color: 4297639.

HSL color Cylindrical-coordinate representation of color #A79341: hue angle of 48.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A79341 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16714765-
CMYK00.120.610.35
HSL48.24º43.97%45.49%-
HSV(B)48.24º61.08%65.49%-
XYZ27.3229.469.25-
YUV143.6383.63144.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=44.06%
G=38.79%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671476500.120.610.3548.2443.9745.49
HexA793410C3D23302c2d
Octal2472231010147543605455
Binary1010011110010011100000101100111101100011110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79341; }

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

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

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

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

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

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

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

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