Color Hex Logo

#aaa47f Color Hex

#AAA47F
(170,164,127)
0 Favorites   0 Comments

Color spaces of #aaa47f

RGB 170164127
HSL0.140.200.58
HSV52°25°67°
CMYK 0.000.040.25   0.33
XYZ33.683836.629325.3735
Yxy36.62930.35200.3828
Hunter Lab60.5221-6.569017.5086
CIE-Lab66.9980-3.917620.0249

#aaa47f color RGB value is (170,164,127).

#aaa47f hex color red value is 170, green value is 164 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aaa47f hue: 0.14 , saturation: 0.20 and the lightness value of aaa47f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100100 01111111
Octal 252 244 177
Decimal 170 164 127
Hex AA A4 7F

RGB Percentages of Color #aaa47f

%36.88
%35.57
%27.55

CMYK Percentages of Color #aaa47f

%0
%4
%25
%33

Triadic Colors of #aaa47f

#aaa47f #7faaa4 #a47faa

Analogous Colors of #aaa47f

#aaa47f #9baa7f #aa8f7f

Monochromatic Colors of #aaa47f

#aaa47f

Complementary Color

#aaa47f #7f85aa

#aaa47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa47f Color CSS Codes

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

#aaa47f Text Font Color

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

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


#aaa47f Background Color

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

This div background color is #aaa47f


#aaa47f Border Color

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

This div border color is #aaa47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa47f


Comments

No comments written yet.

Please login to write comment.