Color Hex Logo

#ae6844 Color Hex

#AE6844
(174,104,68)
0 Favorites   0 Comments

Color spaces of #ae6844

RGB 17410468
HSL0.060.440.47
HSV20°61°68°
CMYK 0.000.400.61   0.32
XYZ23.449319.31677.9614
Yxy19.31670.46230.3808
Hunter Lab43.950818.322320.0255
CIE-Lab51.055724.560431.9811

#ae6844 color RGB value is (174,104,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 01000100
Octal 256 150 104
Decimal 174 104 68
Hex AE 68 44

RGB Percentages of Color #ae6844

%50.29
%30.06
%19.65

CMYK Percentages of Color #ae6844

%0
%40
%61
%32

Triadic Colors of #ae6844

#ae6844 #44ae68 #6844ae

Analogous Colors of #ae6844

#ae6844 #ae9d44 #ae4455

Monochromatic Colors of #ae6844

#ae6844

Complementary Color

#ae6844 #448aae

#ae6844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6844 Color CSS Codes

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

#ae6844 Text Font Color

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

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


#ae6844 Background Color

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

This div background color is #ae6844


#ae6844 Border Color

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

This div border color is #ae6844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6844


Comments

No comments written yet.

Please login to write comment.