#A6652E

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

Shades of Mai Tai #A6652E

Tints of Mai Tai #A6652E

Color information

#A6652E (or 0xA6652E) is unknown color: approx Mai Tai. HEX triplet: A6, 65 and 2E. RGB value is (166,101,46). Sum of RGB (Red+Green+Blue) = 166+101+46=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6652E is #599AD1. Grayscale: #727272. Windows color (decimal): -5872338 or 3040678. OLE color: 3040678.

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

Color convert

RGB16610146-
CMYK00.390.720.35
HSL27.5º56.6%41.57%-
HSV(B)27.5º72.29%65.1%-
XYZ20.8717.614.88-
YUV114.1689.53164.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.04%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=53.04%
G=32.27%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661014600.390.720.3527.556.641.57
HexA6652E02748231c392a
Octal2461455604711043347152
Binary1010011011001011011100100111100100010001111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6652E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6652E; }

 p { color: rgb(166,101,46); }

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

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

 a { background-color: rgb(166,101,46); }

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

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

 span { border-color: rgb(166,101,46); }

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