Color Hex Logo

#ae6048 Color Hex

#AE6048
(174,96,72)
0 Favorites   0 Comments

Color spaces of #ae6048

RGB 1749672
HSL0.040.410.48
HSV14°59°68°
CMYK 0.000.450.59   0.32
XYZ22.808117.83238.3707
Yxy17.83230.46540.3638
Hunter Lab42.228322.510817.8071
CIE-Lab49.292129.277527.5311

#ae6048 color RGB value is (174,96,72).

#ae6048 hex color red value is 174, green value is 96 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ae6048 hue: 0.04 , saturation: 0.41 and the lightness value of ae6048 is 0.48.

The process color (four color CMYK) of #ae6048 color hex is 0.00, 0.45, 0.59, 0.32. Web safe color of #ae6048 is #996633. Color #ae6048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 01001000
Octal 256 140 110
Decimal 174 96 72
Hex AE 60 48

RGB Percentages of Color #ae6048

%50.88
%28.07
%21.05

CMYK Percentages of Color #ae6048

%0
%45
%59
%32

Triadic Colors of #ae6048

#ae6048 #48ae60 #6048ae

Analogous Colors of #ae6048

#ae6048 #ae9348 #ae4863

Monochromatic Colors of #ae6048

#ae6048

Complementary Color

#ae6048 #4896ae

#ae6048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6048 Color CSS Codes

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

#ae6048 Text Font Color

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

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


#ae6048 Background Color

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

This div background color is #ae6048


#ae6048 Border Color

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

This div border color is #ae6048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6048


Comments

No comments written yet.

Please login to write comment.