Color Hex Logo

#ae8042 Color Hex

#AE8042
(174,128,66)
0 Favorites   0 Comments

Color spaces of #ae8042

RGB 17412866
HSL0.100.450.47
HSV34°62°68°
CMYK 0.000.260.62   0.32
XYZ26.158124.83048.5683
Yxy24.83040.43920.4169
Hunter Lab49.83016.500124.6861
CIE-Lab56.909810.965140.0011

#ae8042 color RGB value is (174,128,66).

#ae8042 hex color red value is 174, green value is 128 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ae8042 hue: 0.10 , saturation: 0.45 and the lightness value of ae8042 is 0.47.

The process color (four color CMYK) of #ae8042 color hex is 0.00, 0.26, 0.62, 0.32. Web safe color of #ae8042 is #999933. Color #ae8042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 01000010
Octal 256 200 102
Decimal 174 128 66
Hex AE 80 42

RGB Percentages of Color #ae8042

%47.28
%34.78
%17.93

CMYK Percentages of Color #ae8042

%0
%26
%62
%32

Triadic Colors of #ae8042

#ae8042 #42ae80 #8042ae

Analogous Colors of #ae8042

#ae8042 #a6ae42 #ae4a42

Monochromatic Colors of #ae8042

#ae8042

Complementary Color

#ae8042 #4270ae

#ae8042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8042 Color CSS Codes

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

#ae8042 Text Font Color

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

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


#ae8042 Background Color

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

This div background color is #ae8042


#ae8042 Border Color

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

This div border color is #ae8042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8042


Comments

No comments written yet.

Please login to write comment.