#A6662F

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

Shades of Mai Tai #A6662F

Tints of Mai Tai #A6662F

Color information

#A6662F (or 0xA6662F) is unknown color: approx Mai Tai. HEX triplet: A6, 66 and 2F. RGB value is (166,102,47). Sum of RGB (Red+Green+Blue) = 166+102+47=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6662F is #5999D0. Grayscale: #737373. Windows color (decimal): -5872081 or 3106470. OLE color: 3106470.

HSL color Cylindrical-coordinate representation of color #A6662F: hue angle of 27.73º degrees, saturation: 0.56, 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 #A6662F is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB16610247-
CMYK00.390.720.35
HSL27.73º55.87%41.76%-
HSV(B)27.73º71.69%65.1%-
XYZ20.9917.815.02-
YUV114.8789.7164.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=52.70%
G=32.38%
B=14.92%

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
Decimal1661024700.390.720.3527.7355.8741.76
HexA6662F02748231c382a
Octal2461465704711043347052
Binary1010011011001101011110100111100100010001111100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6662F; }

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

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

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

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

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

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

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

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