COLOR #AAA0AF

HEX: #AAA0AF RGB: (170,160,175)

Color info

#AAA0AF contains red, green and blue colors in about the same proportion. Web safe color of #AAA0AF is #999999 (or #999).

RGB color model

#AAA0AF color RGB value is (170,160,175).

RGB: (170,160,175) (67%, 63%, 69%)

RGB channels and saturation

R 170 of 255 = 67%
G 160 of 255 = 63%
B 175 of 255 = 69%

170
160
175

R + G + B ~ 66%. #AAA0AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 160 + 175 = 505 (100%)
R 170 of 505 ~ 33.66%
G 160 of 505 ~ 31.68%
B 175 of 505 ~ 34.65'%

%33.66
%31.68
%34.65

CMYK color model

#AAA0AF color CMYK value is (3,9,0,31).

  • cyan value is 2.86%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (3,9,0,31)
C3M9Y0K31 (3%, 9%, 0%, 31%)
(0.03 / 0.09 / 0.00 / 0.31)

CMYK percentages

%2.86
%8.57
%0
%31.37

Codes

Color #AAA0AF in popluar color models

AA A0 AF
RGB 170 160 175
HSL 280° 8.57% 65.69%
HSB/HSV 280° 8.57% 68.63%
CMYK 2.86% 8.57% 0.00%
31.37%

Color #AAA0AF in popluar number systems.

HEX AA A0 AF
Decimal 170 160 175
Binary 10101010 10100000 10101111
Octal 252 240 257

Shades and tints

Shades of #AAA0AF

#AAA0AF
(170,160,175)
#9B92A0
(155,146,160)
#8C8491
(140,132,145)
#7D7682
(125,118,130)
#6E6873
(110,104,115)
#5F5A64
(95,90,100)
#504C55
(80,76,85)
#413E46
(65,62,70)
#323037
(50,48,55)
#232228
(35,34,40)
#141419
(20,20,25)
#000000
(0,0,0)

Tints of #AAA0AF

#AAA0AF
(170,160,175)
#B1A8B6
(177,168,182)
#B8B0BD
(184,176,189)
#BFB8C4
(191,184,196)
#C6C0CB
(198,192,203)
#CDC8D2
(205,200,210)
#D4D0D9
(212,208,217)
#DBD8E0
(219,216,224)
#E2E0E7
(226,224,231)
#E9E8EE
(233,232,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAA0AF; }

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

This text font color is #AAA0AF.

Background Color

.myBgColor { background-color: #AAA0AF; }

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

This div background color is #AAA0AF.

Border color

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

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

This div border color is #AAA0AF.

Opacity

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

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

Text with #AAA0AF 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 #AAA0AF;}

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

This text has shadow with #AAA0AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAA0AF.

Preview

Color preview on black background

This text has color #AAA0AF on black background.


Color preview on white background

This text has color #AAA0AF on white background.


Black color preview on #AAA0AF background

This text has black color on #AAA0AF background.


White color preview on #AAA0AF background

This text has white color on #AAA0AF background.


Related colors

Complementary color

Complementary color for #hex is #555F50.


I love getcolorcode.com

Triadic colors

1 #AFAAA0 and #A0AFAA with #AAA0AF are triadic colors.

2 #AFA0AA and #A0AAAF with #AAA0AF are triadic colors.