Color Hex Logo

#aaa095 Color Hex

#AAA095
(170,160,149)
0 Favorites   0 Comments

Color spaces of #aaa095

RGB 170160149
HSL0.090.110.63
HSV31°12°67°
CMYK 0.000.060.12   0.33
XYZ34.573235.857633.5328
Yxy35.85760.33260.3449
Hunter Lab59.8812-1.73288.7151
CIE-Lab66.41101.69997.0259

#aaa095 color RGB value is (170,160,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 10010101
Octal 252 240 225
Decimal 170 160 149
Hex AA A0 95

RGB Percentages of Color #aaa095

%35.49
%33.40
%31.11

CMYK Percentages of Color #aaa095

%0
%6
%12
%33

Triadic Colors of #aaa095

#aaa095 #95aaa0 #a095aa

Analogous Colors of #aaa095

#aaa095 #aaaa95 #aa9695

Monochromatic Colors of #aaa095

#aaa095

Complementary Color

#aaa095 #959faa

#aaa095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa095 Color CSS Codes

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

#aaa095 Text Font Color

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

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


#aaa095 Background Color

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

This div background color is #aaa095


#aaa095 Border Color

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

This div border color is #aaa095


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,160,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 #aaa095">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa095


Comments

No comments written yet.

Please login to write comment.