#A66C33

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

Shades of Mai Tai #A66C33

Tints of Mai Tai #A66C33

Color information

#A66C33 (or 0xA66C33) is unknown color: approx Mai Tai. HEX triplet: A6, 6C and 33. RGB value is (166,108,51). Sum of RGB (Red+Green+Blue) = 166+108+51=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C33 is #5993CC. Grayscale: #777777. Windows color (decimal): -5870541 or 3370150. OLE color: 3370150.

HSL color Cylindrical-coordinate representation of color #A66C33: hue angle of 29.74º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A66C33 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16610851-
CMYK00.350.690.35
HSL29.74º53%42.55%-
HSV(B)29.74º69.28%65.1%-
XYZ21.6919.075.67-
YUV118.8489.72161.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=51.08%
G=33.23%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661085100.350.690.3529.745342.55
HexA66C3302345231e352b
Octal2461546304310543366553
Binary1010011011011001100110100011100010110001111110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C33; }

 p { color: rgb(166,108,51); }

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

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

 a { background-color: rgb(166,108,51); }

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

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

 span { border-color: rgb(166,108,51); }

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