COLOR #AAB4AF

HEX: #AAB4AF
RGB: (170,180,175)

Color info

#AAB4AF contains red, green and blue colors in about the same proportion. Web safe color of #AAB4AF is #99CC99 (or #9C9).

RGB color model

#AAB4AF color RGB value is (170,180,175).

  • red value is 170;
  • green value is 180;
  • blue value is 175.
RGB:
(170,180,175)
(67%,71%,69%)

RGB channels and saturation

R 170 of 255 = 67%
G 180 of 255 = 71%
B 175 of 255 = 69%

170
180
175

R + G + B ~ 69%. #AAB4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 180 + 175 = 525 (100%)
R 170 of 525 ~ 32.38%
G 180 of 525 ~ 34.29%
B 175 of 525 ~ 33.33%

%32.38
%34.29
%33.33

CMYK color model

#AAB4AF color CMYK value is (6,0,3,29).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(6,0,3,29)
C6M0Y3K29 
(6%,0%,3%,29%)
(0.06/0.00/0.03/0.29)	

CMYK percentages

%5.56
%0
%2.78
%29.41

Codes

Color #AAB4AF in popluar color models

AAB4AF
RGB170180175
HSL150°6.25%68.63%
HSB/HSV150°5.56%70.59%
CMYK5.56%0.00%2.78%
29.41%

Color #AAB4AF in popluar number systems.

HEXAAB4AF
Decimal170180175
Binary101010101011010010101111
Octal252264257

Shades and tints

Shades of #AAB4AF

#AAB4AF
(170,180,175)
#9BA4A0
(155,164,160)
#8C9491
(140,148,145)
#7D8482
(125,132,130)
#6E7473
(110,116,115)
#5F6464
(95,100,100)
#505455
(80,84,85)
#414446
(65,68,70)
#323437
(50,52,55)
#232428
(35,36,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AAB4AF

#AAB4AF
(170,180,175)
#B1BAB6
(177,186,182)
#B8C0BD
(184,192,189)
#BFC6C4
(191,198,196)
#C6CCCB
(198,204,203)
#CDD2D2
(205,210,210)
#D4D8D9
(212,216,217)
#DBDEE0
(219,222,224)
#E2E4E7
(226,228,231)
#E9EAEE
(233,234,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAB4AF color. Also use rgb(170,180,175) instead hex code.

Text Font Color

.myTextColor { color: #AAB4AF; }

<p style="color:#AAB4AF">This sample text font color is #AAB4AF.</p>

This text font color is #AAB4AF.


Background Color

.myBgColor { background-color: #AAB4AF; }

<div style="background-color:#AAB4AF">Inner text</div>

This div background color is #AAB4AF.


Border color

.myBorderColor { border: 1px solid #AAB4AF; }

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

This div border color is #AAB4AF.


Opacity

.myOpacity80 { color: #AAB4AF; opacity: 0.8; }

<p style="color:#AAB4AF;opacity:0.8;">80%</p>

Text with #AAB4AF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AAB4AF;}

<p style="text-shadow: 3px 3px 1px #AAB4AF">Text here.</p>

This text has shadow with #AAB4AF color.

.textShadow {text-shadow: 3px 3px 1px #AAB4AF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AAB4AF, 5px 5px 20px red">Text here.</p>

This text has shadow with #AAB4AF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAB4AF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AAB4AF, Direction=45, Strength=4)">Text</p>

This text has shadow with #AAB4AF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AAB4AF;
  -webkit-box-shadow:	1px 1px 3px 2px #AAB4AF;
  box-shadow:		1px 1px 3px 2px #AAB4AF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAB4AF;
-webkit-box-shadow: 1px 1px 3px 2px #AAB4AF;
box-shadow:1px 1px 3px 2px #AAB4AF;">
Div content here</div>
This div box has shadow with color #AAB4AF.

Preview

Color preview on black background

This text has color #AAB4AF on black background.


Color preview on white background

This text has color #AAB4AF on white background.



Black color preview on #AAB4AF background

This text has black color on #AAB4AF background.


White color preview on #AAB4AF background

This text has white color on #AAB4AF background.