Color Hex Logo

#ae665f Color Hex

#AE665F
(174,102,95)
0 Favorites   0 Comments

Color spaces of #ae665f

RGB 17410295
HSL0.010.330.53
HSV45°68°
CMYK 0.000.410.45   0.32
XYZ24.272519.327613.2778
Yxy19.32760.42670.3398
Hunter Lab43.963221.616112.8674
CIE-Lab51.068328.133616.4562

#ae665f color RGB value is (174,102,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01011111
Octal 256 146 137
Decimal 174 102 95
Hex AE 66 5F

RGB Percentages of Color #ae665f

%46.90
%27.49
%25.61

CMYK Percentages of Color #ae665f

%0
%41
%45
%32

Triadic Colors of #ae665f

#ae665f #5fae66 #665fae

Analogous Colors of #ae665f

#ae665f #ae8e5f #ae5f80

Monochromatic Colors of #ae665f

#ae665f

Complementary Color

#ae665f #5fa7ae

#ae665f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae665f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae665f Color CSS Codes

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

#ae665f Text Font Color

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

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


#ae665f Background Color

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

This div background color is #ae665f


#ae665f Border Color

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

This div border color is #ae665f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae665f


Comments

No comments written yet.

Please login to write comment.