Color Hex Logo

#aaa791 Color Hex

#AAA791
(170,167,145)
0 Favorites   0 Comments

Color spaces of #aaa791

RGB 170167145
HSL0.150.130.62
HSV53°15°67°
CMYK 0.000.020.15   0.33
XYZ35.507138.227832.2953
Yxy38.22780.33490.3605
Hunter Lab61.8286-5.690712.3108
CIE-Lab68.1882-2.775211.7723

#aaa791 color RGB value is (170,167,145).

#aaa791 hex color red value is 170, green value is 167 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aaa791 hue: 0.15 , saturation: 0.13 and the lightness value of aaa791 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10010001
Octal 252 247 221
Decimal 170 167 145
Hex AA A7 91

RGB Percentages of Color #aaa791

%35.27
%34.65
%30.08

CMYK Percentages of Color #aaa791

%0
%2
%15
%33

Triadic Colors of #aaa791

#aaa791 #91aaa7 #a791aa

Analogous Colors of #aaa791

#aaa791 #a1aa91 #aa9b91

Monochromatic Colors of #aaa791

#aaa791

Complementary Color

#aaa791 #9194aa

#aaa791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa791 Color CSS Codes

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

#aaa791 Text Font Color

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

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


#aaa791 Background Color

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

This div background color is #aaa791


#aaa791 Border Color

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

This div border color is #aaa791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa791


Comments

No comments written yet.

Please login to write comment.