COLOR #AFAAAA

HEX: #AFAAAA RGB: (175,170,170)

Color info

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

RGB color model

#AFAAAA color RGB value is (175,170,170).

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

RGB channels and saturation

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

175
170
170

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 170 = 515 (100%)
R 175 of 515 ~ 33.98%
G 170 of 515 ~ 33.01%
B 170 of 515 ~ 33.01'%

%33.98
%33.01
%33.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK: (0,3,3,31) C0M3Y3K31 (0%,3%,3%,31%) (0.00/0.03/0.03/0.31) 

CMYK percentages

%0
%2.86
%2.86
%31.37

Codes

Color #AFAAAA in popluar color models

AF AA AA
RGB 175 170 170
HSL 3.03% 67.65%
HSB/HSV 2.86% 68.63%
CMYK 0.00% 2.86% 2.86%
31.37%

Color #AFAAAA in popluar number systems.

HEX AF AA AA
Decimal 175 170 170
Binary 10101111 10101010 10101010
Octal 257 252 252

Shades and tints

Shades of #AFAAAA

#AFAAAA
(175,170,170)
#A09B9B
(160,155,155)
#918C8C
(145,140,140)
#827D7D
(130,125,125)
#736E6E
(115,110,110)
#645F5F
(100,95,95)
#555050
(85,80,80)
#464141
(70,65,65)
#373232
(55,50,50)
#282323
(40,35,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AFAAAA

#AFAAAA
(175,170,170)
#B6B1B1
(182,177,177)
#BDB8B8
(189,184,184)
#C4BFBF
(196,191,191)
#CBC6C6
(203,198,198)
#D2CDCD
(210,205,205)
#D9D4D4
(217,212,212)
#E0DBDB
(224,219,219)
#E7E2E2
(231,226,226)
#EEE9E9
(238,233,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAAA; }

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

This text font color is #AFAAAA.

Background Color

.myBgColor { background-color: #AFAAAA; }

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

This div background color is #AFAAAA.

Border color

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

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

This div border color is #AFAAAA.

Opacity

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

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

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

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

This text has shadow with #AFAAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAAA.

Preview

Color preview on black background

This text has color #AFAAAA on black background.


Color preview on white background

This text has color #AFAAAA on white background.


Black color preview on #AFAAAA background

This text has black color on #AFAAAA background.


White color preview on #AFAAAA background

This text has white color on #AFAAAA background.


Related colors

Complementary color

Complementary color for #hex is #505555.


I love getcolorcode.com