#a2672f

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

Shades of Mai Tai #A2672F

Tints of Mai Tai #A2672F

Color information

#A2672F (or 0xA2672F) is unknown color: approx Mai Tai. HEX triplet: A2, 67 and 2F. RGB value is (162,103,47). Sum of RGB (Red+Green+Blue) = 162+103+47=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2672F is #5D98D0. Grayscale: #727272. Windows color (decimal): -6133969 or 3106722. OLE color: 3106722.

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

Color convert

RGB16210347-
CMYK00.360.710.36
HSL29.22º55.02%40.98%-
HSV(B)29.22º70.99%63.53%-
XYZ20.2617.595.02-
YUV114.2690.05162.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 103 (40.62% from 255) = 33.01%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=51.92%
G=33.01%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621034700.360.710.3629.2255.0240.98
HexA2672F02447241d3729
Octal2421475704410744356751
Binary1010001011001111011110100100100011110010011101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2672f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2672f; }

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

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

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

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

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

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

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

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