Color Hex Logo

#ae6729 Color Hex

#AE6729
(174,103,41)
0 Favorites   0 Comments

Color spaces of #ae6729

RGB 17410341
HSL0.080.620.42
HSV28°76°68°
CMYK 0.000.410.76   0.32
XYZ22.706018.85934.5413
Yxy18.85930.49250.4090
Hunter Lab43.427317.331124.1990
CIE-Lab50.522223.510945.3343

#ae6729 color RGB value is (174,103,41).

#ae6729 hex color red value is 174, green value is 103 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ae6729 hue: 0.08 , saturation: 0.62 and the lightness value of ae6729 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 00101001
Octal 256 147 51
Decimal 174 103 41
Hex AE 67 29

RGB Percentages of Color #ae6729

%54.72
%32.39
%12.89

CMYK Percentages of Color #ae6729

%0
%41
%76
%32

Triadic Colors of #ae6729

#ae6729 #29ae67 #6729ae

Analogous Colors of #ae6729

#ae6729 #aeaa29 #ae292d

Monochromatic Colors of #ae6729

#ae6729

Complementary Color

#ae6729 #2970ae

#ae6729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6729 Color CSS Codes

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

#ae6729 Text Font Color

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

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


#ae6729 Background Color

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

This div background color is #ae6729


#ae6729 Border Color

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

This div border color is #ae6729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6729


Comments

No comments written yet.

Please login to write comment.