#A3662F

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

Shades of Mai Tai #A3662F

Tints of Mai Tai #A3662F

Color information

#A3662F (or 0xA3662F) is unknown color: approx Mai Tai. HEX triplet: A3, 66 and 2F. RGB value is (163,102,47). Sum of RGB (Red+Green+Blue) = 163+102+47=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3662F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3662F is #5C99D0. Grayscale: #727272. Windows color (decimal): -6068689 or 3106467. OLE color: 3106467.

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

Color convert

RGB16310247-
CMYK00.370.710.36
HSL28.45º55.24%41.18%-
HSV(B)28.45º71.17%63.92%-
XYZ20.3717.494.99-
YUV113.9790.21162.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 102 (40.23% from 255) = 32.69%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=52.24%
G=32.69%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631024700.370.710.3628.4555.2441.18
HexA3662F02547241c3729
Octal2431465704510744346751
Binary1010001111001101011110100101100011110010011100110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3662F; }

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

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

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

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

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

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

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

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