Color Hex Logo

#ae7063 Color Hex

#AE7063
(174,112,99)
0 Favorites   0 Comments

Color spaces of #ae7063

RGB 17411299
HSL0.030.320.54
HSV10°43°68°
CMYK 0.000.360.43   0.32
XYZ25.501921.487914.6079
Yxy21.48790.41400.3488
Hunter Lab46.355017.079213.7644
CIE-Lab53.479423.008717.4064

#ae7063 color RGB value is (174,112,99).

#ae7063 hex color red value is 174, green value is 112 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ae7063 hue: 0.03 , saturation: 0.32 and the lightness value of ae7063 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 01100011
Octal 256 160 143
Decimal 174 112 99
Hex AE 70 63

RGB Percentages of Color #ae7063

%45.19
%29.09
%25.71

CMYK Percentages of Color #ae7063

%0
%36
%43
%32

Triadic Colors of #ae7063

#ae7063 #63ae70 #7063ae

Analogous Colors of #ae7063

#ae7063 #ae9663 #ae637c

Monochromatic Colors of #ae7063

#ae7063

Complementary Color

#ae7063 #63a1ae

#ae7063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7063 Color CSS Codes

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

#ae7063 Text Font Color

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

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


#ae7063 Background Color

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

This div background color is #ae7063


#ae7063 Border Color

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

This div border color is #ae7063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7063


Comments

No comments written yet.

Please login to write comment.