Color Hex Logo

#ae752a Color Hex

#AE752A
(174,117,42)
0 Favorites   0 Comments

Color spaces of #ae752a

RGB 17411742
HSL0.090.610.42
HSV34°76°68°
CMYK 0.000.330.76   0.32
XYZ24.234821.88845.1381
Yxy21.88840.47280.4270
Hunter Lab46.785010.589726.2381
CIE-Lab53.908415.727548.2585

#ae752a color RGB value is (174,117,42).

#ae752a hex color red value is 174, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae752a hue: 0.09 , saturation: 0.61 and the lightness value of ae752a is 0.42.

The process color (four color CMYK) of #ae752a color hex is 0.00, 0.33, 0.76, 0.32. Web safe color of #ae752a is #996633. Color #ae752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 00101010
Octal 256 165 52
Decimal 174 117 42
Hex AE 75 2A

RGB Percentages of Color #ae752a

%52.25
%35.14
%12.61

CMYK Percentages of Color #ae752a

%0
%33
%76
%32

Triadic Colors of #ae752a

#ae752a #2aae75 #752aae

Analogous Colors of #ae752a

#ae752a #a5ae2a #ae332a

Monochromatic Colors of #ae752a

#ae752a

Complementary Color

#ae752a #2a63ae

#ae752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae752a Color CSS Codes

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

#ae752a Text Font Color

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

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


#ae752a Background Color

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

This div background color is #ae752a


#ae752a Border Color

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

This div border color is #ae752a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae752a


Comments

No comments written yet.

Please login to write comment.