Color Hex Logo

#ae6259 Color Hex

#AE6259
(174,98,89)
0 Favorites   0 Comments

Color spaces of #ae6259

RGB 1749889
HSL0.020.340.52
HSV49°68°
CMYK 0.000.440.49   0.32
XYZ23.626418.455311.7682
Yxy18.45530.43870.3427
Hunter Lab42.959622.989813.8301
CIE-Lab50.043729.709818.6006

#ae6259 color RGB value is (174,98,89).

#ae6259 hex color red value is 174, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ae6259 hue: 0.02 , saturation: 0.34 and the lightness value of ae6259 is 0.52.

The process color (four color CMYK) of #ae6259 color hex is 0.00, 0.44, 0.49, 0.32. Web safe color of #ae6259 is #996666. Color #ae6259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01011001
Octal 256 142 131
Decimal 174 98 89
Hex AE 62 59

RGB Percentages of Color #ae6259

%48.20
%27.15
%24.65

CMYK Percentages of Color #ae6259

%0
%44
%49
%32

Triadic Colors of #ae6259

#ae6259 #59ae62 #6259ae

Analogous Colors of #ae6259

#ae6259 #ae8d59 #ae597b

Monochromatic Colors of #ae6259

#ae6259

Complementary Color

#ae6259 #59a5ae

#ae6259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6259 Color CSS Codes

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

#ae6259 Text Font Color

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

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


#ae6259 Background Color

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

This div background color is #ae6259


#ae6259 Border Color

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

This div border color is #ae6259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6259


Comments

No comments written yet.

Please login to write comment.