#A69345

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

Shades of Turmeric #A69345

Tints of Turmeric #A69345

Color information

#A69345 (or 0xA69345) is unknown color: approx Turmeric. HEX triplet: A6, 93 and 45. RGB value is (166,147,69). Sum of RGB (Red+Green+Blue) = 166+147+69=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A69345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69345 is #596CBA. Grayscale: #909090. Windows color (decimal): -5860539 or 4559782. OLE color: 4559782.

HSL color Cylindrical-coordinate representation of color #A69345: hue angle of 48.25º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A69345 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16614769-
CMYK00.110.580.35
HSL48.25º41.28%46.08%-
HSV(B)48.25º58.43%65.1%-
XYZ27.2329.49.87-
YUV143.7985.79143.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.46%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 69 (27.34% from 255) = 18.06%
R=43.46%
G=38.48%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661476900.110.580.3548.2541.2846.08
HexA693450B3A2330292e
Octal2462231050137243605156
Binary1010011010010011100010101011111010100011110000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69345; }

 p { color: rgb(166,147,69); }

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

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

 a { background-color: rgb(166,147,69); }

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

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

 span { border-color: rgb(166,147,69); }

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