#A6662C

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

Shades of Mai Tai #A6662C

Tints of Mai Tai #A6662C

Color information

#A6662C (or 0xA6662C) is unknown color: approx Mai Tai. HEX triplet: A6, 66 and 2C. RGB value is (166,102,44). Sum of RGB (Red+Green+Blue) = 166+102+44=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6662C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6662C is #5999D3. Grayscale: #727272. Windows color (decimal): -5872084 or 2909862. OLE color: 2909862.

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

Color convert

RGB16610244-
CMYK00.390.730.35
HSL28.52º58.1%41.18%-
HSV(B)28.52º73.49%65.1%-
XYZ20.9317.794.71-
YUV114.5288.2164.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 44 (17.58% from 255) = 14.10%
R=53.21%
G=32.69%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661024400.390.730.3528.5258.141.18
HexA6662C02749231d3a29
Octal2461465404711143357251
Binary1010011011001101011000100111100100110001111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6662C; }

 p { color: rgb(166,102,44); }

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

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

 a { background-color: rgb(166,102,44); }

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

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

 span { border-color: rgb(166,102,44); }

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