Color Hex Logo

#ae660f Color Hex

#AE660F
(174,102,15)
0 Favorites   0 Comments

Color spaces of #ae660f

RGB 17410215
HSL0.090.840.37
HSV33°91°68°
CMYK 0.000.410.91   0.32
XYZ22.293218.53592.8547
Yxy18.53590.51030.4243
Hunter Lab43.053317.084726.2060
CIE-Lab50.139723.267754.6190

#ae660f color RGB value is (174,102,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 00001111
Octal 256 146 17
Decimal 174 102 15
Hex AE 66 F

RGB Percentages of Color #ae660f

%59.79
%35.05
%5.15

CMYK Percentages of Color #ae660f

%0
%41
%91
%32

Triadic Colors of #ae660f

#ae660f #0fae66 #660fae

Analogous Colors of #ae660f

#ae660f #a7ae0f #ae170f

Monochromatic Colors of #ae660f

#ae660f

Complementary Color

#ae660f #0f57ae

#ae660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae660f Color CSS Codes

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

#ae660f Text Font Color

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

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


#ae660f Background Color

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

This div background color is #ae660f


#ae660f Border Color

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

This div border color is #ae660f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae660f


Comments

No comments written yet.

Please login to write comment.