Color Hex Logo

#aaa190 Color Hex

#AAA190
(170,161,144)
0 Favorites   0 Comments

Color spaces of #aaa190

RGB 170161144
HSL0.110.130.62
HSV39°15°67°
CMYK 0.000.050.15   0.33
XYZ34.356536.049431.5330
Yxy36.04940.33700.3536
Hunter Lab60.0412-2.931510.8903
CIE-Lab66.55770.320410.0189

#aaa190 color RGB value is (170,161,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10010000
Octal 252 241 220
Decimal 170 161 144
Hex AA A1 90

RGB Percentages of Color #aaa190

%35.79
%33.89
%30.32

CMYK Percentages of Color #aaa190

%0
%5
%15
%33

Triadic Colors of #aaa190

#aaa190 #90aaa1 #a190aa

Analogous Colors of #aaa190

#aaa190 #a6aa90 #aa9490

Monochromatic Colors of #aaa190

#aaa190

Complementary Color

#aaa190 #9099aa

#aaa190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa190 Color CSS Codes

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

#aaa190 Text Font Color

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

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


#aaa190 Background Color

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

This div background color is #aaa190


#aaa190 Border Color

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

This div border color is #aaa190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa190


Comments

No comments written yet.

Please login to write comment.