Html Css Color HEX #AE6531 Mai Tai

📋 copy color: '#AE6531'

red 174 ◦ green 101 ◦ blue 49

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

Shades of Mai Tai #AE6531

Tints of Mai Tai #AE6531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 53.7%
G = 31.17%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE6531 (or 0xAE6531) is known color: Mai Tai. HEX triplet: AE, 65 and 31. RGB value is (174,101,49). Sum of RGB (Red+Green+Blue) = 174+101+49=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6531 is #519ACE. Grayscale: #757575. Windows color (decimal): -5348047 or 3237294. OLE color: 3237294.

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

Color convert

RGB 174 101 49 -
CMYK 0 0.42 0.72 0.32
HSL 24.96º 0.56% 0.44% -
HSV(B) 24.96º 0.72% 0.68% -
XYZ 22.66 18.53 5.29 -
YUV 116.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 174 101 49 0 0.42 0.72 0.32 24.96 0.56 0.44
Hex AE 65 31 0 2A 48 20 19 38 2C
Octal 256 145 61 0 52 110 40 31 70 54
Binary 10101110 1100101 110001 0 101010 1001000 100000 11001 111000 101100

Color Harmonies of #AE6531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6531

Black with #AE6531

Text Example


Text Example

White with #AE6531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6531; }

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

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

background-color css

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

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

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

border-color css

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

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

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