Html Css Color HEX #AE631E Mai Tai

📋 copy color: '#AE631E'

red 174 ◦ green 99 ◦ blue 30

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

Shades of Mai Tai #AE631E

Tints of Mai Tai #AE631E

RGB

 RED value IS 174 (68.36% from 255) = 57.43%

 GREEN value IS 99 (39.06% from 255) = 32.67%

 BLUE value IS 30 (12.11% from 255) = 9.9%

R = 57.43%
G = 32.67%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE631E (or 0xAE631E) is known color: Mai Tai. HEX triplet: AE, 63 and 1E. RGB value is (174,99,30). Sum of RGB (Red+Green+Blue) = 174+99+30=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE631E is #519CE1. Grayscale: #717171. Windows color (decimal): -5348578 or 1991598. OLE color: 1991598.

HSL color Cylindrical-coordinate representation of color #AE631E: hue angle of 28.75º 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 #AE631E is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 99 30 -
CMYK 0 0.43 0.83 0.32
HSL 28.75º 0.71% 0.4% -
HSV(B) 28.75º 0.83% 0.68% -
XYZ 22.15 18.02 3.54 -
YUV 113.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 174 99 30 0 0.43 0.83 0.32 28.75 0.71 0.4
Hex AE 63 1E 0 2B 53 20 1D 47 28
Octal 256 143 36 0 53 123 40 35 107 50
Binary 10101110 1100011 11110 0 101011 1010011 100000 11101 1000111 101000

Color Harmonies of #AE631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE631E

Black with #AE631E

Text Example


Text Example

White with #AE631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE631E; }

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

 H1.HeaderClassName
 {
   color: #AE631E;
 }
 .AnyTagClassName
 {
   color: #AE631E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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