#A16E3C

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

Shades of Mai Tai #A16E3C

Tints of Mai Tai #A16E3C

Color information

#A16E3C (or 0xA16E3C) is unknown color: approx Mai Tai. HEX triplet: A1, 6E and 3C. RGB value is (161,110,60). Sum of RGB (Red+Green+Blue) = 161+110+60=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16E3C is #5E91C3. Grayscale: #777777. Windows color (decimal): -6197700 or 3960481. OLE color: 3960481.

HSL color Cylindrical-coordinate representation of color #A16E3C: hue angle of 29.7º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A16E3C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB16111060-
CMYK00.320.630.37
HSL29.7º45.7%43.33%-
HSV(B)29.7º62.73%63.14%-
XYZ21.0919.066.84-
YUV119.5594.4157.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=48.64%
G=33.23%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611106000.320.630.3729.745.743.33
HexA16E3C0203F251e2e2b
Octal241156740407745365653
Binary101000011101110111100010000011111110010111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16E3C; }

 p { color: rgb(161,110,60); }

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

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

 a { background-color: rgb(161,110,60); }

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

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

 span { border-color: rgb(161,110,60); }

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