color codes Logo

#ae670e color codes

#AE670E
(174,103,14)
0 Favorites   0 Comments

Color spaces of #ae670e

RGB 17410314
HSL0.090.850.37
HSV33°92°68°
CMYK 0.000.410.92   0.32
XYZ22.385118.73092.8511
Yxy18.73090.50910.4260
Hunter Lab43.279216.586126.3896
CIE-Lab50.370922.694755.0424

#ae670e color RGB value is (174,103,14).

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

The process color (four color CMYK) of #ae670e color code is 0.00, 0.41, 0.92, 0.32. Web safe color of #ae670e is #996600. Color #ae670e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100111 00001110
Octal 256 147 16
Decimal 174 103 14
Hex AE 67 E

RGB Percentages of Color #ae670e

%59.79
%35.40
%4.81

CMYK Percentages of Color #ae670e

%0
%41
%92
%32

Triadic Colors of #ae670e

#ae670e #0eae67 #670eae

Analogous Colors of #ae670e

#ae670e #a5ae0e #ae170e

Monochromatic Colors of #ae670e

#ae670e

Complementary Color

#ae670e #0e55ae

#ae670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae670e Color CSS Codes

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

#ae670e Text Font Color

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

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


#ae670e Background Color

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

This div background color is #ae670e


#ae670e Border Color

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

This div border color is #ae670e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae670e


Comments

No comments written yet.

Please login to write comment.