#A2632E

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

Shades of Mai Tai #A2632E

Tints of Mai Tai #A2632E

Color information

#A2632E (or 0xA2632E) is unknown color: approx Mai Tai. HEX triplet: A2, 63 and 2E. RGB value is (162,99,46). Sum of RGB (Red+Green+Blue) = 162+99+46=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2632E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2632E is #5D9CD1. Grayscale: #707070. Windows color (decimal): -6134994 or 3040162. OLE color: 3040162.

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

Color convert

RGB1629946-
CMYK00.390.720.36
HSL27.41º55.77%40.78%-
HSV(B)27.41º71.6%63.53%-
XYZ19.8616.84.78-
YUV111.7990.87163.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.77%
GREEN value IS 99 (39.06% from 255) = 32.25%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=52.77%
G=32.25%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162994600.390.720.3627.4155.7740.78
HexA2632E02748241b3829
Octal2421435604711044337051
Binary1010001011000111011100100111100100010010011011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2632E; }

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

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

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

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

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

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

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

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