Color Hex Logo

#aa9680 Color Hex

#AA9680
(170,150,128)
0 Favorites   0 Comments

Color spaces of #aa9680

RGB 170150128
HSL0.090.200.58
HSV31°25°67°
CMYK 0.000.120.25   0.33
XYZ31.380231.917324.9288
Yxy31.91730.35570.3618
Hunter Lab56.49540.280313.3849
CIE-Lab63.27453.874814.3283

#aa9680 color RGB value is (170,150,128).

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

The process color (four color CMYK) of #aa9680 color hex is 0.00, 0.12, 0.25, 0.33. Web safe color of #aa9680 is #999999. Color #aa9680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 10000000
Octal 252 226 200
Decimal 170 150 128
Hex AA 96 80

RGB Percentages of Color #aa9680

%37.95
%33.48
%28.57

CMYK Percentages of Color #aa9680

%0
%12
%25
%33

Triadic Colors of #aa9680

#aa9680 #80aa96 #9680aa

Analogous Colors of #aa9680

#aa9680 #a9aa80 #aa8180

Monochromatic Colors of #aa9680

#aa9680

Complementary Color

#aa9680 #8094aa

#aa9680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9680 Color CSS Codes

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

#aa9680 Text Font Color

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

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


#aa9680 Background Color

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

This div background color is #aa9680


#aa9680 Border Color

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

This div border color is #aa9680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9680


Comments

No comments written yet.

Please login to write comment.