Color Hex Logo

#aaa19c Color Hex

#AAA19C
(170,161,156)
0 Favorites   0 Comments

Color spaces of #aaa19c

RGB 170161156
HSL0.060.080.64
HSV21°67°
CMYK 0.000.050.08   0.33
XYZ35.323236.436136.6236
Yxy36.43610.32590.3362
Hunter Lab60.3623-1.17836.2806
CIE-Lab66.85182.36223.7576

#aaa19c color RGB value is (170,161,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10011100
Octal 252 241 234
Decimal 170 161 156
Hex AA A1 9C

RGB Percentages of Color #aaa19c

%34.91
%33.06
%32.03

CMYK Percentages of Color #aaa19c

%0
%5
%8
%33

Triadic Colors of #aaa19c

#aaa19c #9caaa1 #a19caa

Analogous Colors of #aaa19c

#aaa19c #aaa89c #aa9c9e

Monochromatic Colors of #aaa19c

#aaa19c

Complementary Color

#aaa19c #9ca5aa

#aaa19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa19c Color CSS Codes

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

#aaa19c Text Font Color

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

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


#aaa19c Background Color

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

This div background color is #aaa19c


#aaa19c Border Color

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

This div border color is #aaa19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa19c


Comments

No comments written yet.

Please login to write comment.