#A16C34

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

Shades of Mai Tai #A16C34

Tints of Mai Tai #A16C34

Color information

#A16C34 (or 0xA16C34) is unknown color: approx Mai Tai. HEX triplet: A1, 6C and 34. RGB value is (161,108,52). Sum of RGB (Red+Green+Blue) = 161+108+52=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16C34 is #5E93CB. Grayscale: #757575. Windows color (decimal): -6198220 or 3435681. OLE color: 3435681.

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

Color convert

RGB16110852-
CMYK00.330.680.37
HSL30.83º51.17%41.76%-
HSV(B)30.83º67.7%63.14%-
XYZ20.6818.555.74-
YUV117.4691.06159.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=50.16%
G=33.64%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611085200.330.680.3730.8351.1741.76
HexA16C3402144251f332a
Octal2411546404110445376352
Binary1010000111011001101000100001100010010010111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16C34; }

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

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

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

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

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

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

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

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