Color Hex Logo

#ae6915 Color Hex

#AE6915
(174,105,21)
0 Favorites   0 Comments

Color spaces of #ae6915

RGB 17410521
HSL0.090.780.38
HSV33°88°68°
CMYK 0.000.400.88   0.32
XYZ22.642519.15603.2135
Yxy19.15600.50300.4256
Hunter Lab43.767615.751126.2841
CIE-Lab50.869221.725653.4850

#ae6915 color RGB value is (174,105,21).

#ae6915 hex color red value is 174, green value is 105 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ae6915 hue: 0.09 , saturation: 0.78 and the lightness value of ae6915 is 0.38.

The process color (four color CMYK) of #ae6915 color hex is 0.00, 0.40, 0.88, 0.32. Web safe color of #ae6915 is #996600. Color #ae6915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 00010101
Octal 256 151 25
Decimal 174 105 21
Hex AE 69 15

RGB Percentages of Color #ae6915

%58.00
%35.00
%7.00

CMYK Percentages of Color #ae6915

%0
%40
%88
%32

Triadic Colors of #ae6915

#ae6915 #15ae69 #6915ae

Analogous Colors of #ae6915

#ae6915 #a7ae15 #ae1c15

Monochromatic Colors of #ae6915

#ae6915

Complementary Color

#ae6915 #155aae

#ae6915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6915 Color CSS Codes

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

#ae6915 Text Font Color

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

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


#ae6915 Background Color

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

This div background color is #ae6915


#ae6915 Border Color

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

This div border color is #ae6915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6915


Comments

No comments written yet.

Please login to write comment.