Color Hex Logo

#ae676f Color Hex

#AE676F
(174,103,111)
0 Favorites   0 Comments

Color spaces of #ae676f

RGB 174103111
HSL0.980.300.54
HSV353°41°68°
CMYK 0.000.410.36   0.32
XYZ25.175019.846917.5429
Yxy19.84690.40240.3172
Hunter Lab44.549922.90767.8376
CIE-Lab51.663729.45127.8327

#ae676f color RGB value is (174,103,111).

#ae676f hex color red value is 174, green value is 103 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae676f hue: 0.98 , saturation: 0.30 and the lightness value of ae676f is 0.54.

The process color (four color CMYK) of #ae676f color hex is 0.00, 0.41, 0.36, 0.32. Web safe color of #ae676f is #996666. Color #ae676f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 01101111
Octal 256 147 157
Decimal 174 103 111
Hex AE 67 6F

RGB Percentages of Color #ae676f

%44.85
%26.55
%28.61

CMYK Percentages of Color #ae676f

%0
%41
%36
%32

Triadic Colors of #ae676f

#ae676f #6fae67 #676fae

Analogous Colors of #ae676f

#ae676f #ae8367 #ae6793

Monochromatic Colors of #ae676f

#ae676f

Complementary Color

#ae676f #67aea6

#ae676f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae676f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae676f Color CSS Codes

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

#ae676f Text Font Color

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

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


#ae676f Background Color

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

This div background color is #ae676f


#ae676f Border Color

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

This div border color is #ae676f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae676f


Comments

No comments written yet.

Please login to write comment.