Color Hex Logo

#ae6a5f Color Hex

#AE6A5F
(174,106,95)
0 Favorites   0 Comments

Color spaces of #ae6a5f

RGB 17410695
HSL0.020.330.53
HSV45°68°
CMYK 0.000.390.45   0.32
XYZ24.675220.133013.4120
Yxy20.13300.42380.3458
Hunter Lab44.869819.640113.6865
CIE-Lab51.987325.917317.7076

#ae6a5f color RGB value is (174,106,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 01011111
Octal 256 152 137
Decimal 174 106 95
Hex AE 6A 5F

RGB Percentages of Color #ae6a5f

%46.40
%28.27
%25.33

CMYK Percentages of Color #ae6a5f

%0
%39
%45
%32

Triadic Colors of #ae6a5f

#ae6a5f #5fae6a #6a5fae

Analogous Colors of #ae6a5f

#ae6a5f #ae925f #ae5f7c

Monochromatic Colors of #ae6a5f

#ae6a5f

Complementary Color

#ae6a5f #5fa3ae

#ae6a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6a5f Color CSS Codes

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

#ae6a5f Text Font Color

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

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


#ae6a5f Background Color

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

This div background color is #ae6a5f


#ae6a5f Border Color

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

This div border color is #ae6a5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6a5f


Comments

No comments written yet.

Please login to write comment.