Color Hex Logo

#ae754a Color Hex

#AE754A
(174,117,74)
0 Favorites   0 Comments

Color spaces of #ae754a

RGB 17411774
HSL0.070.400.49
HSV26°57°68°
CMYK 0.000.330.57   0.32
XYZ25.052922.21579.4462
Yxy22.21570.44170.3917
Hunter Lab47.133512.394521.1110
CIE-Lab54.255117.761232.5917

#ae754a color RGB value is (174,117,74).

#ae754a hex color red value is 174, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ae754a hue: 0.07 , saturation: 0.40 and the lightness value of ae754a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 01001010
Octal 256 165 112
Decimal 174 117 74
Hex AE 75 4A

RGB Percentages of Color #ae754a

%47.67
%32.05
%20.27

CMYK Percentages of Color #ae754a

%0
%33
%57
%32

Triadic Colors of #ae754a

#ae754a #4aae75 #754aae

Analogous Colors of #ae754a

#ae754a #aea74a #ae4a51

Monochromatic Colors of #ae754a

#ae754a

Complementary Color

#ae754a #4a83ae

#ae754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae754a Color CSS Codes

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

#ae754a Text Font Color

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

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


#ae754a Background Color

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

This div background color is #ae754a


#ae754a Border Color

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

This div border color is #ae754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae754a


Comments

No comments written yet.

Please login to write comment.