Color Hex Logo

#ae816f Color Hex

#AE816F
(174,129,111)
0 Favorites   0 Comments

Color spaces of #ae816f

RGB 174129111
HSL0.050.280.56
HSV17°36°68°
CMYK 0.000.260.36   0.32
XYZ28.175125.846918.5429
Yxy25.84690.38830.3562
Hunter Lab50.83989.953813.9630
CIE-Lab57.891414.887116.5405

#ae816f color RGB value is (174,129,111).

#ae816f hex color red value is 174, green value is 129 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae816f hue: 0.05 , saturation: 0.28 and the lightness value of ae816f is 0.56.

The process color (four color CMYK) of #ae816f color hex is 0.00, 0.26, 0.36, 0.32. Web safe color of #ae816f is #999966. Color #ae816f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 01101111
Octal 256 201 157
Decimal 174 129 111
Hex AE 81 6F

RGB Percentages of Color #ae816f

%42.03
%31.16
%26.81

CMYK Percentages of Color #ae816f

%0
%26
%36
%32

Triadic Colors of #ae816f

#ae816f #6fae81 #816fae

Analogous Colors of #ae816f

#ae816f #aea16f #ae6f7d

Monochromatic Colors of #ae816f

#ae816f

Complementary Color

#ae816f #6f9cae

#ae816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae816f Color CSS Codes

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

#ae816f Text Font Color

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

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


#ae816f Background Color

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

This div background color is #ae816f


#ae816f Border Color

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

This div border color is #ae816f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae816f


Comments

No comments written yet.

Please login to write comment.