Html Css Color HEX #AE6532 Mai Tai

📋 copy color: '#AE6532'

red 174 ◦ green 101 ◦ blue 50

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

Shades of Mai Tai #AE6532

Tints of Mai Tai #AE6532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 53.54%
G = 31.08%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AE6532 (or 0xAE6532) is known color: Mai Tai. HEX triplet: AE, 65 and 32. RGB value is (174,101,50). Sum of RGB (Red+Green+Blue) = 174+101+50=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6532 is #519ACD. Grayscale: #757575. Windows color (decimal): -5348046 or 3302830. OLE color: 3302830.

HSL color Cylindrical-coordinate representation of color #AE6532: hue angle of 24.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE6532 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 50 -
CMYK 0 0.42 0.71 0.32
HSL 24.68º 0.55% 0.44% -
HSV(B) 24.68º 0.71% 0.68% -
XYZ 22.68 18.54 5.4 -
YUV 117.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 174 101 50 0 0.42 0.71 0.32 24.68 0.55 0.44
Hex AE 65 32 0 2A 47 20 19 37 2C
Octal 256 145 62 0 52 107 40 31 67 54
Binary 10101110 1100101 110010 0 101010 1000111 100000 11001 110111 101100

Color Harmonies of #AE6532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6532

Black with #AE6532

Text Example


Text Example

White with #AE6532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6532; }

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

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

background-color css

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

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

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

border-color css

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

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

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