Color Hex Logo

#ae7225 Color Hex

#AE7225
(174,114,37)
0 Favorites   0 Comments

Color spaces of #ae7225

RGB 17411437
HSL0.090.650.41
HSV34°79°68°
CMYK 0.000.340.79   0.32
XYZ23.806821.16694.5811
Yxy21.16690.48040.4271
Hunter Lab46.007511.852626.3016
CIE-Lab53.131717.197849.6314

#ae7225 color RGB value is (174,114,37).

#ae7225 hex color red value is 174, green value is 114 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ae7225 hue: 0.09 , saturation: 0.65 and the lightness value of ae7225 is 0.41.

The process color (four color CMYK) of #ae7225 color hex is 0.00, 0.34, 0.79, 0.32. Web safe color of #ae7225 is #996633. Color #ae7225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 00100101
Octal 256 162 45
Decimal 174 114 37
Hex AE 72 25

RGB Percentages of Color #ae7225

%53.54
%35.08
%11.38

CMYK Percentages of Color #ae7225

%0
%34
%79
%32

Triadic Colors of #ae7225

#ae7225 #25ae72 #7225ae

Analogous Colors of #ae7225

#ae7225 #a6ae25 #ae2e25

Monochromatic Colors of #ae7225

#ae7225

Complementary Color

#ae7225 #2561ae

#ae7225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7225 Color CSS Codes

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

#ae7225 Text Font Color

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

This sample text font color is #ae7225
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.


#ae7225 Background Color

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

This div background color is #ae7225


#ae7225 Border Color

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

This div border color is #ae7225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7225


Comments

No comments written yet.

Please login to write comment.