#A2672B

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

Shades of Mai Tai #A2672B

Tints of Mai Tai #A2672B

Color information

#A2672B (or 0xA2672B) is unknown color: approx Mai Tai. HEX triplet: A2, 67 and 2B. RGB value is (162,103,43). Sum of RGB (Red+Green+Blue) = 162+103+43=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2672B is #5D98D4. Grayscale: #727272. Windows color (decimal): -6133973 or 2844578. OLE color: 2844578.

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

Color convert

RGB16210343-
CMYK00.360.730.36
HSL30.25º58.05%40.2%-
HSV(B)30.25º73.46%63.53%-
XYZ20.1917.564.61-
YUV113.888.05162.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 103 (40.62% from 255) = 33.44%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=52.60%
G=33.44%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621034300.360.730.3630.2558.0540.2
HexA2672B02449241e3a28
Octal2421475304411144367250
Binary1010001011001111010110100100100100110010011110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2672B; }

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

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

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

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

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

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

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

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