#A1632C

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

Shades of Mai Tai #A1632C

Tints of Mai Tai #A1632C

Color information

#A1632C (or 0xA1632C) is unknown color: approx Mai Tai. HEX triplet: A1, 63 and 2C. RGB value is (161,99,44). Sum of RGB (Red+Green+Blue) = 161+99+44=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1632C is #5E9CD3. Grayscale: #6F6F6F. Windows color (decimal): -6200532 or 2909089. OLE color: 2909089.

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

Color convert

RGB1619944-
CMYK00.390.730.37
HSL28.21º57.07%40.2%-
HSV(B)28.21º72.67%63.14%-
XYZ19.6116.684.57-
YUV111.2790.04163.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=52.96%
G=32.57%
B=14.47%

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
Decimal161994400.390.730.3728.2157.0740.2
HexA1632C02749251c3928
Octal2411435404711145347150
Binary1010000111000111011000100111100100110010111100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1632C; }

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

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

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

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

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

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

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

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