Color Hex Logo

#aaa497 Color Hex

#AAA497
(170,164,151)
0 Favorites   0 Comments

Color spaces of #aaa497

RGB 170164151
HSL0.110.100.63
HSV41°11°67°
CMYK 0.000.040.11   0.33
XYZ35.438937.331334.6160
Yxy37.33130.33000.3476
Hunter Lab61.0993-3.39019.1786
CIE-Lab67.5248-0.14687.5074

#aaa497 color RGB value is (170,164,151).

#aaa497 hex color red value is 170, green value is 164 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #aaa497 hue: 0.11 , saturation: 0.10 and the lightness value of aaa497 is 0.63.

The process color (four color CMYK) of #aaa497 color hex is 0.00, 0.04, 0.11, 0.33. Web safe color of #aaa497 is #999999. Color #aaa497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 10010111
Octal 252 244 227
Decimal 170 164 151
Hex AA A4 97

RGB Percentages of Color #aaa497

%35.05
%33.81
%31.13

CMYK Percentages of Color #aaa497

%0
%4
%11
%33

Triadic Colors of #aaa497

#aaa497 #97aaa4 #a497aa

Analogous Colors of #aaa497

#aaa497 #a7aa97 #aa9b97

Monochromatic Colors of #aaa497

#aaa497

Complementary Color

#aaa497 #979daa

#aaa497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa497 Color CSS Codes

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

#aaa497 Text Font Color

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

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


#aaa497 Background Color

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

This div background color is #aaa497


#aaa497 Border Color

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

This div border color is #aaa497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa497


Comments

No comments written yet.

Please login to write comment.