Color Hex Logo

#ae562d Color Hex

#AE562D
(174,86,45)
0 Favorites   0 Comments

Color spaces of #ae562d

RGB 1748645
HSL0.050.590.43
HSV19°74°68°
CMYK 0.000.510.74   0.32
XYZ21.257015.84374.4204
Yxy15.84370.51200.3816
Hunter Lab39.804125.668921.2785
CIE-Lab46.768832.944439.4840

#ae562d color RGB value is (174,86,45).

#ae562d hex color red value is 174, green value is 86 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ae562d hue: 0.05 , saturation: 0.59 and the lightness value of ae562d is 0.43.

The process color (four color CMYK) of #ae562d color hex is 0.00, 0.51, 0.74, 0.32. Web safe color of #ae562d is #996633. Color #ae562d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 00101101
Octal 256 126 55
Decimal 174 86 45
Hex AE 56 2D

RGB Percentages of Color #ae562d

%57.05
%28.20
%14.75

CMYK Percentages of Color #ae562d

%0
%51
%74
%32

Triadic Colors of #ae562d

#ae562d #2dae56 #562dae

Analogous Colors of #ae562d

#ae562d #ae972d #ae2d45

Monochromatic Colors of #ae562d

#ae562d

Complementary Color

#ae562d #2d85ae

#ae562d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae562d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae562d Color CSS Codes

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

#ae562d Text Font Color

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

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


#ae562d Background Color

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

This div background color is #ae562d


#ae562d Border Color

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

This div border color is #ae562d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae562d


Comments

No comments written yet.

Please login to write comment.