#A69245

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

Shades of Turmeric #A69245

Tints of Turmeric #A69245

Color information

#A69245 (or 0xA69245) is unknown color: approx Turmeric. HEX triplet: A6, 92 and 45. RGB value is (166,146,69). Sum of RGB (Red+Green+Blue) = 166+146+69=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A69245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69245 is #596DBA. Grayscale: #8F8F8F. Windows color (decimal): -5860795 or 4559526. OLE color: 4559526.

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

Color convert

RGB16614669-
CMYK00.120.580.35
HSL47.63º41.28%46.08%-
HSV(B)47.63º58.43%65.1%-
XYZ27.0829.099.82-
YUV143.286.13144.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 69 (27.34% from 255) = 18.11%
R=43.57%
G=38.32%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661466900.120.580.3547.6341.2846.08
HexA692450C3A2330292e
Octal2462221050147243605156
Binary1010011010010010100010101100111010100011110000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69245; }

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

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

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

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

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

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

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

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