Color Hex Logo

#ae813a Color Hex

#AE813A
(174,129,58)
0 Favorites   0 Comments

Color spaces of #ae813a

RGB 17412958
HSL0.100.500.45
HSV37°67°68°
CMYK 0.000.260.67   0.32
XYZ26.069525.00477.4554
Yxy25.00470.44540.4272
Hunter Lab50.00475.551126.1635
CIE-Lab57.08009.863944.1786

#ae813a color RGB value is (174,129,58).

#ae813a hex color red value is 174, green value is 129 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae813a hue: 0.10 , saturation: 0.50 and the lightness value of ae813a is 0.45.

The process color (four color CMYK) of #ae813a color hex is 0.00, 0.26, 0.67, 0.32. Web safe color of #ae813a is #999933. Color #ae813a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 00111010
Octal 256 201 72
Decimal 174 129 58
Hex AE 81 3A

RGB Percentages of Color #ae813a

%48.20
%35.73
%16.07

CMYK Percentages of Color #ae813a

%0
%26
%67
%32

Triadic Colors of #ae813a

#ae813a #3aae81 #813aae

Analogous Colors of #ae813a

#ae813a #a1ae3a #ae473a

Monochromatic Colors of #ae813a

#ae813a

Complementary Color

#ae813a #3a67ae

#ae813a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae813a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae813a Color CSS Codes

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

#ae813a Text Font Color

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

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


#ae813a Background Color

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

This div background color is #ae813a


#ae813a Border Color

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

This div border color is #ae813a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae813a


Comments

No comments written yet.

Please login to write comment.