Color Hex Logo

#ae603e Color Hex

#AE603E
(174,96,62)
0 Favorites   0 Comments

Color spaces of #ae603e

RGB 1749662
HSL0.050.470.46
HSV18°64°68°
CMYK 0.000.450.64   0.32
XYZ22.507917.71226.7899
Yxy17.71220.47880.3768
Hunter Lab42.085921.813119.8946
CIE-Lab49.145228.541533.0087

#ae603e color RGB value is (174,96,62).

#ae603e hex color red value is 174, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae603e hue: 0.05 , saturation: 0.47 and the lightness value of ae603e is 0.46.

The process color (four color CMYK) of #ae603e color hex is 0.00, 0.45, 0.64, 0.32. Web safe color of #ae603e is #996633. Color #ae603e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 00111110
Octal 256 140 76
Decimal 174 96 62
Hex AE 60 3E

RGB Percentages of Color #ae603e

%52.41
%28.92
%18.67

CMYK Percentages of Color #ae603e

%0
%45
%64
%32

Triadic Colors of #ae603e

#ae603e #3eae60 #603eae

Analogous Colors of #ae603e

#ae603e #ae983e #ae3e54

Monochromatic Colors of #ae603e

#ae603e

Complementary Color

#ae603e #3e8cae

#ae603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae603e Color CSS Codes

.mybgcolor {background-color:#ae603e; } 
.myforecolor {color:#ae603e; }
.mybordercolor {border:3px solid #ae603e; }

#ae603e Text Font Color

<p style="color:#ae603e">Text here</p>

This sample text font color is #ae603e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae603e Background Color

<div style="background-color:#ae603e">
Div content here</div>

This div background color is #ae603e


#ae603e Border Color

<div style="border:3px solid #ae603e">
Div here</div>

This div border color is #ae603e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,96,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae603e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae603e;
  -webkit-box-shadow: 1px 1px 3px 2px #ae603e;
  box-shadow:         1px 1px 3px 2px #ae603e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,96,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae603e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae603e;
  -webkit-box-shadow: 1px 1px 3px 2px #ae603e;
  box-shadow:         1px 1px 3px 2px #ae603e;">
Div content here</div>

This div box has shadow with color #ae603e


Comments

No comments written yet.

Please login to write comment.