Color Hex Logo

#ae6648 Color Hex

#AE6648
(174,102,72)
0 Favorites   0 Comments

Color spaces of #ae6648

RGB 17410272
HSL0.050.410.48
HSV18°59°68°
CMYK 0.000.410.59   0.32
XYZ23.376618.96938.5602
Yxy18.96930.45920.3726
Hunter Lab43.553819.587218.8346
CIE-Lab50.651325.979229.2376

#ae6648 color RGB value is (174,102,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01001000
Octal 256 146 110
Decimal 174 102 72
Hex AE 66 48

RGB Percentages of Color #ae6648

%50.00
%29.31
%20.69

CMYK Percentages of Color #ae6648

%0
%41
%59
%32

Triadic Colors of #ae6648

#ae6648 #48ae66 #6648ae

Analogous Colors of #ae6648

#ae6648 #ae9948 #ae485d

Monochromatic Colors of #ae6648

#ae6648

Complementary Color

#ae6648 #4890ae

#ae6648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6648 Color CSS Codes

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

#ae6648 Text Font Color

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

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


#ae6648 Background Color

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

This div background color is #ae6648


#ae6648 Border Color

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

This div border color is #ae6648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6648


Comments

No comments written yet.

Please login to write comment.