Html Css Color HEX #AE6820 Mai Tai

📋 copy color: '#AE6820'

red 174 ◦ green 104 ◦ blue 32

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

Shades of Mai Tai #AE6820

Tints of Mai Tai #AE6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 56.13%
G = 33.55%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE6820 (or 0xAE6820) is known color: Mai Tai. HEX triplet: AE, 68 and 20. RGB value is (174,104,32). Sum of RGB (Red+Green+Blue) = 174+104+32=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6820 is #5197DF. Grayscale: #757575. Windows color (decimal): -5347296 or 2123950. OLE color: 2123950.

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

Color convert

RGB 174 104 32 -
CMYK 0 0.40 0.82 0.32
HSL 30.42º 0.69% 0.4% -
HSV(B) 30.42º 0.82% 0.68% -
XYZ 22.67 19 3.84 -
YUV 116.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 174 104 32 0 0.40 0.82 0.32 30.42 0.69 0.4
Hex AE 68 20 0 28 52 20 1E 45 28
Octal 256 150 40 0 50 122 40 36 105 50
Binary 10101110 1101000 100000 0 101000 1010010 100000 11110 1000101 101000

Color Harmonies of #AE6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6820

Black with #AE6820

Text Example


Text Example

White with #AE6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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