#A16C36

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

Shades of Mai Tai #A16C36

Tints of Mai Tai #A16C36

Color information

#A16C36 (or 0xA16C36) is unknown color: approx Mai Tai. HEX triplet: A1, 6C and 36. RGB value is (161,108,54). Sum of RGB (Red+Green+Blue) = 161+108+54=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C36 is #5E93C9. Grayscale: #757575. Windows color (decimal): -6198218 or 3566753. OLE color: 3566753.

HSL color Cylindrical-coordinate representation of color #A16C36: hue angle of 30.28º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A16C36 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16110854-
CMYK00.330.660.37
HSL30.28º49.77%42.16%-
HSV(B)30.28º66.46%63.14%-
XYZ20.7318.575.98-
YUV117.6992.06158.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=49.85%
G=33.44%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611085400.330.660.3730.2849.7742.16
HexA16C3602142251e322a
Octal2411546604110245366252
Binary1010000111011001101100100001100001010010111110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C36; }

 p { color: rgb(161,108,54); }

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

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

 a { background-color: rgb(161,108,54); }

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

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

 span { border-color: rgb(161,108,54); }

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