Color Hex Logo

#aa787b Color Hex

#AA787B
(170,120,123)
0 Favorites   0 Comments

Color spaces of #aa787b

RGB 170120123
HSL0.990.230.57
HSV356°29°67°
CMYK 0.000.290.28   0.33
XYZ26.869223.409021.8411
Yxy23.40900.37260.3246
Hunter Lab48.382814.45927.1032
CIE-Lab55.491120.00086.1845

#aa787b color RGB value is (170,120,123).

#aa787b hex color red value is 170, green value is 120 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aa787b hue: 0.99 , saturation: 0.23 and the lightness value of aa787b is 0.57.

The process color (four color CMYK) of #aa787b color hex is 0.00, 0.29, 0.28, 0.33. Web safe color of #aa787b is #996666. Color #aa787b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 01111011
Octal 252 170 173
Decimal 170 120 123
Hex AA 78 7B

RGB Percentages of Color #aa787b

%41.16
%29.06
%29.78

CMYK Percentages of Color #aa787b

%0
%29
%28
%33

Triadic Colors of #aa787b

#aa787b #7baa78 #787baa

Analogous Colors of #aa787b

#aa787b #aa8e78 #aa7894

Monochromatic Colors of #aa787b

#aa787b

Complementary Color

#aa787b #78aaa7

#aa787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa787b Color CSS Codes

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

#aa787b Text Font Color

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

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


#aa787b Background Color

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

This div background color is #aa787b


#aa787b Border Color

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

This div border color is #aa787b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa787b


Comments

No comments written yet.

Please login to write comment.