Color Hex Logo

#aaa170 Color Hex

#AAA170
(170,161,112)
0 Favorites   0 Comments

Color spaces of #aaa170

RGB 170161112
HSL0.140.250.55
HSV51°34°67°
CMYK 0.000.050.34   0.33
XYZ32.247135.205620.4250
Yxy35.20560.36700.4006
Hunter Lab59.3343-6.823621.1243
CIE-Lab65.9084-4.325126.7324

#aaa170 color RGB value is (170,161,112).

#aaa170 hex color red value is 170, green value is 161 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aaa170 hue: 0.14 , saturation: 0.25 and the lightness value of aaa170 is 0.55.

The process color (four color CMYK) of #aaa170 color hex is 0.00, 0.05, 0.34, 0.33. Web safe color of #aaa170 is #999966. Color #aaa170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01110000
Octal 252 241 160
Decimal 170 161 112
Hex AA A1 70

RGB Percentages of Color #aaa170

%38.37
%36.34
%25.28

CMYK Percentages of Color #aaa170

%0
%5
%34
%33

Triadic Colors of #aaa170

#aaa170 #70aaa1 #a170aa

Analogous Colors of #aaa170

#aaa170 #96aa70 #aa8470

Monochromatic Colors of #aaa170

#aaa170

Complementary Color

#aaa170 #7079aa

#aaa170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa170 Color CSS Codes

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

#aaa170 Text Font Color

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

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


#aaa170 Background Color

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

This div background color is #aaa170


#aaa170 Border Color

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

This div border color is #aaa170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa170


Comments

No comments written yet.

Please login to write comment.