Color Hex Logo

#aa998d Color Hex

#AA998D
(170,153,141)
0 Favorites   0 Comments

Color spaces of #aa998d

RGB 170153141
HSL0.070.150.61
HSV25°17°67°
CMYK 0.000.100.17   0.33
XYZ32.776533.251629.8900
Yxy33.25160.34170.3467
Hunter Lab57.66420.54769.6322
CIE-Lab64.36414.22948.5762

#aa998d color RGB value is (170,153,141).

#aa998d hex color red value is 170, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aa998d hue: 0.07 , saturation: 0.15 and the lightness value of aa998d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 10001101
Octal 252 231 215
Decimal 170 153 141
Hex AA 99 8D

RGB Percentages of Color #aa998d

%36.64
%32.97
%30.39

CMYK Percentages of Color #aa998d

%0
%10
%17
%33

Triadic Colors of #aa998d

#aa998d #8daa99 #998daa

Analogous Colors of #aa998d

#aa998d #aaa88d #aa8d90

Monochromatic Colors of #aa998d

#aa998d

Complementary Color

#aa998d #8d9eaa

#aa998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa998d Color CSS Codes

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

#aa998d Text Font Color

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

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


#aa998d Background Color

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

This div background color is #aa998d


#aa998d Border Color

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

This div border color is #aa998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa998d


Comments

No comments written yet.

Please login to write comment.