Color Hex Logo

#ae610c Color Hex

#AE610C
(174,97,12)
0 Favorites   0 Comments

Color spaces of #ae610c

RGB 1749712
HSL0.090.870.36
HSV31°93°68°
CMYK 0.000.440.93   0.32
XYZ21.796617.57462.5913
Yxy17.57460.51940.4188
Hunter Lab41.922119.444125.6806
CIE-Lab48.976025.977054.4992

#ae610c color RGB value is (174,97,12).

#ae610c hex color red value is 174, green value is 97 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ae610c hue: 0.09 , saturation: 0.87 and the lightness value of ae610c is 0.36.

The process color (four color CMYK) of #ae610c color hex is 0.00, 0.44, 0.93, 0.32. Web safe color of #ae610c is #996600. Color #ae610c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 00001100
Octal 256 141 14
Decimal 174 97 12
Hex AE 61 C

RGB Percentages of Color #ae610c

%61.48
%34.28
%4.24

CMYK Percentages of Color #ae610c

%0
%44
%93
%32

Triadic Colors of #ae610c

#ae610c #0cae61 #610cae

Analogous Colors of #ae610c

#ae610c #aaae0c #ae100c

Monochromatic Colors of #ae610c

#ae610c

Complementary Color

#ae610c #0c59ae

#ae610c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae610c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae610c Color CSS Codes

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

#ae610c Text Font Color

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

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


#ae610c Background Color

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

This div background color is #ae610c


#ae610c Border Color

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

This div border color is #ae610c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae610c


Comments

No comments written yet.

Please login to write comment.