Html Css Color HEX #AE6020 Mai Tai

📋 copy color: '#AE6020'

red 174 ◦ green 96 ◦ blue 32

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

Shades of Mai Tai #AE6020

Tints of Mai Tai #AE6020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

 BLUE value IS 32 (12.89% from 255) = 10.6%

R = 57.62%
G = 31.79%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6020 (or 0xAE6020) is known color: Mai Tai. HEX triplet: AE, 60 and 20. RGB value is (174,96,32). Sum of RGB (Red+Green+Blue) = 174+96+32=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6020 is #519FDF. Grayscale: #707070. Windows color (decimal): -5349344 or 2121902. OLE color: 2121902.

HSL color Cylindrical-coordinate representation of color #AE6020: hue angle of 27.04º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE6020 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 96 32 -
CMYK 0 0.45 0.82 0.32
HSL 27.04º 0.69% 0.4% -
HSV(B) 27.04º 0.82% 0.68% -
XYZ 21.9 17.47 3.58 -
YUV 112.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 174 96 32 0 0.45 0.82 0.32 27.04 0.69 0.4
Hex AE 60 20 0 2D 52 20 1B 45 28
Octal 256 140 40 0 55 122 40 33 105 50
Binary 10101110 1100000 100000 0 101101 1010010 100000 11011 1000101 101000

Color Harmonies of #AE6020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6020

Black with #AE6020

Text Example


Text Example

White with #AE6020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6020; }

 p { color: rgb(174,96,32); }

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

background-color css

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

 a { background-color: rgb(174,96,32); }

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

border-color css

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

 span { border-color: rgb(174,96,32); }

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