#A2632B

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

Shades of Mai Tai #A2632B

Tints of Mai Tai #A2632B

Color information

#A2632B (or 0xA2632B) is unknown color: approx Mai Tai. HEX triplet: A2, 63 and 2B. RGB value is (162,99,43). Sum of RGB (Red+Green+Blue) = 162+99+43=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2632B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2632B is #5D9CD4. Grayscale: #6F6F6F. Windows color (decimal): -6134997 or 2843554. OLE color: 2843554.

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

Color convert

RGB1629943-
CMYK00.390.730.36
HSL28.24º58.05%40.2%-
HSV(B)28.24º73.46%63.53%-
XYZ19.816.784.48-
YUV111.4589.37164.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.29%
GREEN value IS 99 (39.06% from 255) = 32.57%
BLUE value IS 43 (17.19% from 255) = 14.14%
R=53.29%
G=32.57%
B=14.14%

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
Decimal162994300.390.730.3628.2458.0540.2
HexA2632B02749241c3a28
Octal2421435304711144347250
Binary1010001011000111010110100111100100110010011100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2632B; }

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

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

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

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

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

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

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

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