Color Hex Logo

#ae661c Color Hex

#AE661C
(174,102,28)
0 Favorites   0 Comments

Color spaces of #ae661c

RGB 17410228
HSL0.080.720.40
HSV30°84°68°
CMYK 0.000.410.84   0.32
XYZ22.416518.58533.5044
Yxy18.58530.50370.4176
Hunter Lab43.110717.372025.3579
CIE-Lab50.198523.582250.5171

#ae661c color RGB value is (174,102,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 00011100
Octal 256 146 34
Decimal 174 102 28
Hex AE 66 1C

RGB Percentages of Color #ae661c

%57.24
%33.55
%9.21

CMYK Percentages of Color #ae661c

%0
%41
%84
%32

Triadic Colors of #ae661c

#ae661c #1cae66 #661cae

Analogous Colors of #ae661c

#ae661c #adae1c #ae1d1c

Monochromatic Colors of #ae661c

#ae661c

Complementary Color

#ae661c #1c64ae

#ae661c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae661c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae661c Color CSS Codes

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

#ae661c Text Font Color

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

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


#ae661c Background Color

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

This div background color is #ae661c


#ae661c Border Color

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

This div border color is #ae661c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae661c


Comments

No comments written yet.

Please login to write comment.