Color Hex Logo

#aa998c Color Hex

#AA998C
(170,153,140)
0 Favorites   0 Comments

Color spaces of #aa998c

RGB 170153140
HSL0.070.150.61
HSV26°18°67°
CMYK 0.000.100.18   0.33
XYZ32.702433.222029.4998
Yxy33.22200.34270.3482
Hunter Lab57.63850.408210.0019
CIE-Lab64.34034.06789.1032

#aa998c color RGB value is (170,153,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 10001100
Octal 252 231 214
Decimal 170 153 140
Hex AA 99 8C

RGB Percentages of Color #aa998c

%36.72
%33.05
%30.24

CMYK Percentages of Color #aa998c

%0
%10
%18
%33

Triadic Colors of #aa998c

#aa998c #8caa99 #998caa

Analogous Colors of #aa998c

#aa998c #aaa88c #aa8c8e

Monochromatic Colors of #aa998c

#aa998c

Complementary Color

#aa998c #8c9daa

#aa998c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa998c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa998c Color CSS Codes

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

#aa998c Text Font Color

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

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


#aa998c Background Color

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

This div background color is #aa998c


#aa998c Border Color

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

This div border color is #aa998c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa998c


Comments

No comments written yet.

Please login to write comment.