Color Hex Logo

#ae670a Color Hex

#AE670A
(174,103,10)
0 Favorites   0 Comments

Color spaces of #ae670a

RGB 17410310
HSL0.090.890.36
HSV34°94°68°
CMYK 0.000.410.94   0.32
XYZ22.360618.72112.7222
Yxy18.72110.51050.4274
Hunter Lab43.267916.529026.5573
CIE-Lab50.359322.631955.9313

#ae670a color RGB value is (174,103,10).

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

The process color (four color CMYK) of #ae670a color hex is 0.00, 0.41, 0.94, 0.32. Web safe color of #ae670a is #996600. Color #ae670a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 00001010
Octal 256 147 12
Decimal 174 103 10
Hex AE 67 A

RGB Percentages of Color #ae670a

%60.63
%35.89
%3.48

CMYK Percentages of Color #ae670a

%0
%41
%94
%32

Triadic Colors of #ae670a

#ae670a #0aae67 #670aae

Analogous Colors of #ae670a

#ae670a #a3ae0a #ae150a

Monochromatic Colors of #ae670a

#ae670a

Complementary Color

#ae670a #0a51ae

#ae670a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae670a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae670a Color CSS Codes

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

#ae670a Text Font Color

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

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


#ae670a Background Color

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

This div background color is #ae670a


#ae670a Border Color

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

This div border color is #ae670a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae670a


Comments

No comments written yet.

Please login to write comment.