#A79941

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

Shades of Turmeric #A79941

Tints of Turmeric #A79941

Color information

#A79941 (or 0xA79941) is unknown color: approx Turmeric. HEX triplet: A7, 99 and 41. RGB value is (167,153,65). Sum of RGB (Red+Green+Blue) = 167+153+65=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A79941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79941 is #5866BE. Grayscale: #939393. Windows color (decimal): -5793471 or 4299175. OLE color: 4299175.

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

Color convert

RGB16715365-
CMYK00.080.610.35
HSL51.76º43.97%45.49%-
HSV(B)51.76º61.08%65.49%-
XYZ28.2831.389.57-
YUV147.1581.64142.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=43.38%
G=39.74%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671536500.080.610.3551.7643.9745.49
HexA79941083D23342c2d
Octal2472311010107543645455
Binary1010011110011001100000101000111101100011110100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79941; }

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

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

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

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

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

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

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

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