#A6612C

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

Shades of Mai Tai #A6612C

Tints of Mai Tai #A6612C

Color information

#A6612C (or 0xA6612C) is unknown color: approx Mai Tai. HEX triplet: A6, 61 and 2C. RGB value is (166,97,44). Sum of RGB (Red+Green+Blue) = 166+97+44=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A6612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6612C is #599ED3. Grayscale: #6F6F6F. Windows color (decimal): -5873364 or 2908582. OLE color: 2908582.

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

Color convert

RGB1669744-
CMYK00.420.730.35
HSL26.07º58.1%41.18%-
HSV(B)26.07º73.49%65.1%-
XYZ20.4616.844.55-
YUV111.5989.86166.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 97 (38.28% from 255) = 31.60%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=54.07%
G=31.60%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166974400.420.730.3526.0758.141.18
HexA6612C02A49231a3a29
Octal2461415405211143327251
Binary1010011011000011011000101010100100110001111010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6612C; }

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

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

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

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

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

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

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

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