Color Hex Logo

#ae7219 Color Hex

#AE7219
(174,114,25)
0 Favorites   0 Comments

Color spaces of #ae7219

RGB 17411425
HSL0.100.750.39
HSV36°86°68°
CMYK 0.000.340.86   0.32
XYZ23.648321.10353.7467
Yxy21.10350.48760.4351
Hunter Lab45.938511.496027.3214
CIE-Lab53.062616.794654.0216

#ae7219 color RGB value is (174,114,25).

#ae7219 hex color red value is 174, green value is 114 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ae7219 hue: 0.10 , saturation: 0.75 and the lightness value of ae7219 is 0.39.

The process color (four color CMYK) of #ae7219 color hex is 0.00, 0.34, 0.86, 0.32. Web safe color of #ae7219 is #996600. Color #ae7219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 00011001
Octal 256 162 31
Decimal 174 114 25
Hex AE 72 19

RGB Percentages of Color #ae7219

%55.59
%36.42
%7.99

CMYK Percentages of Color #ae7219

%0
%34
%86
%32

Triadic Colors of #ae7219

#ae7219 #19ae72 #7219ae

Analogous Colors of #ae7219

#ae7219 #a0ae19 #ae2819

Monochromatic Colors of #ae7219

#ae7219

Complementary Color

#ae7219 #1955ae

#ae7219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7219 Color CSS Codes

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

#ae7219 Text Font Color

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

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


#ae7219 Background Color

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

This div background color is #ae7219


#ae7219 Border Color

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

This div border color is #ae7219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7219


Comments

No comments written yet.

Please login to write comment.