Color Hex Logo

#aa917f Color Hex

#AA917F
(170,145,127)
0 Favorites   0 Comments

Color spaces of #aa917f

RGB 170145127
HSL0.070.200.58
HSV25°25°67°
CMYK 0.000.150.25   0.33
XYZ30.533730.329224.3235
Yxy30.32920.35840.3560
Hunter Lab55.07202.590312.3639
CIE-Lab61.93726.503013.0211

#aa917f color RGB value is (170,145,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 01111111
Octal 252 221 177
Decimal 170 145 127
Hex AA 91 7F

RGB Percentages of Color #aa917f

%38.46
%32.81
%28.73

CMYK Percentages of Color #aa917f

%0
%15
%25
%33

Triadic Colors of #aa917f

#aa917f #7faa91 #917faa

Analogous Colors of #aa917f

#aa917f #aaa77f #aa7f83

Monochromatic Colors of #aa917f

#aa917f

Complementary Color

#aa917f #7f98aa

#aa917f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa917f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa917f Color CSS Codes

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

#aa917f Text Font Color

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

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


#aa917f Background Color

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

This div background color is #aa917f


#aa917f Border Color

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

This div border color is #aa917f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa917f


Comments

No comments written yet.

Please login to write comment.