#A3642F

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

Shades of Mai Tai #A3642F

Tints of Mai Tai #A3642F

Color information

#A3642F (or 0xA3642F) is unknown color: approx Mai Tai. HEX triplet: A3, 64 and 2F. RGB value is (163,100,47). Sum of RGB (Red+Green+Blue) = 163+100+47=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3642F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3642F is #5C9BD0. Grayscale: #717171. Windows color (decimal): -6069201 or 3105955. OLE color: 3105955.

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

Color convert

RGB16310047-
CMYK00.390.710.36
HSL27.41º55.24%41.18%-
HSV(B)27.41º71.17%63.92%-
XYZ20.1717.114.93-
YUV112.7990.87163.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=52.58%
G=32.26%
B=15.16%

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
Decimal1631004700.390.710.3627.4155.2441.18
HexA3642F02747241b3729
Octal2431445704710744336751
Binary1010001111001001011110100111100011110010011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3642F; }

 p { color: rgb(163,100,47); }

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

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

 a { background-color: rgb(163,100,47); }

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

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

 span { border-color: rgb(163,100,47); }

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