#A79642

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

Shades of Turmeric #A79642

Tints of Turmeric #A79642

Color information

#A79642 (or 0xA79642) is unknown color: approx Turmeric. HEX triplet: A7, 96 and 42. RGB value is (167,150,66). Sum of RGB (Red+Green+Blue) = 167+150+66=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A79642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79642 is #5869BD. Grayscale: #919191. Windows color (decimal): -5794238 or 4363943. OLE color: 4363943.

HSL color Cylindrical-coordinate representation of color #A79642: hue angle of 49.9º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A79642 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16715066-
CMYK00.100.600.35
HSL49.9º43.35%45.69%-
HSV(B)49.9º60.48%65.49%-
XYZ27.8330.429.56-
YUV145.5183.13143.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 150 (58.98% from 255) = 39.16%
BLUE value IS 66 (26.17% from 255) = 17.23%
R=43.60%
G=39.16%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671506600.100.600.3549.943.3545.69
HexA796420A3C23322b2e
Octal2472261020127443625356
Binary1010011110010110100001001010111100100011110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79642; }

 p { color: rgb(167,150,66); }

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

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

 a { background-color: rgb(167,150,66); }

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

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

 span { border-color: rgb(167,150,66); }

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