Color Hex Logo

#ae660e Color Hex

#AE660E
(174,102,14)
0 Favorites   0 Comments

Color spaces of #ae660e

RGB 17410214
HSL0.090.850.37
HSV33°92°68°
CMYK 0.000.410.92   0.32
XYZ22.286218.53312.8181
Yxy18.53310.51070.4247
Hunter Lab43.050117.068426.2539
CIE-Lab50.136423.249854.8682

#ae660e color RGB value is (174,102,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 00001110
Octal 256 146 16
Decimal 174 102 14
Hex AE 66 E

RGB Percentages of Color #ae660e

%60.00
%35.17
%4.83

CMYK Percentages of Color #ae660e

%0
%41
%92
%32

Triadic Colors of #ae660e

#ae660e #0eae66 #660eae

Analogous Colors of #ae660e

#ae660e #a6ae0e #ae160e

Monochromatic Colors of #ae660e

#ae660e

Complementary Color

#ae660e #0e56ae

#ae660e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae660e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae660e Color CSS Codes

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

#ae660e Text Font Color

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

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


#ae660e Background Color

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

This div background color is #ae660e


#ae660e Border Color

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

This div border color is #ae660e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae660e


Comments

No comments written yet.

Please login to write comment.