Html Css Color HEX #AE6525 Mai Tai

📋 copy color: '#AE6525'

red 174 ◦ green 101 ◦ blue 37

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

Shades of Mai Tai #AE6525

Tints of Mai Tai #AE6525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.86%

R = 55.77%
G = 32.37%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE6525 (or 0xAE6525) is known color: Mai Tai. HEX triplet: AE, 65 and 25. RGB value is (174,101,37). Sum of RGB (Red+Green+Blue) = 174+101+37=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE6525 is #519ADA. Grayscale: #737373. Windows color (decimal): -5348059 or 2450862. OLE color: 2450862.

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

Color convert

RGB 174 101 37 -
CMYK 0 0.42 0.79 0.32
HSL 28.03º 0.65% 0.41% -
HSV(B) 28.03º 0.79% 0.68% -
XYZ 22.44 18.44 4.13 -
YUV 115.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 174 101 37 0 0.42 0.79 0.32 28.03 0.65 0.41
Hex AE 65 25 0 2A 4F 20 1C 41 29
Octal 256 145 45 0 52 117 40 34 101 51
Binary 10101110 1100101 100101 0 101010 1001111 100000 11100 1000001 101001

Color Harmonies of #AE6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6525

Black with #AE6525

Text Example


Text Example

White with #AE6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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