#A65E2E

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

Shades of Mai Tai #A65E2E

Tints of Mai Tai #A65E2E

Color information

#A65E2E (or 0xA65E2E) is unknown color: approx Mai Tai. HEX triplet: A6, 5E and 2E. RGB value is (166,94,46). Sum of RGB (Red+Green+Blue) = 166+94+46=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65E2E is #59A1D1. Grayscale: #6E6E6E. Windows color (decimal): -5874130 or 3038886. OLE color: 3038886.

HSL color Cylindrical-coordinate representation of color #A65E2E: hue angle of 24º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A65E2E is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1669446-
CMYK00.430.720.35
HSL24º56.6%41.57%-
HSV(B)24º72.29%65.1%-
XYZ20.2216.314.67-
YUV110.0691.85167.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.25%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=54.25%
G=30.72%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166944600.430.720.352456.641.57
HexA65E2E02B482318392a
Octal2461365605311043307152
Binary1010011010111101011100101011100100010001111000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65E2E; }

 p { color: rgb(166,94,46); }

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

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

 a { background-color: rgb(166,94,46); }

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

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

 span { border-color: rgb(166,94,46); }

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