Color Hex Logo

#aa977b Color Hex

#AA977B
(170,151,123)
0 Favorites   0 Comments

Color spaces of #aa977b

RGB 170151123
HSL0.100.220.57
HSV36°28°67°
CMYK 0.000.110.28   0.33
XYZ31.219332.109323.2912
Yxy32.10930.36040.3707
Hunter Lab56.6651-0.820315.2954
CIE-Lab63.43312.599317.3419

#aa977b color RGB value is (170,151,123).

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

The process color (four color CMYK) of #aa977b color hex is 0.00, 0.11, 0.28, 0.33. Web safe color of #aa977b is #999966. Color #aa977b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 01111011
Octal 252 227 173
Decimal 170 151 123
Hex AA 97 7B

RGB Percentages of Color #aa977b

%38.29
%34.01
%27.70

CMYK Percentages of Color #aa977b

%0
%11
%28
%33

Triadic Colors of #aa977b

#aa977b #7baa97 #977baa

Analogous Colors of #aa977b

#aa977b #a6aa7b #aa807b

Monochromatic Colors of #aa977b

#aa977b

Complementary Color

#aa977b #7b8eaa

#aa977b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa977b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa977b Color CSS Codes

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

#aa977b Text Font Color

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

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


#aa977b Background Color

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

This div background color is #aa977b


#aa977b Border Color

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

This div border color is #aa977b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa977b


Comments

No comments written yet.

Please login to write comment.