Color Hex Logo

#ae661f Color Hex

#AE661F
(174,102,31)
0 Favorites   0 Comments

Color spaces of #ae661f

RGB 17410231
HSL0.080.700.40
HSV30°82°68°
CMYK 0.000.410.82   0.32
XYZ22.454318.60033.7031
Yxy18.60030.50170.4156
Hunter Lab43.128117.460625.0988
CIE-Lab50.216323.678949.3674

#ae661f color RGB value is (174,102,31).

#ae661f hex color red value is 174, green value is 102 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ae661f hue: 0.08 , saturation: 0.70 and the lightness value of ae661f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 00011111
Octal 256 146 37
Decimal 174 102 31
Hex AE 66 1F

RGB Percentages of Color #ae661f

%56.68
%33.22
%10.10

CMYK Percentages of Color #ae661f

%0
%41
%82
%32

Triadic Colors of #ae661f

#ae661f #1fae66 #661fae

Analogous Colors of #ae661f

#ae661f #aeae1f #ae1f20

Monochromatic Colors of #ae661f

#ae661f

Complementary Color

#ae661f #1f67ae

#ae661f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae661f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae661f Color CSS Codes

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

#ae661f Text Font Color

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

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


#ae661f Background Color

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

This div background color is #ae661f


#ae661f Border Color

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

This div border color is #ae661f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae661f


Comments

No comments written yet.

Please login to write comment.