#AE642E

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

Shades of Mai Tai #AE642E

Tints of Mai Tai #AE642E

Color information

#AE642E (or 0xAE642E) is unknown color: approx Mai Tai. HEX triplet: AE, 64 and 2E. RGB value is (174,100,46). Sum of RGB (Red+Green+Blue) = 174+100+46=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE642E is #519BD1. Grayscale: #747474. Windows color (decimal): -5348306 or 3040430. OLE color: 3040430.

HSL color Cylindrical-coordinate representation of color #AE642E: hue angle of 25.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE642E is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17410046-
CMYK00.430.740.32
HSL25.31º58.18%43.14%-
HSV(B)25.31º73.56%68.24%-
XYZ22.5118.314.93-
YUV115.9788.52169.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=54.38%
G=31.25%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741004600.430.740.3225.3158.1843.14
HexAE642E02B4A20193a2b
Octal2561445605311240317253
Binary1010111011001001011100101011100101010000011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE642E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE642E; }

 p { color: rgb(174,100,46); }

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

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

 a { background-color: rgb(174,100,46); }

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

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

 span { border-color: rgb(174,100,46); }

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