Color Hex Logo

#ae582c Color Hex

#AE582C
(174,88,44)
0 Favorites   0 Comments

Color spaces of #ae582c

RGB 1748844
HSL0.060.600.43
HSV20°75°68°
CMYK 0.000.490.75   0.32
XYZ21.399916.16004.3742
Yxy16.16000.51030.3854
Hunter Lab40.199524.674021.6882
CIE-Lab47.183731.834440.4397

#ae582c color RGB value is (174,88,44).

#ae582c hex color red value is 174, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae582c hue: 0.06 , saturation: 0.60 and the lightness value of ae582c is 0.43.

The process color (four color CMYK) of #ae582c color hex is 0.00, 0.49, 0.75, 0.32. Web safe color of #ae582c is #996633. Color #ae582c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 00101100
Octal 256 130 54
Decimal 174 88 44
Hex AE 58 2C

RGB Percentages of Color #ae582c

%56.86
%28.76
%14.38

CMYK Percentages of Color #ae582c

%0
%49
%75
%32

Triadic Colors of #ae582c

#ae582c #2cae58 #582cae

Analogous Colors of #ae582c

#ae582c #ae992c #ae2c41

Monochromatic Colors of #ae582c

#ae582c

Complementary Color

#ae582c #2c82ae

#ae582c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae582c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae582c Color CSS Codes

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

#ae582c Text Font Color

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

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


#ae582c Background Color

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

This div background color is #ae582c


#ae582c Border Color

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

This div border color is #ae582c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae582c


Comments

No comments written yet.

Please login to write comment.