#A16F3C

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

Shades of Mai Tai #A16F3C

Tints of Mai Tai #A16F3C

Color information

#A16F3C (or 0xA16F3C) is unknown color: approx Mai Tai. HEX triplet: A1, 6F and 3C. RGB value is (161,111,60). Sum of RGB (Red+Green+Blue) = 161+111+60=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16F3C is #5E90C3. Grayscale: #787878. Windows color (decimal): -6197444 or 3960737. OLE color: 3960737.

HSL color Cylindrical-coordinate representation of color #A16F3C: hue angle of 30.3º 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 #A16F3C is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB16111160-
CMYK00.310.630.37
HSL30.3º45.7%43.33%-
HSV(B)30.3º62.73%63.14%-
XYZ21.219.276.88-
YUV120.1494.06157.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=48.49%
G=33.43%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611116000.310.630.3730.345.743.33
HexA16F3C01F3F251e2e2b
Octal241157740377745365653
Binary10100001110111111110001111111111110010111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16F3C; }

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

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

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

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

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

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

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

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