Html Css Color HEX #AE6232 Mai Tai

📋 copy color: '#AE6232'

red 174 ◦ green 98 ◦ blue 50

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

Shades of Mai Tai #AE6232

Tints of Mai Tai #AE6232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.43%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 54.04%
G = 30.43%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE6232 (or 0xAE6232) is known color: Mai Tai. HEX triplet: AE, 62 and 32. RGB value is (174,98,50). Sum of RGB (Red+Green+Blue) = 174+98+50=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6232 is #519DCD. Grayscale: #737373. Windows color (decimal): -5348814 or 3302062. OLE color: 3302062.

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

Color convert

RGB 174 98 50 -
CMYK 0 0.44 0.71 0.32
HSL 23.23º 0.55% 0.44% -
HSV(B) 23.23º 0.71% 0.68% -
XYZ 22.4 17.96 5.3 -
YUV 115.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 174 98 50 0 0.44 0.71 0.32 23.23 0.55 0.44
Hex AE 62 32 0 2C 47 20 17 37 2C
Octal 256 142 62 0 54 107 40 27 67 54
Binary 10101110 1100010 110010 0 101100 1000111 100000 10111 110111 101100

Color Harmonies of #AE6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6232

Black with #AE6232

Text Example


Text Example

White with #AE6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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