COLOR #AFAFA3

HEX: #AFAFA3 RGB: (175,175,163)

Color info

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

RGB color model

#AFAFA3 color RGB value is (175,175,163).

RGB: (175,175,163) (69%, 69%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 175 of 255 = 69%
B 163 of 255 = 64%

175
175
163

R + G + B ~ 67%. #AFAFA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 175 + 163 = 513 (100%)
R 175 of 513 ~ 34.11%
G 175 of 513 ~ 34.11%
B 163 of 513 ~ 31.77'%

%34.11
%34.11
%31.77

CMYK color model

#AFAFA3 color CMYK value is (0,0,7,31).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 31.37%
CMYK: (0,0,7,31) C0M0Y7K31 (0%,0%,7%,31%) (0.00/0.00/0.07/0.31) 

CMYK percentages

%0
%0
%6.86
%31.37

Codes

Color #AFAFA3 in popluar color models

AF AF A3
RGB 175 175 163
HSL 60° 6.98% 66.27%
HSB/HSV 60° 6.86% 68.63%
CMYK 0.00% 0.00% 6.86%
31.37%

Color #AFAFA3 in popluar number systems.

HEX AF AF A3
Decimal 175 175 163
Binary 10101111 10101111 10100011
Octal 257 257 243

Shades and tints

Shades of #AFAFA3

#AFAFA3
(175,175,163)
#A0A095
(160,160,149)
#919187
(145,145,135)
#828279
(130,130,121)
#73736B
(115,115,107)
#64645D
(100,100,93)
#55554F
(85,85,79)
#464641
(70,70,65)
#373733
(55,55,51)
#282825
(40,40,37)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFAFA3

#AFAFA3
(175,175,163)
#B6B6AB
(182,182,171)
#BDBDB3
(189,189,179)
#C4C4BB
(196,196,187)
#CBCBC3
(203,203,195)
#D2D2CB
(210,210,203)
#D9D9D3
(217,217,211)
#E0E0DB
(224,224,219)
#E7E7E3
(231,231,227)
#EEEEEB
(238,238,235)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAFA3; }

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

This text font color is #AFAFA3.


Background Color

.myBgColor { background-color: #AFAFA3; }

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

This div background color is #AFAFA3.


Border color

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

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

This div border color is #AFAFA3.


Opacity

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

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

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

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

This text has shadow with #AFAFA3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFAFA3 on black background.


Color preview on white background

This text has color #AFAFA3 on white background.



Black color preview on #AFAFA3 background

This text has black color on #AFAFA3 background.


White color preview on #AFAFA3 background

This text has white color on #AFAFA3 background.