Color Hex Logo

#ae675e Color Hex

#AE675E
(174,103,94)
0 Favorites   0 Comments

Color spaces of #ae675e

RGB 17410394
HSL0.020.330.53
HSV46°68°
CMYK 0.000.410.46   0.32
XYZ24.326219.507313.0728
Yxy19.50730.42750.3428
Hunter Lab44.167121.021313.3680
CIE-Lab51.275527.474217.3266

#ae675e color RGB value is (174,103,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 01011110
Octal 256 147 136
Decimal 174 103 94
Hex AE 67 5E

RGB Percentages of Color #ae675e

%46.90
%27.76
%25.34

CMYK Percentages of Color #ae675e

%0
%41
%46
%32

Triadic Colors of #ae675e

#ae675e #5eae67 #675eae

Analogous Colors of #ae675e

#ae675e #ae8f5e #ae5e7d

Monochromatic Colors of #ae675e

#ae675e

Complementary Color

#ae675e #5ea5ae

#ae675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae675e Color CSS Codes

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

#ae675e Text Font Color

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

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


#ae675e Background Color

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

This div background color is #ae675e


#ae675e Border Color

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

This div border color is #ae675e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae675e


Comments

No comments written yet.

Please login to write comment.