Color Hex Logo

#ae655f Color Hex

#AE655F
(174,101,95)
0 Favorites   0 Comments

Color spaces of #ae655f

RGB 17410195
HSL0.010.330.53
HSV45°68°
CMYK 0.000.420.45   0.32
XYZ24.174819.132313.2452
Yxy19.13230.42750.3383
Hunter Lab43.740522.108812.6645
CIE-Lab50.841628.684416.1467

#ae655f color RGB value is (174,101,95).

#ae655f hex color red value is 174, green value is 101 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae655f hue: 0.01 , saturation: 0.33 and the lightness value of ae655f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 01011111
Octal 256 145 137
Decimal 174 101 95
Hex AE 65 5F

RGB Percentages of Color #ae655f

%47.03
%27.30
%25.68

CMYK Percentages of Color #ae655f

%0
%42
%45
%32

Triadic Colors of #ae655f

#ae655f #5fae65 #655fae

Analogous Colors of #ae655f

#ae655f #ae8d5f #ae5f81

Monochromatic Colors of #ae655f

#ae655f

Complementary Color

#ae655f #5fa8ae

#ae655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae655f Color CSS Codes

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

#ae655f Text Font Color

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

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


#ae655f Background Color

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

This div background color is #ae655f


#ae655f Border Color

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

This div border color is #ae655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae655f


Comments

No comments written yet.

Please login to write comment.