Color Hex Logo

#ae843a Color Hex

#AE843A
(174,132,58)
0 Favorites   0 Comments

Color spaces of #ae843a

RGB 17413258
HSL0.110.500.45
HSV38°67°68°
CMYK 0.000.240.67   0.32
XYZ26.470525.80677.5890
Yxy25.80670.44220.4311
Hunter Lab50.80034.110426.7029
CIE-Lab57.85318.188745.0257

#ae843a color RGB value is (174,132,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 00111010
Octal 256 204 72
Decimal 174 132 58
Hex AE 84 3A

RGB Percentages of Color #ae843a

%47.80
%36.26
%15.93

CMYK Percentages of Color #ae843a

%0
%24
%67
%32

Triadic Colors of #ae843a

#ae843a #3aae84 #843aae

Analogous Colors of #ae843a

#ae843a #9eae3a #ae4a3a

Monochromatic Colors of #ae843a

#ae843a

Complementary Color

#ae843a #3a64ae

#ae843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae843a Color CSS Codes

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

#ae843a Text Font Color

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

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


#ae843a Background Color

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

This div background color is #ae843a


#ae843a Border Color

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

This div border color is #ae843a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,132,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 #ae843a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae843a


Comments

No comments written yet.

Please login to write comment.