Color Hex Logo

#ae6842 Color Hex

#AE6842
(174,104,66)
1 Favorites   0 Comments

Color spaces of #ae6842

RGB 17410466
HSL0.060.450.47
HSV21°62°68°
CMYK 0.000.400.62   0.32
XYZ23.389219.29267.6454
Yxy19.29260.46470.3833
Hunter Lab43.923318.185520.4262
CIE-Lab51.027824.412533.0545

#ae6842 color RGB value is (174,104,66).

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

The process color (four color CMYK) of #ae6842 color hex is 0.00, 0.40, 0.62, 0.32. Web safe color of #ae6842 is #996633. Color #ae6842 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 01000010
Octal 256 150 102
Decimal 174 104 66
Hex AE 68 42

RGB Percentages of Color #ae6842

%50.58
%30.23
%19.19

CMYK Percentages of Color #ae6842

%0
%40
%62
%32

Triadic Colors of #ae6842

#ae6842 #42ae68 #6842ae

Analogous Colors of #ae6842

#ae6842 #ae9e42 #ae4252

Monochromatic Colors of #ae6842

#ae6842

Complementary Color

#ae6842 #4288ae

#ae6842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6842 Color CSS Codes

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

#ae6842 Text Font Color

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

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


#ae6842 Background Color

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

This div background color is #ae6842


#ae6842 Border Color

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

This div border color is #ae6842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6842


Comments

No comments written yet.

Please login to write comment.