#A3612B

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

Shades of Mai Tai #A3612B

Tints of Mai Tai #A3612B

Color information

#A3612B (or 0xA3612B) is unknown color: approx Mai Tai. HEX triplet: A3, 61 and 2B. RGB value is (163,97,43). Sum of RGB (Red+Green+Blue) = 163+97+43=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3612B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3612B is #5C9ED4. Grayscale: #6E6E6E. Windows color (decimal): -6069973 or 2843043. OLE color: 2843043.

HSL color Cylindrical-coordinate representation of color #A3612B: hue angle of 27º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3612B is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1639743-
CMYK00.400.740.36
HSL27º58.25%40.39%-
HSV(B)27º73.62%63.92%-
XYZ19.8116.514.43-
YUV110.5889.87165.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 43 (17.19% from 255) = 14.19%
R=53.80%
G=32.01%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163974300.400.740.362758.2540.39
HexA3612B0284A241b3a28
Octal2431415305011244337250
Binary1010001111000011010110101000100101010010011011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3612B; }

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

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

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

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

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

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

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

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