Color Hex Logo

#aaa695 Color Hex

#AAA695
(170,166,149)
0 Favorites   0 Comments

Color spaces of #aaa695

RGB 170166149
HSL0.130.110.63
HSV49°12°67°
CMYK 0.000.020.12   0.33
XYZ35.638637.988433.8879
Yxy37.98840.33150.3533
Hunter Lab61.6347-4.648010.5456
CIE-Lab68.0121-1.57219.3113

#aaa695 color RGB value is (170,166,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 10010101
Octal 252 246 225
Decimal 170 166 149
Hex AA A6 95

RGB Percentages of Color #aaa695

%35.05
%34.23
%30.72

CMYK Percentages of Color #aaa695

%0
%2
%12
%33

Triadic Colors of #aaa695

#aaa695 #95aaa6 #a695aa

Analogous Colors of #aaa695

#aaa695 #a4aa95 #aa9c95

Monochromatic Colors of #aaa695

#aaa695

Complementary Color

#aaa695 #9599aa

#aaa695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa695 Color CSS Codes

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

#aaa695 Text Font Color

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

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


#aaa695 Background Color

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

This div background color is #aaa695


#aaa695 Border Color

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

This div border color is #aaa695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa695


Comments

No comments written yet.

Please login to write comment.