Color Hex Logo

#ae532f Color Hex

#AE532F
(174,83,47)
0 Favorites   0 Comments

Color spaces of #ae532f

RGB 1748347
HSL0.050.570.43
HSV17°73°68°
CMYK 0.000.520.73   0.32
XYZ21.061915.39044.5499
Yxy15.39040.51370.3754
Hunter Lab39.230627.178520.5851
CIE-Lab46.164334.618337.7770

#ae532f color RGB value is (174,83,47).

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

The process color (four color CMYK) of #ae532f color hex is 0.00, 0.52, 0.73, 0.32. Web safe color of #ae532f is #996633. Color #ae532f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 00101111
Octal 256 123 57
Decimal 174 83 47
Hex AE 53 2F

RGB Percentages of Color #ae532f

%57.24
%27.30
%15.46

CMYK Percentages of Color #ae532f

%0
%52
%73
%32

Triadic Colors of #ae532f

#ae532f #2fae53 #532fae

Analogous Colors of #ae532f

#ae532f #ae932f #ae2f4a

Monochromatic Colors of #ae532f

#ae532f

Complementary Color

#ae532f #2f8aae

#ae532f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae532f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae532f Color CSS Codes

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

#ae532f Text Font Color

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

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


#ae532f Background Color

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

This div background color is #ae532f


#ae532f Border Color

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

This div border color is #ae532f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae532f


Comments

No comments written yet.

Please login to write comment.