Html Css Color HEX #AE6420 Mai Tai

📋 copy color: '#AE6420'

red 174 ◦ green 100 ◦ blue 32

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

Shades of Mai Tai #AE6420

Tints of Mai Tai #AE6420

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 56.86%
G = 32.68%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6420 (or 0xAE6420) is known color: Mai Tai. HEX triplet: AE, 64 and 20. RGB value is (174,100,32). Sum of RGB (Red+Green+Blue) = 174+100+32=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6420 is #519BDF. Grayscale: #727272. Windows color (decimal): -5348320 or 2122926. OLE color: 2122926.

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

Color convert

RGB 174 100 32 -
CMYK 0 0.43 0.82 0.32
HSL 28.73º 0.69% 0.4% -
HSV(B) 28.73º 0.82% 0.68% -
XYZ 22.27 18.22 3.71 -
YUV 114.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 174 100 32 0 0.43 0.82 0.32 28.73 0.69 0.4
Hex AE 64 20 0 2B 52 20 1D 45 28
Octal 256 144 40 0 53 122 40 35 105 50
Binary 10101110 1100100 100000 0 101011 1010010 100000 11101 1000101 101000

Color Harmonies of #AE6420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6420

Black with #AE6420

Text Example


Text Example

White with #AE6420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6420; }

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

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

background-color css

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

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

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

border-color css

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

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

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