COLOR #AFAA9E

HEX: #AFAA9E RGB: (175,170,158)

Color info

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

RGB color model

#AFAA9E color RGB value is (175,170,158).

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

RGB channels and saturation

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

175
170
158

R + G + B ~ 66%. #AFAA9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 158 = 503 (100%)
R 175 of 503 ~ 34.79%
G 170 of 503 ~ 33.8%
B 158 of 503 ~ 31.41'%

%34.79
%33.8
%31.41

CMYK color model

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

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

CMYK: (0,3,10,31)
C0M3Y10K31 (0%, 3%, 10%, 31%)
(0.00 / 0.03 / 0.10 / 0.31)

CMYK percentages

%0
%2.86
%9.71
%31.37

Codes

Color #AFAA9E in popluar color models

AF AA 9E
RGB 175 170 158
HSL 42° 9.60% 65.29%
HSB/HSV 42° 9.71% 68.63%
CMYK 0.00% 2.86% 9.71%
31.37%

Color #AFAA9E in popluar number systems.

HEX AF AA 9E
Decimal 175 170 158
Binary 10101111 10101010 10011110
Octal 257 252 236

Shades and tints

Shades of #AFAA9E

#AFAA9E
(175,170,158)
#A09B90
(160,155,144)
#918C82
(145,140,130)
#827D74
(130,125,116)
#736E66
(115,110,102)
#645F58
(100,95,88)
#55504A
(85,80,74)
#46413C
(70,65,60)
#37322E
(55,50,46)
#282320
(40,35,32)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #AFAA9E

#AFAA9E
(175,170,158)
#B6B1A6
(182,177,166)
#BDB8AE
(189,184,174)
#C4BFB6
(196,191,182)
#CBC6BE
(203,198,190)
#D2CDC6
(210,205,198)
#D9D4CE
(217,212,206)
#E0DBD6
(224,219,214)
#E7E2DE
(231,226,222)
#EEE9E6
(238,233,230)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAA9E; }

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

This text font color is #AFAA9E.

Background Color

.myBgColor { background-color: #AFAA9E; }

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

This div background color is #AFAA9E.

Border color

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

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

This div border color is #AFAA9E.

Opacity

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

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

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

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

This text has shadow with #AFAA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAA9E.

Preview

Color preview on black background

This text has color #AFAA9E on black background.


Color preview on white background

This text has color #AFAA9E on white background.


Black color preview on #AFAA9E background

This text has black color on #AFAA9E background.


White color preview on #AFAA9E background

This text has white color on #AFAA9E background.


Related colors

Complementary color

Complementary color for #hex is #505561.


I love getcolorcode.com

Triadic colors

1 #9EAFAA and #AA9EAF with #AFAA9E are triadic colors.

2 #9EAAAF and #AAAF9E with #AFAA9E are triadic colors.