Color Hex Logo

#aaaa7c Color Hex

#AAAA7C
(170,170,124)
0 Favorites   0 Comments

Color spaces of #aaaa7c

RGB 170170124
HSL0.170.210.58
HSV60°27°67°
CMYK 0.000.000.27   0.33
XYZ34.590438.750724.7253
Yxy38.75070.35270.3951
Hunter Lab62.2501-9.750820.0255
CIE-Lab68.5703-7.548423.7929

#aaaa7c color RGB value is (170,170,124).

#aaaa7c hex color red value is 170, green value is 170 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aaaa7c hue: 0.17 , saturation: 0.21 and the lightness value of aaaa7c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101010 01111100
Octal 252 252 174
Decimal 170 170 124
Hex AA AA 7C

RGB Percentages of Color #aaaa7c

%36.64
%36.64
%26.72

CMYK Percentages of Color #aaaa7c

%0
%0
%27
%33

Triadic Colors of #aaaa7c

#aaaa7c #7caaaa #aa7caa

Analogous Colors of #aaaa7c

#aaaa7c #93aa7c #aa937c

Monochromatic Colors of #aaaa7c

#aaaa7c

Complementary Color

#aaaa7c #7c7caa

#aaaa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaa7c Color CSS Codes

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

#aaaa7c Text Font Color

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

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


#aaaa7c Background Color

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

This div background color is #aaaa7c


#aaaa7c Border Color

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

This div border color is #aaaa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaa7c


Comments

No comments written yet.

Please login to write comment.