Color Hex Logo

#ae654f Color Hex

#AE654F
(174,101,79)
0 Favorites   0 Comments

Color spaces of #ae654f

RGB 17410179
HSL0.040.380.50
HSV14°55°68°
CMYK 0.000.420.55   0.32
XYZ23.520518.87059.7998
Yxy18.87050.45070.3616
Hunter Lab43.440220.627717.0327
CIE-Lab50.535427.120325.0870

#ae654f color RGB value is (174,101,79).

#ae654f hex color red value is 174, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ae654f hue: 0.04 , saturation: 0.38 and the lightness value of ae654f is 0.50.

The process color (four color CMYK) of #ae654f color hex is 0.00, 0.42, 0.55, 0.32. Web safe color of #ae654f is #996666. Color #ae654f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 01001111
Octal 256 145 117
Decimal 174 101 79
Hex AE 65 4F

RGB Percentages of Color #ae654f

%49.15
%28.53
%22.32

CMYK Percentages of Color #ae654f

%0
%42
%55
%32

Triadic Colors of #ae654f

#ae654f #4fae65 #654fae

Analogous Colors of #ae654f

#ae654f #ae954f #ae4f69

Monochromatic Colors of #ae654f

#ae654f

Complementary Color

#ae654f #4f98ae

#ae654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae654f Color CSS Codes

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

#ae654f Text Font Color

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

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


#ae654f Background Color

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

This div background color is #ae654f


#ae654f Border Color

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

This div border color is #ae654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae654f


Comments

No comments written yet.

Please login to write comment.