Color Hex Logo

#aea28b Color Hex

#AEA28B
(174,162,139)
0 Favorites   0 Comments

Color spaces of #aea28b

RGB 174162139
HSL0.110.180.61
HSV39°20°68°
CMYK 0.000.070.20   0.32
XYZ35.036136.703429.6640
Yxy36.70340.34550.3620
Hunter Lab60.5833-2.792013.3776
CIE-Lab67.05390.514513.5422

#aea28b color RGB value is (174,162,139).

#aea28b hex color red value is 174, green value is 162 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aea28b hue: 0.11 , saturation: 0.18 and the lightness value of aea28b is 0.61.

The process color (four color CMYK) of #aea28b color hex is 0.00, 0.07, 0.20, 0.32. Web safe color of #aea28b is #999999. Color #aea28b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 10001011
Octal 256 242 213
Decimal 174 162 139
Hex AE A2 8B

RGB Percentages of Color #aea28b

%36.63
%34.11
%29.26

CMYK Percentages of Color #aea28b

%0
%7
%20
%32

Triadic Colors of #aea28b

#aea28b #8baea2 #a28bae

Analogous Colors of #aea28b

#aea28b #a9ae8b #ae918b

Monochromatic Colors of #aea28b

#aea28b

Complementary Color

#aea28b #8b97ae

#aea28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea28b Color CSS Codes

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

#aea28b Text Font Color

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

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


#aea28b Background Color

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

This div background color is #aea28b


#aea28b Border Color

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

This div border color is #aea28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea28b


Comments

No comments written yet.

Please login to write comment.