Color Hex Logo

#aa9984 Color Hex

#AA9984
(170,153,132)
0 Favorites   0 Comments

Color spaces of #aa9984

RGB 170153132
HSL0.090.180.59
HSV33°22°67°
CMYK 0.000.100.22   0.33
XYZ32.133732.994526.5047
Yxy32.99450.35070.3601
Hunter Lab57.4408-0.664512.8506
CIE-Lab64.15652.817313.3233

#aa9984 color RGB value is (170,153,132).

#aa9984 hex color red value is 170, green value is 153 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #aa9984 hue: 0.09 , saturation: 0.18 and the lightness value of aa9984 is 0.59.

The process color (four color CMYK) of #aa9984 color hex is 0.00, 0.10, 0.22, 0.33. Web safe color of #aa9984 is #999999. Color #aa9984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 10000100
Octal 252 231 204
Decimal 170 153 132
Hex AA 99 84

RGB Percentages of Color #aa9984

%37.36
%33.63
%29.01

CMYK Percentages of Color #aa9984

%0
%10
%22
%33

Triadic Colors of #aa9984

#aa9984 #84aa99 #9984aa

Analogous Colors of #aa9984

#aa9984 #a8aa84 #aa8684

Monochromatic Colors of #aa9984

#aa9984

Complementary Color

#aa9984 #8495aa

#aa9984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9984 Color CSS Codes

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

#aa9984 Text Font Color

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

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


#aa9984 Background Color

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

This div background color is #aa9984


#aa9984 Border Color

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

This div border color is #aa9984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9984

#aa9984 Color Palettes


Comments

No comments written yet.

Please login to write comment.