Color Hex Logo

#ae690e Color Hex

#AE690E
(174,105,14)
0 Favorites   0 Comments

Color spaces of #ae690e

RGB 17410514
HSL0.090.850.37
HSV34°92°68°
CMYK 0.000.400.92   0.32
XYZ22.586419.13352.9182
Yxy19.13350.50600.4286
Hunter Lab43.741915.621426.6638
CIE-Lab50.843021.582355.3942

#ae690e color RGB value is (174,105,14).

#ae690e hex color red value is 174, green value is 105 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ae690e hue: 0.09 , saturation: 0.85 and the lightness value of ae690e is 0.37.

The process color (four color CMYK) of #ae690e color hex is 0.00, 0.40, 0.92, 0.32. Web safe color of #ae690e is #996600. Color #ae690e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00001110
Octal 256 151 16
Decimal 174 105 14
Hex AE 69 E

RGB Percentages of Color #ae690e

%59.39
%35.84
%4.78

CMYK Percentages of Color #ae690e

%0
%40
%92
%32

Triadic Colors of #ae690e

#ae690e #0eae69 #690eae

Analogous Colors of #ae690e

#ae690e #a3ae0e #ae190e

Monochromatic Colors of #ae690e

#ae690e

Complementary Color

#ae690e #0e53ae

#ae690e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae690e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae690e Color CSS Codes

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

#ae690e Text Font Color

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

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


#ae690e Background Color

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

This div background color is #ae690e


#ae690e Border Color

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

This div border color is #ae690e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae690e


Comments

No comments written yet.

Please login to write comment.