Html Css Color HEX #AE642E Mai Tai

📋 copy color: '#AE642E'

red 174 ◦ green 100 ◦ blue 46

#AE642E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mai Tai #AE642E

Tints of Mai Tai #AE642E

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 value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE642E (or 0xAE642E) is known color: 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

RGB 174 100 46 -
CMYK 0 0.43 0.74 0.32
HSL 25.31º 0.58% 0.43% -
HSV(B) 25.31º 0.74% 0.68% -
XYZ 22.51 18.31 4.93 -
YUV 115.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 174 100 46 0 0.43 0.74 0.32 25.31 0.58 0.43
Hex AE 64 2E 0 2B 4A 20 19 3A 2B
Octal 256 144 56 0 53 112 40 31 72 53
Binary 10101110 1100100 101110 0 101011 1001010 100000 11001 111010 101011

Color Harmonies of #AE642E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE642E

Black with #AE642E

Text Example


Text Example

White with #AE642E

Text Example


Text Example

HTML Codes & Css Web 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>