Html Css Color HEX #AE6620 Mai Tai

📋 copy color: '#AE6620'

red 174 ◦ green 102 ◦ blue 32

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

Shades of Mai Tai #AE6620

Tints of Mai Tai #AE6620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.12%

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

R = 56.49%
G = 33.12%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6620 (or 0xAE6620) is known color: Mai Tai. HEX triplet: AE, 66 and 20. RGB value is (174,102,32). Sum of RGB (Red+Green+Blue) = 174+102+32=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6620 is #5199DF. Grayscale: #737373. Windows color (decimal): -5347808 or 2123438. OLE color: 2123438.

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

Color convert

RGB 174 102 32 -
CMYK 0 0.41 0.82 0.32
HSL 29.58º 0.69% 0.4% -
HSV(B) 29.58º 0.82% 0.68% -
XYZ 22.47 18.61 3.77 -
YUV 115.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 174 102 32 0 0.41 0.82 0.32 29.58 0.69 0.4
Hex AE 66 20 0 29 52 20 1E 45 28
Octal 256 146 40 0 51 122 40 36 105 50
Binary 10101110 1100110 100000 0 101001 1010010 100000 11110 1000101 101000

Color Harmonies of #AE6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6620

Black with #AE6620

Text Example


Text Example

White with #AE6620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6620; }

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

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

background-color css

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

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

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

border-color css

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

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

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