Hex #aa8898 Color

#aa8898
equivalent to

RGB

(170, 136, 152)

Details of #aa8898

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
170
31.0492
0.92
0.00
60.2675
28.4214
332°
53.3117
136
28.4214
0.17
0.20
15.6165
0.3338
20°
10.6648
152
33.5552
0.60
0.11   0.33
-3.5963
0.3055
67°
0.0131

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101010
252
170
AA
Green
10001000
210
136
88
Blue
10011000
230
152
98

RGB in % of #aa8898

%37.12
%29.69
%33.19

CMYK in % of #aa8898

%0
%20
%11
%33

Triads of color #aa8898

#aa8898 #8898aa #98aa98

Similar Colors to #aa8898

#aa8898 #aa88a9 #aa8988

Preview Color #aa8898 on black ground

#aa8898 is very interesting for text.

Preview Color #aa8898 on white ground

#aa8898 is very interesting for text.

CSS Codes #aa8898 color

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

Text Font Color #aa8898

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

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


Background Color #aa8898

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

This div background color is #aa8898


Border Color #aa8898

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

The color of this border is #aa8898


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #aa8898