#A1622C

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

Shades of Mai Tai #A1622C

Tints of Mai Tai #A1622C

Color information

#A1622C (or 0xA1622C) is unknown color: approx Mai Tai. HEX triplet: A1, 62 and 2C. RGB value is (161,98,44). Sum of RGB (Red+Green+Blue) = 161+98+44=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1622C is #5E9DD3. Grayscale: #6E6E6E. Windows color (decimal): -6200788 or 2908833. OLE color: 2908833.

HSL color Cylindrical-coordinate representation of color #A1622C: hue angle of 27.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1622C is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1619844-
CMYK00.390.730.37
HSL27.69º57.07%40.2%-
HSV(B)27.69º72.67%63.14%-
XYZ19.5216.494.54-
YUV110.6890.37163.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.14%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=53.14%
G=32.34%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161984400.390.730.3727.6957.0740.2
HexA1622C02749251c3928
Octal2411425404711145347150
Binary1010000111000101011000100111100100110010111100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1622C; }

 p { color: rgb(161,98,44); }

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

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

 a { background-color: rgb(161,98,44); }

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

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

 span { border-color: rgb(161,98,44); }

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