Color Hex Logo

#ae826f Color Hex

#AE826F
(174,130,111)
0 Favorites   0 Comments

Color spaces of #ae826f

RGB 174130111
HSL0.050.280.56
HSV18°36°68°
CMYK 0.000.250.36   0.32
XYZ28.307426.111618.5870
Yxy26.11160.38770.3577
Hunter Lab51.09959.458814.2034
CIE-Lab58.142814.324616.8861

#ae826f color RGB value is (174,130,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000010 01101111
Octal 256 202 157
Decimal 174 130 111
Hex AE 82 6F

RGB Percentages of Color #ae826f

%41.93
%31.33
%26.75

CMYK Percentages of Color #ae826f

%0
%25
%36
%32

Triadic Colors of #ae826f

#ae826f #6fae82 #826fae

Analogous Colors of #ae826f

#ae826f #aea26f #ae6f7c

Monochromatic Colors of #ae826f

#ae826f

Complementary Color

#ae826f #6f9bae

#ae826f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae826f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae826f Color CSS Codes

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

#ae826f Text Font Color

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

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


#ae826f Background Color

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

This div background color is #ae826f


#ae826f Border Color

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

This div border color is #ae826f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae826f


Comments

No comments written yet.

Please login to write comment.