#A79A41

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

Shades of Turmeric #A79A41

Tints of Turmeric #A79A41

Color information

#A79A41 (or 0xA79A41) is unknown color: approx Turmeric. HEX triplet: A7, 9A and 41. RGB value is (167,154,65). Sum of RGB (Red+Green+Blue) = 167+154+65=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79A41 is #5865BE. Grayscale: #949494. Windows color (decimal): -5793215 or 4299431. OLE color: 4299431.

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

Color convert

RGB16715465-
CMYK00.080.610.35
HSL52.35º43.97%45.49%-
HSV(B)52.35º61.08%65.49%-
XYZ28.4531.719.62-
YUV147.7481.31141.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.26%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 65 (25.78% from 255) = 16.84%
R=43.26%
G=39.90%
B=16.84%

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
Decimal1671546500.080.610.3552.3543.9745.49
HexA79A41083D23342c2d
Octal2472321010107543645455
Binary1010011110011010100000101000111101100011110100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A41; }

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

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

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

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

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

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

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

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