Color Hex Logo

#aaa796 Color Hex

#AAA796
(170,167,150)
0 Favorites   0 Comments

Color spaces of #aaa796

RGB 170167150
HSL0.140.110.63
HSV51°12°67°
CMYK 0.000.020.12   0.33
XYZ35.901338.385534.3711
Yxy38.38550.33040.3533
Hunter Lab61.9560-4.988710.4771
CIE-Lab68.3038-1.94589.1731

#aaa796 color RGB value is (170,167,150).

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

The process color (four color CMYK) of #aaa796 color hex is 0.00, 0.02, 0.12, 0.33. Web safe color of #aaa796 is #999999. Color #aaa796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10010110
Octal 252 247 226
Decimal 170 167 150
Hex AA A7 96

RGB Percentages of Color #aaa796

%34.91
%34.29
%30.80

CMYK Percentages of Color #aaa796

%0
%2
%12
%33

Triadic Colors of #aaa796

#aaa796 #96aaa7 #a796aa

Analogous Colors of #aaa796

#aaa796 #a3aa96 #aa9d96

Monochromatic Colors of #aaa796

#aaa796

Complementary Color

#aaa796 #9699aa

#aaa796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa796 Color CSS Codes

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

#aaa796 Text Font Color

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

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


#aaa796 Background Color

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

This div background color is #aaa796


#aaa796 Border Color

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

This div border color is #aaa796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa796


Comments

No comments written yet.

Please login to write comment.