#A66F36

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

Shades of Mai Tai #A66F36

Tints of Mai Tai #A66F36

Color information

#A66F36 (or 0xA66F36) is unknown color: approx Mai Tai. HEX triplet: A6, 6F and 36. RGB value is (166,111,54). Sum of RGB (Red+Green+Blue) = 166+111+54=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F36 is #5990C9. Grayscale: #797979. Windows color (decimal): -5869770 or 3567526. OLE color: 3567526.

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

Color convert

RGB16611154-
CMYK00.330.670.35
HSL30.54º50.91%43.14%-
HSV(B)30.54º67.47%65.1%-
XYZ22.0819.746.14-
YUV120.9590.22160.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=50.15%
G=33.53%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661115400.330.670.3530.5450.9143.14
HexA66F3602143231f332b
Octal2461576604110343376353
Binary1010011011011111101100100001100001110001111111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F36; }

 p { color: rgb(166,111,54); }

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

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

 a { background-color: rgb(166,111,54); }

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

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

 span { border-color: rgb(166,111,54); }

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