Color Hex Logo

#aaa795 Color Hex

#AAA795
(170,167,149)
0 Favorites   0 Comments

Color spaces of #aaa795

RGB 170167149
HSL0.140.110.63
HSV51°12°67°
CMYK 0.000.020.12   0.33
XYZ35.821138.353433.9487
Yxy38.35340.33130.3547
Hunter Lab61.9301-5.131210.8496
CIE-Lab68.2803-2.11389.6927

#aaa795 color RGB value is (170,167,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10010101
Octal 252 247 225
Decimal 170 167 149
Hex AA A7 95

RGB Percentages of Color #aaa795

%34.98
%34.36
%30.66

CMYK Percentages of Color #aaa795

%0
%2
%12
%33

Triadic Colors of #aaa795

#aaa795 #95aaa7 #a795aa

Analogous Colors of #aaa795

#aaa795 #a3aa95 #aa9d95

Monochromatic Colors of #aaa795

#aaa795

Complementary Color

#aaa795 #9598aa

#aaa795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa795 Color CSS Codes

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

#aaa795 Text Font Color

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

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


#aaa795 Background Color

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

This div background color is #aaa795


#aaa795 Border Color

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

This div border color is #aaa795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa795


Comments

No comments written yet.

Please login to write comment.