Color Hex Logo

#aaa19d Color Hex

#AAA19D
(170,161,157)
0 Favorites   0 Comments

Color spaces of #aaa19d

RGB 170161157
HSL0.050.070.64
HSV18°67°
CMYK 0.000.050.08   0.33
XYZ35.408236.470137.0715
Yxy36.47010.32500.3347
Hunter Lab60.3905-1.02515.8774
CIE-Lab66.87762.53933.2373

#aaa19d color RGB value is (170,161,157).

#aaa19d hex color red value is 170, green value is 161 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aaa19d hue: 0.05 , saturation: 0.07 and the lightness value of aaa19d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10011101
Octal 252 241 235
Decimal 170 161 157
Hex AA A1 9D

RGB Percentages of Color #aaa19d

%34.84
%32.99
%32.17

CMYK Percentages of Color #aaa19d

%0
%5
%8
%33

Triadic Colors of #aaa19d

#aaa19d #9daaa1 #a19daa

Analogous Colors of #aaa19d

#aaa19d #aaa89d #aa9da0

Monochromatic Colors of #aaa19d

#aaa19d

Complementary Color

#aaa19d #9da6aa

#aaa19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa19d Color CSS Codes

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

#aaa19d Text Font Color

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

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


#aaa19d Background Color

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

This div background color is #aaa19d


#aaa19d Border Color

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

This div border color is #aaa19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa19d


Comments

No comments written yet.

Please login to write comment.