#A2612B

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

Shades of Mai Tai #A2612B

Tints of Mai Tai #A2612B

Color information

#A2612B (or 0xA2612B) is unknown color: approx Mai Tai. HEX triplet: A2, 61 and 2B. RGB value is (162,97,43). Sum of RGB (Red+Green+Blue) = 162+97+43=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2612B is #5D9ED4. Grayscale: #6E6E6E. Windows color (decimal): -6135509 or 2843042. OLE color: 2843042.

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

Color convert

RGB1629743-
CMYK00.400.730.36
HSL27.23º58.05%40.2%-
HSV(B)27.23º73.46%63.53%-
XYZ19.6116.414.42-
YUV110.2890.03164.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 53.64%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 43 (17.19% from 255) = 14.24%
R=53.64%
G=32.12%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162974300.400.730.3627.2358.0540.2
HexA2612B02849241b3a28
Octal2421415305011144337250
Binary1010001011000011010110101000100100110010011011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2612B; }

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

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

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

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

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

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

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

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