COLOR #AFAAB0

HEX: #AFAAB0 RGB: (175,170,176)

Color info

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

RGB color model

#AFAAB0 color RGB value is (175,170,176).

RGB: (175,170,176) (69%, 67%, 69%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 176 of 255 = 69%

175
170
176

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 176 = 521 (100%)
R 175 of 521 ~ 33.59%
G 170 of 521 ~ 32.63%
B 176 of 521 ~ 33.78'%

%33.59
%32.63
%33.78

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 30.98%

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

CMYK percentages

%0.57
%3.41
%0
%30.98

Codes

Color #AFAAB0 in popluar color models

AF AA B0
RGB 175 170 176
HSL 290° 3.66% 67.84%
HSB/HSV 290° 3.41% 69.02%
CMYK 0.57% 3.41% 0.00%
30.98%

Color #AFAAB0 in popluar number systems.

HEX AF AA B0
Decimal 175 170 176
Binary 10101111 10101010 10110000
Octal 257 252 260

Shades and tints

Shades of #AFAAB0

#AFAAB0
(175,170,176)
#A09BA0
(160,155,160)
#918C90
(145,140,144)
#827D80
(130,125,128)
#736E70
(115,110,112)
#645F60
(100,95,96)
#555050
(85,80,80)
#464140
(70,65,64)
#373230
(55,50,48)
#282320
(40,35,32)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFAAB0

#AFAAB0
(175,170,176)
#B6B1B7
(182,177,183)
#BDB8BE
(189,184,190)
#C4BFC5
(196,191,197)
#CBC6CC
(203,198,204)
#D2CDD3
(210,205,211)
#D9D4DA
(217,212,218)
#E0DBE1
(224,219,225)
#E7E2E8
(231,226,232)
#EEE9EF
(238,233,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAB0; }

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

This text font color is #AFAAB0.

Background Color

.myBgColor { background-color: #AFAAB0; }

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

This div background color is #AFAAB0.

Border color

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

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

This div border color is #AFAAB0.

Opacity

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

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

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

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

This text has shadow with #AFAAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAB0.

Preview

Color preview on black background

This text has color #AFAAB0 on black background.


Color preview on white background

This text has color #AFAAB0 on white background.


Black color preview on #AFAAB0 background

This text has black color on #AFAAB0 background.


White color preview on #AFAAB0 background

This text has white color on #AFAAB0 background.


Related colors

Complementary color

Complementary color for #hex is #50554F.


I love getcolorcode.com

Triadic colors

1 #B0AFAA and #AAB0AF with #AFAAB0 are triadic colors.

2 #B0AAAF and #AAAFB0 with #AFAAB0 are triadic colors.