Color Hex Logo

#ae654a Color Hex

#AE654A
(174,101,74)
0 Favorites   0 Comments

Color spaces of #ae654a

RGB 17410174
HSL0.050.400.49
HSV16°57°68°
CMYK 0.000.420.57   0.32
XYZ23.345318.80048.8770
Yxy18.80040.45750.3685
Hunter Lab43.359420.227818.2131
CIE-Lab50.452926.694527.8513

#ae654a color RGB value is (174,101,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 01001010
Octal 256 145 112
Decimal 174 101 74
Hex AE 65 4A

RGB Percentages of Color #ae654a

%49.86
%28.94
%21.20

CMYK Percentages of Color #ae654a

%0
%42
%57
%32

Triadic Colors of #ae654a

#ae654a #4aae65 #654aae

Analogous Colors of #ae654a

#ae654a #ae974a #ae4a61

Monochromatic Colors of #ae654a

#ae654a

Complementary Color

#ae654a #4a93ae

#ae654a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae654a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae654a Color CSS Codes

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

#ae654a Text Font Color

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

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


#ae654a Background Color

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

This div background color is #ae654a


#ae654a Border Color

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

This div border color is #ae654a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,101,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 #ae654a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae654a


Comments

No comments written yet.

Please login to write comment.