Color Hex Logo

#aaa196 Color Hex

#AAA196
(170,161,150)
0 Favorites   0 Comments

Color spaces of #aaa196

RGB 170161150
HSL0.090.110.63
HSV33°12°67°
CMYK 0.000.050.12   0.33
XYZ34.827536.237834.0132
Yxy36.23780.33140.3449
Hunter Lab60.1978-2.07498.6382
CIE-Lab66.70121.32186.8844

#aaa196 color RGB value is (170,161,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10010110
Octal 252 241 226
Decimal 170 161 150
Hex AA A1 96

RGB Percentages of Color #aaa196

%35.34
%33.47
%31.19

CMYK Percentages of Color #aaa196

%0
%5
%12
%33

Triadic Colors of #aaa196

#aaa196 #96aaa1 #a196aa

Analogous Colors of #aaa196

#aaa196 #a9aa96 #aa9796

Monochromatic Colors of #aaa196

#aaa196

Complementary Color

#aaa196 #969faa

#aaa196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa196 Color CSS Codes

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

#aaa196 Text Font Color

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

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


#aaa196 Background Color

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

This div background color is #aaa196


#aaa196 Border Color

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

This div border color is #aaa196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa196


Comments

No comments written yet.

Please login to write comment.