Color Hex Logo

#aa9770 Color Hex

#AA9770
(170,151,112)
0 Favorites   0 Comments

Color spaces of #aa9770

RGB 170151112
HSL0.110.250.55
HSV40°34°67°
CMYK 0.000.110.34   0.33
XYZ30.568831.849119.8656
Yxy31.84910.37150.3871
Hunter Lab56.4350-2.074318.6339
CIE-Lab63.21801.113823.1485

#aa9770 color RGB value is (170,151,112).

#aa9770 hex color red value is 170, green value is 151 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #aa9770 hue: 0.11 , saturation: 0.25 and the lightness value of aa9770 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010111 01110000
Octal 252 227 160
Decimal 170 151 112
Hex AA 97 70

RGB Percentages of Color #aa9770

%39.26
%34.87
%25.87

CMYK Percentages of Color #aa9770

%0
%11
%34
%33

Triadic Colors of #aa9770

#aa9770 #70aa97 #9770aa

Analogous Colors of #aa9770

#aa9770 #a0aa70 #aa7a70

Monochromatic Colors of #aa9770

#aa9770

Complementary Color

#aa9770 #7083aa

#aa9770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9770 Color CSS Codes

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

#aa9770 Text Font Color

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

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


#aa9770 Background Color

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

This div background color is #aa9770


#aa9770 Border Color

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

This div border color is #aa9770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9770


Comments

No comments written yet.

Please login to write comment.