Color Hex Logo

#aaa37f Color Hex

#AAA37F
(170,163,127)
0 Favorites   0 Comments

Color spaces of #aaa37f

RGB 170163127
HSL0.140.200.58
HSV50°25°67°
CMYK 0.000.040.25   0.33
XYZ33.505536.272725.3141
Yxy36.27270.35230.3814
Hunter Lab60.2268-6.093517.2384
CIE-Lab66.7278-3.378219.6551

#aaa37f color RGB value is (170,163,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 01111111
Octal 252 243 177
Decimal 170 163 127
Hex AA A3 7F

RGB Percentages of Color #aaa37f

%36.96
%35.43
%27.61

CMYK Percentages of Color #aaa37f

%0
%4
%25
%33

Triadic Colors of #aaa37f

#aaa37f #7faaa3 #a37faa

Analogous Colors of #aaa37f

#aaa37f #9caa7f #aa8e7f

Monochromatic Colors of #aaa37f

#aaa37f

Complementary Color

#aaa37f #7f86aa

#aaa37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa37f Color CSS Codes

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

#aaa37f Text Font Color

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

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


#aaa37f Background Color

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

This div background color is #aaa37f


#aaa37f Border Color

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

This div border color is #aaa37f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,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 #aaa37f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa37f


Comments

No comments written yet.

Please login to write comment.