#AE622A

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

Shades of Mai Tai #AE622A

Tints of Mai Tai #AE622A

Color information

#AE622A (or 0xAE622A) is unknown color: approx Mai Tai. HEX triplet: AE, 62 and 2A. RGB value is (174,98,42). Sum of RGB (Red+Green+Blue) = 174+98+42=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE622A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE622A is #519DD5. Grayscale: #727272. Windows color (decimal): -5348822 or 2777774. OLE color: 2777774.

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

Color convert

RGB1749842-
CMYK00.440.760.32
HSL25.45º61.11%42.35%-
HSV(B)25.45º75.86%68.24%-
XYZ22.2417.94.47-
YUV114.3487.18170.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=55.41%
G=31.21%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174984200.440.760.3225.4561.1142.35
HexAE622A02C4C20193d2a
Octal2561425205411440317552
Binary1010111011000101010100101100100110010000011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE622A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE622A; }

 p { color: rgb(174,98,42); }

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

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

 a { background-color: rgb(174,98,42); }

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

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

 span { border-color: rgb(174,98,42); }

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