Color Hex Logo

#ae872c Color Hex

#AE872C
(174,135,44)
0 Favorites   0 Comments

Color spaces of #ae872c

RGB 17413544
HSL0.120.600.43
HSV42°75°68°
CMYK 0.000.220.75   0.32
XYZ26.574226.50856.0989
Yxy26.50850.44900.4479
Hunter Lab51.48642.029829.0172
CIE-Lab58.51665.754751.9536

#ae872c color RGB value is (174,135,44).

#ae872c hex color red value is 174, green value is 135 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae872c hue: 0.12 , saturation: 0.60 and the lightness value of ae872c is 0.43.

The process color (four color CMYK) of #ae872c color hex is 0.00, 0.22, 0.75, 0.32. Web safe color of #ae872c is #999933. Color #ae872c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000111 00101100
Octal 256 207 54
Decimal 174 135 44
Hex AE 87 2C

RGB Percentages of Color #ae872c

%49.29
%38.24
%12.46

CMYK Percentages of Color #ae872c

%0
%22
%75
%32

Triadic Colors of #ae872c

#ae872c #2cae87 #872cae

Analogous Colors of #ae872c

#ae872c #94ae2c #ae462c

Monochromatic Colors of #ae872c

#ae872c

Complementary Color

#ae872c #2c53ae

#ae872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae872c Color CSS Codes

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

#ae872c Text Font Color

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

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


#ae872c Background Color

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

This div background color is #ae872c


#ae872c Border Color

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

This div border color is #ae872c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae872c


Comments

No comments written yet.

Please login to write comment.