#A79149

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

Shades of Turmeric #A79149

Tints of Turmeric #A79149

Color information

#A79149 (or 0xA79149) is unknown color: approx Turmeric. HEX triplet: A7, 91 and 49. RGB value is (167,145,73). Sum of RGB (Red+Green+Blue) = 167+145+73=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A79149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79149 is #586EB6. Grayscale: #8F8F8F. Windows color (decimal): -5795511 or 4821415. OLE color: 4821415.

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

Color convert

RGB16714573-
CMYK00.130.560.35
HSL45.96º39.17%47.06%-
HSV(B)45.96º56.29%65.49%-
XYZ27.2628.9510.45-
YUV143.3788.29144.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=43.38%
G=37.66%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671457300.130.560.3545.9639.1747.06
HexA791490D38232e272f
Octal2472211110157043564757
Binary1010011110010001100100101101111000100011101110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79149; }

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

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

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

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

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

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

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

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