COLOR #AFAAAD

HEX: #AFAAAD RGB: (175,170,173)

Color info

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

RGB color model

#AFAAAD color RGB value is (175,170,173).

RGB: (175,170,173) (69%, 67%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 173 of 255 = 68%

175
170
173

R + G + B ~ 68%. #AFAAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 173 = 518 (100%)
R 175 of 518 ~ 33.78%
G 170 of 518 ~ 32.82%
B 173 of 518 ~ 33.4'%

%33.78
%32.82
%33.4

CMYK color model

#AFAAAD color CMYK value is (0,3,1,31).

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

CMYK: (0,3,1,31)
C0M3Y1K31 (0%, 3%, 1%, 31%)
(0.00 / 0.03 / 0.01 / 0.31)

CMYK percentages

%0
%2.86
%1.14
%31.37

Codes

Color #AFAAAD in popluar color models

AF AA AD
RGB 175 170 173
HSL 324° 3.03% 67.65%
HSB/HSV 324° 2.86% 68.63%
CMYK 0.00% 2.86% 1.14%
31.37%

Color #AFAAAD in popluar number systems.

HEX AF AA AD
Decimal 175 170 173
Binary 10101111 10101010 10101101
Octal 257 252 255

Shades and tints

Shades of #AFAAAD

#AFAAAD
(175,170,173)
#A09B9E
(160,155,158)
#918C8F
(145,140,143)
#827D80
(130,125,128)
#736E71
(115,110,113)
#645F62
(100,95,98)
#555053
(85,80,83)
#464144
(70,65,68)
#373235
(55,50,53)
#282326
(40,35,38)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #AFAAAD

#AFAAAD
(175,170,173)
#B6B1B4
(182,177,180)
#BDB8BB
(189,184,187)
#C4BFC2
(196,191,194)
#CBC6C9
(203,198,201)
#D2CDD0
(210,205,208)
#D9D4D7
(217,212,215)
#E0DBDE
(224,219,222)
#E7E2E5
(231,226,229)
#EEE9EC
(238,233,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAAD; }

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

This text font color is #AFAAAD.

Background Color

.myBgColor { background-color: #AFAAAD; }

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

This div background color is #AFAAAD.

Border color

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

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

This div border color is #AFAAAD.

Opacity

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

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

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

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

This text has shadow with #AFAAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAAD.

Preview

Color preview on black background

This text has color #AFAAAD on black background.


Color preview on white background

This text has color #AFAAAD on white background.


Black color preview on #AFAAAD background

This text has black color on #AFAAAD background.


White color preview on #AFAAAD background

This text has white color on #AFAAAD background.


Related colors

Complementary color

Complementary color for #hex is #505552.


I love getcolorcode.com

Triadic colors

1 #ADAFAA and #AAADAF with #AFAAAD are triadic colors.

2 #ADAAAF and #AAAFAD with #AFAAAD are triadic colors.