Html Css Color HEX #AE6535 Mai Tai

📋 copy color: '#AE6535'

red 174 ◦ green 101 ◦ blue 53

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

Shades of Mai Tai #AE6535

Tints of Mai Tai #AE6535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.16%

R = 53.05%
G = 30.79%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE6535 (or 0xAE6535) is known color: Mai Tai. HEX triplet: AE, 65 and 35. RGB value is (174,101,53). Sum of RGB (Red+Green+Blue) = 174+101+53=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6535 is #519ACA. Grayscale: #757575. Windows color (decimal): -5348043 or 3499438. OLE color: 3499438.

HSL color Cylindrical-coordinate representation of color #AE6535: hue angle of 23.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE6535 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 101 53 -
CMYK 0 0.42 0.70 0.32
HSL 23.8º 0.53% 0.45% -
HSV(B) 23.8º 0.7% 0.68% -
XYZ 22.75 18.56 5.75 -
YUV 117.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 174 101 53 0 0.42 0.70 0.32 23.8 0.53 0.45
Hex AE 65 35 0 2A 46 20 18 35 2D
Octal 256 145 65 0 52 106 40 30 65 55
Binary 10101110 1100101 110101 0 101010 1000110 100000 11000 110101 101101

Color Harmonies of #AE6535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6535

Black with #AE6535

Text Example


Text Example

White with #AE6535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6535; }

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

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

background-color css

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

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

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

border-color css

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

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

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