COLOR #AFA19A

HEX: #AFA19A RGB: (175,161,154)

Color info

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

RGB color model

#AFA19A color RGB value is (175,161,154).

RGB: (175,161,154) (69%, 63%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 154 of 255 = 60%

175
161
154

R + G + B ~ 64%. #AFA19A is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 154 = 490 (100%)
R 175 of 490 ~ 35.71%
G 161 of 490 ~ 32.86%
B 154 of 490 ~ 31.43'%

%35.71
%32.86
%31.43

CMYK color model

#AFA19A color CMYK value is (0,8,12,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 12.00%
  • key color value is 31.37%

CMYK: (0,8,12,31)
C0M8Y12K31 (0%, 8%, 12%, 31%)
(0.00 / 0.08 / 0.12 / 0.31)

CMYK percentages

%0
%8
%12
%31.37

Codes

Color #AFA19A in popluar color models

AF A1 9A
RGB 175 161 154
HSL 20° 11.60% 64.51%
HSB/HSV 20° 12.00% 68.63%
CMYK 0.00% 8.00% 12.00%
31.37%

Color #AFA19A in popluar number systems.

HEX AF A1 9A
Decimal 175 161 154
Binary 10101111 10100001 10011010
Octal 257 241 232

Shades and tints

Shades of #AFA19A

#AFA19A
(175,161,154)
#A0938C
(160,147,140)
#91857E
(145,133,126)
#827770
(130,119,112)
#736962
(115,105,98)
#645B54
(100,91,84)
#554D46
(85,77,70)
#463F38
(70,63,56)
#37312A
(55,49,42)
#28231C
(40,35,28)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AFA19A

#AFA19A
(175,161,154)
#B6A9A3
(182,169,163)
#BDB1AC
(189,177,172)
#C4B9B5
(196,185,181)
#CBC1BE
(203,193,190)
#D2C9C7
(210,201,199)
#D9D1D0
(217,209,208)
#E0D9D9
(224,217,217)
#E7E1E2
(231,225,226)
#EEE9EB
(238,233,235)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA19A; }

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

This text font color is #AFA19A.

Background Color

.myBgColor { background-color: #AFA19A; }

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

This div background color is #AFA19A.

Border color

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

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

This div border color is #AFA19A.

Opacity

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

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

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

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

This text has shadow with #AFA19A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA19A.

Preview

Color preview on black background

This text has color #AFA19A on black background.


Color preview on white background

This text has color #AFA19A on white background.


Black color preview on #AFA19A background

This text has black color on #AFA19A background.


White color preview on #AFA19A background

This text has white color on #AFA19A background.


Related colors

Complementary color

Complementary color for #hex is #505E65.


I love getcolorcode.com

Triadic colors

1 #9AAFA1 and #A19AAF with #AFA19A are triadic colors.

2 #9AA1AF and #A1AF9A with #AFA19A are triadic colors.