Html Css Color HEX #AE6520 Mai Tai

📋 copy color: '#AE6520'

red 174 ◦ green 101 ◦ blue 32

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

Shades of Mai Tai #AE6520

Tints of Mai Tai #AE6520

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

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

R = 56.68%
G = 32.9%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6520 (or 0xAE6520) is known color: Mai Tai. HEX triplet: AE, 65 and 20. RGB value is (174,101,32). Sum of RGB (Red+Green+Blue) = 174+101+32=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6520 is #519ADF. Grayscale: #737373. Windows color (decimal): -5348064 or 2123182. OLE color: 2123182.

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

Color convert

RGB 174 101 32 -
CMYK 0 0.42 0.82 0.32
HSL 29.15º 0.69% 0.4% -
HSV(B) 29.15º 0.82% 0.68% -
XYZ 22.37 18.41 3.74 -
YUV 114.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 174 101 32 0 0.42 0.82 0.32 29.15 0.69 0.4
Hex AE 65 20 0 2A 52 20 1D 45 28
Octal 256 145 40 0 52 122 40 35 105 50
Binary 10101110 1100101 100000 0 101010 1010010 100000 11101 1000101 101000

Color Harmonies of #AE6520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6520

Black with #AE6520

Text Example


Text Example

White with #AE6520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6520; }

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

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

background-color css

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

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

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

border-color css

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

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

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