Color Hex Logo

#ae612c Color Hex

#AE612C
(174,97,44)
0 Favorites   0 Comments

Color spaces of #ae612c

RGB 1749744
HSL0.070.600.43
HSV24°75°68°
CMYK 0.000.440.75   0.32
XYZ22.184917.72994.6358
Yxy17.72990.49800.3980
Hunter Lab42.106920.359422.9472
CIE-Lab49.166926.961142.5198

#ae612c color RGB value is (174,97,44).

#ae612c hex color red value is 174, green value is 97 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae612c hue: 0.07 , saturation: 0.60 and the lightness value of ae612c is 0.43.

The process color (four color CMYK) of #ae612c color hex is 0.00, 0.44, 0.75, 0.32. Web safe color of #ae612c is #996633. Color #ae612c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 00101100
Octal 256 141 54
Decimal 174 97 44
Hex AE 61 2C

RGB Percentages of Color #ae612c

%55.24
%30.79
%13.97

CMYK Percentages of Color #ae612c

%0
%44
%75
%32

Triadic Colors of #ae612c

#ae612c #2cae61 #612cae

Analogous Colors of #ae612c

#ae612c #aea22c #ae2c38

Monochromatic Colors of #ae612c

#ae612c

Complementary Color

#ae612c #2c79ae

#ae612c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae612c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae612c Color CSS Codes

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

#ae612c Text Font Color

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

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


#ae612c Background Color

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

This div background color is #ae612c


#ae612c Border Color

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

This div border color is #ae612c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae612c


Comments

No comments written yet.

Please login to write comment.