#A46C33

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

Shades of Mai Tai #A46C33

Tints of Mai Tai #A46C33

Color information

#A46C33 (or 0xA46C33) is unknown color: approx Mai Tai. HEX triplet: A4, 6C and 33. RGB value is (164,108,51). Sum of RGB (Red+Green+Blue) = 164+108+51=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C33 is #5B93CC. Grayscale: #767676. Windows color (decimal): -6001613 or 3370148. OLE color: 3370148.

HSL color Cylindrical-coordinate representation of color #A46C33: hue angle of 30.27º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A46C33 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16410851-
CMYK00.340.690.36
HSL30.27º52.56%42.16%-
HSV(B)30.27º68.9%64.31%-
XYZ21.2718.865.65-
YUV118.2590.05160.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.77%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=50.77%
G=33.44%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641085100.340.690.3630.2752.5642.16
HexA46C3302245241e352a
Octal2441546304210544366552
Binary1010010011011001100110100010100010110010011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C33; }

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

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

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

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

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

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

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

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