Html Css Color HEX #AE6224 Mai Tai

📋 copy color: '#AE6224'

red 174 ◦ green 98 ◦ blue 36

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

Shades of Mai Tai #AE6224

Tints of Mai Tai #AE6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.69%

R = 56.49%
G = 31.82%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE6224 (or 0xAE6224) is known color: Mai Tai. HEX triplet: AE, 62 and 24. RGB value is (174,98,36). Sum of RGB (Red+Green+Blue) = 174+98+36=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6224 is #519DDB. Grayscale: #717171. Windows color (decimal): -5348828 or 2384558. OLE color: 2384558.

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

Color convert

RGB 174 98 36 -
CMYK 0 0.44 0.79 0.32
HSL 26.96º 0.66% 0.41% -
HSV(B) 26.96º 0.79% 0.68% -
XYZ 22.14 17.86 3.95 -
YUV 113.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 174 98 36 0 0.44 0.79 0.32 26.96 0.66 0.41
Hex AE 62 24 0 2C 4F 20 1B 42 29
Octal 256 142 44 0 54 117 40 33 102 51
Binary 10101110 1100010 100100 0 101100 1001111 100000 11011 1000010 101001

Color Harmonies of #AE6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6224

Black with #AE6224

Text Example


Text Example

White with #AE6224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6224; }

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

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

background-color css

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

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

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

border-color css

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

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

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