#AE611E

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

Shades of Mai Tai #AE611E

Tints of Mai Tai #AE611E

Color information

#AE611E (or 0xAE611E) is unknown color: approx Mai Tai. HEX triplet: AE, 61 and 1E. RGB value is (174,97,30). Sum of RGB (Red+Green+Blue) = 174+97+30=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE611E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE611E is #519EE1. Grayscale: #707070. Windows color (decimal): -5349090 or 1991086. OLE color: 1991086.

HSL color Cylindrical-coordinate representation of color #AE611E: hue angle of 27.92º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE611E is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1749730-
CMYK00.440.830.32
HSL27.92º70.59%40%-
HSV(B)27.92º82.76%68.24%-
XYZ21.9617.643.48-
YUV112.3881.51171.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=57.81%
G=32.23%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174973000.440.830.3227.9270.5940
HexAE611E02C53201c4728
Octal25614136054123403410750
Binary1010111011000011111001011001010011100000111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE611E; }

 p { color: rgb(174,97,30); }

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

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

 a { background-color: rgb(174,97,30); }

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

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

 span { border-color: rgb(174,97,30); }

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