#A69741

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

Shades of Turmeric #A69741

Tints of Turmeric #A69741

Color information

#A69741 (or 0xA69741) is unknown color: approx Turmeric. HEX triplet: A6, 97 and 41. RGB value is (166,151,65). Sum of RGB (Red+Green+Blue) = 166+151+65=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69741 is #5968BE. Grayscale: #929292. Windows color (decimal): -5859519 or 4298662. OLE color: 4298662.

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

Color convert

RGB16615165-
CMYK00.090.610.35
HSL51.09º43.72%45.29%-
HSV(B)51.09º60.84%65.1%-
XYZ27.7530.629.45-
YUV145.6882.47142.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 151 (59.38% from 255) = 39.53%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=43.46%
G=39.53%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661516500.090.610.3551.0943.7245.29
HexA69741093D23332c2d
Octal2462271010117543635455
Binary1010011010010111100000101001111101100011110011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69741; }

 p { color: rgb(166,151,65); }

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

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

 a { background-color: rgb(166,151,65); }

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

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

 span { border-color: rgb(166,151,65); }

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