COLOR #AFAEA9

HEX: #AFAEA9 RGB: (175,174,169)

Color info

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

RGB color model

#AFAEA9 color RGB value is (175,174,169).

RGB: (175,174,169) (69%, 68%, 66%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 169 of 255 = 66%

175
174
169

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 169 = 518 (100%)
R 175 of 518 ~ 33.78%
G 174 of 518 ~ 33.59%
B 169 of 518 ~ 32.63'%

%33.78
%33.59
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 3.43%
  • key color value is 31.37%
CMYK: (0,1,3,31) C0M1Y3K31 (0%,1%,3%,31%) (0.00/0.01/0.03/0.31) 

CMYK percentages

%0
%0.57
%3.43
%31.37

Codes

Color #AFAEA9 in popluar color models

AF AE A9
RGB 175 174 169
HSL 50° 3.61% 67.45%
HSB/HSV 50° 3.43% 68.63%
CMYK 0.00% 0.57% 3.43%
31.37%

Color #AFAEA9 in popluar number systems.

HEX AF AE A9
Decimal 175 174 169
Binary 10101111 10101110 10101001
Octal 257 256 251

Shades and tints

Shades of #AFAEA9

#AFAEA9
(175,174,169)
#A09F9A
(160,159,154)
#91908B
(145,144,139)
#82817C
(130,129,124)
#73726D
(115,114,109)
#64635E
(100,99,94)
#55544F
(85,84,79)
#464540
(70,69,64)
#373631
(55,54,49)
#282722
(40,39,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #AFAEA9

#AFAEA9
(175,174,169)
#B6B5B0
(182,181,176)
#BDBCB7
(189,188,183)
#C4C3BE
(196,195,190)
#CBCAC5
(203,202,197)
#D2D1CC
(210,209,204)
#D9D8D3
(217,216,211)
#E0DFDA
(224,223,218)
#E7E6E1
(231,230,225)
#EEEDE8
(238,237,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEA9; }

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

This text font color is #AFAEA9.

Background Color

.myBgColor { background-color: #AFAEA9; }

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

This div background color is #AFAEA9.

Border color

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

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

This div border color is #AFAEA9.

Opacity

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

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

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

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

This text has shadow with #AFAEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAEA9.

Preview

Color preview on black background

This text has color #AFAEA9 on black background.


Color preview on white background

This text has color #AFAEA9 on white background.


Black color preview on #AFAEA9 background

This text has black color on #AFAEA9 background.


White color preview on #AFAEA9 background

This text has white color on #AFAEA9 background.


Related colors

Complementary color

Complementary color for #hex is #505156.


I love getcolorcode.com

Triadic colors

1 #A9AFAE and #AEA9AF with #AFAEA9 are triadic colors.

2 #A9AEAF and #AEAFA9 with #AFAEA9 are triadic colors.