#A2632F

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

Shades of Mai Tai #A2632F

Tints of Mai Tai #A2632F

Color information

#A2632F (or 0xA2632F) is unknown color: approx Mai Tai. HEX triplet: A2, 63 and 2F. RGB value is (162,99,47). Sum of RGB (Red+Green+Blue) = 162+99+47=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2632F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2632F is #5D9CD0. Grayscale: #707070. Windows color (decimal): -6134993 or 3105698. OLE color: 3105698.

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

Color convert

RGB1629947-
CMYK00.390.710.36
HSL27.13º55.02%40.98%-
HSV(B)27.13º70.99%63.53%-
XYZ19.8816.814.89-
YUV111.9191.37163.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=52.60%
G=32.14%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162994700.390.710.3627.1355.0240.98
HexA2632F02747241b3729
Octal2421435704710744336751
Binary1010001011000111011110100111100011110010011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2632F; }

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

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

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

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

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

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

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

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