Color Hex Logo

#aa978f Color Hex

#AA978F
(170,151,143)
0 Favorites   0 Comments

Color spaces of #aa978f

RGB 170151143
HSL0.050.140.61
HSV18°16°67°
CMYK 0.000.110.16   0.33
XYZ32.602132.662430.5728
Yxy32.66240.34020.3408
Hunter Lab57.15101.81208.2887
CIE-Lab63.88665.66466.7706

#aa978f color RGB value is (170,151,143).

#aa978f hex color red value is 170, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aa978f hue: 0.05 , saturation: 0.14 and the lightness value of aa978f is 0.61.

The process color (four color CMYK) of #aa978f color hex is 0.00, 0.11, 0.16, 0.33. Web safe color of #aa978f is #999999. Color #aa978f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 10001111
Octal 252 227 217
Decimal 170 151 143
Hex AA 97 8F

RGB Percentages of Color #aa978f

%36.64
%32.54
%30.82

CMYK Percentages of Color #aa978f

%0
%11
%16
%33

Triadic Colors of #aa978f

#aa978f #8faa97 #978faa

Analogous Colors of #aa978f

#aa978f #aaa58f #aa8f95

Monochromatic Colors of #aa978f

#aa978f

Complementary Color

#aa978f #8fa2aa

#aa978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa978f Color CSS Codes

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

#aa978f Text Font Color

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

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


#aa978f Background Color

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

This div background color is #aa978f


#aa978f Border Color

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

This div border color is #aa978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa978f

#aa978f Color Palettes


Comments

No comments written yet.

Please login to write comment.