#A2632C

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

Shades of Mai Tai #A2632C

Tints of Mai Tai #A2632C

Color information

#A2632C (or 0xA2632C) is unknown color: approx Mai Tai. HEX triplet: A2, 63 and 2C. RGB value is (162,99,44). Sum of RGB (Red+Green+Blue) = 162+99+44=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2632C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2632C is #5D9CD3. Grayscale: #6F6F6F. Windows color (decimal): -6134996 or 2909090. OLE color: 2909090.

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

Color convert

RGB1629944-
CMYK00.390.730.36
HSL27.97º57.28%40.39%-
HSV(B)27.97º72.84%63.53%-
XYZ19.8216.794.58-
YUV111.5789.87163.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.11%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=53.11%
G=32.46%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162994400.390.730.3627.9757.2840.39
HexA2632C02749241c3928
Octal2421435404711144347150
Binary1010001011000111011000100111100100110010011100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2632C; }

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

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

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

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

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

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

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

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