Color Hex Logo

#aaa957 Color Hex

#AAA957
(170,169,87)
0 Favorites   0 Comments

Color spaces of #aaa957

RGB 17016987
HSL0.160.330.50
HSV59°49°67°
CMYK 0.000.010.49   0.33
XYZ32.485837.610114.5641
Yxy37.61010.38370.4442
Hunter Lab61.3271-12.768528.8486
CIE-Lab67.7323-11.328142.0827

#aaa957 color RGB value is (170,169,87).

#aaa957 hex color red value is 170, green value is 169 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #aaa957 hue: 0.16 , saturation: 0.33 and the lightness value of aaa957 is 0.50.

The process color (four color CMYK) of #aaa957 color hex is 0.00, 0.01, 0.49, 0.33. Web safe color of #aaa957 is #999966. Color #aaa957 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101001 01010111
Octal 252 251 127
Decimal 170 169 87
Hex AA A9 57

RGB Percentages of Color #aaa957

%39.91
%39.67
%20.42

CMYK Percentages of Color #aaa957

%0
%1
%49
%33

Triadic Colors of #aaa957

#aaa957 #57aaa9 #a957aa

Analogous Colors of #aaa957

#aaa957 #82aa57 #aa8057

Monochromatic Colors of #aaa957

#aaa957

Complementary Color

#aaa957 #5758aa

#aaa957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa957 Color CSS Codes

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

#aaa957 Text Font Color

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

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


#aaa957 Background Color

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

This div background color is #aaa957


#aaa957 Border Color

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

This div border color is #aaa957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa957


Comments

No comments written yet.

Please login to write comment.