Color Hex Logo

#aaa57e Color Hex

#AAA57E
(170,165,126)
0 Favorites   0 Comments

Color spaces of #aaa57e

RGB 170165126
HSL0.150.210.58
HSV53°26°67°
CMYK 0.000.030.26   0.33
XYZ33.798636.962725.0918
Yxy36.96270.35260.3856
Hunter Lab60.7970-7.161918.0880
CIE-Lab67.2490-4.598220.9149

#aaa57e color RGB value is (170,165,126).

#aaa57e hex color red value is 170, green value is 165 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aaa57e hue: 0.15 , saturation: 0.21 and the lightness value of aaa57e is 0.58.

The process color (four color CMYK) of #aaa57e color hex is 0.00, 0.03, 0.26, 0.33. Web safe color of #aaa57e is #999966. Color #aaa57e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100101 01111110
Octal 252 245 176
Decimal 170 165 126
Hex AA A5 7E

RGB Percentages of Color #aaa57e

%36.88
%35.79
%27.33

CMYK Percentages of Color #aaa57e

%0
%3
%26
%33

Triadic Colors of #aaa57e

#aaa57e #7eaaa5 #a57eaa

Analogous Colors of #aaa57e

#aaa57e #99aa7e #aa8f7e

Monochromatic Colors of #aaa57e

#aaa57e

Complementary Color

#aaa57e #7e83aa

#aaa57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa57e Color CSS Codes

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

#aaa57e Text Font Color

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

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


#aaa57e Background Color

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

This div background color is #aaa57e


#aaa57e Border Color

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

This div border color is #aaa57e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,165,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaa57e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaa57e;
  -webkit-box-shadow: 1px 1px 3px 2px #aaa57e;
  box-shadow:         1px 1px 3px 2px #aaa57e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,165,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa57e


Comments

No comments written yet.

Please login to write comment.