COLOR #AFA190

HEX: #AFA190 RGB: (175,161,144)

Color info

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

RGB color model

#AFA190 color RGB value is (175,161,144).

RGB: (175,161,144) (69%, 63%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 161 of 255 = 63%
B 144 of 255 = 56%

175
161
144

R + G + B ~ 63%. #AFA190 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 161 + 144 = 480 (100%)
R 175 of 480 ~ 36.46%
G 161 of 480 ~ 33.54%
B 144 of 480 ~ 30'%

%36.46
%33.54
%30

CMYK color model

#AFA190 color CMYK value is (0,8,18,31).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK: (0,8,18,31) C0M8Y18K31 (0%,8%,18%,31%) (0.00/0.08/0.18/0.31) 

CMYK percentages

%0
%8
%17.71
%31.37

Codes

Color #AFA190 in popluar color models

AF A1 90
RGB 175 161 144
HSL 33° 16.23% 62.55%
HSB/HSV 33° 17.71% 68.63%
CMYK 0.00% 8.00% 17.71%
31.37%

Color #AFA190 in popluar number systems.

HEX AF A1 90
Decimal 175 161 144
Binary 10101111 10100001 10010000
Octal 257 241 220

Shades and tints

Shades of #AFA190

#AFA190
(175,161,144)
#A09383
(160,147,131)
#918576
(145,133,118)
#827769
(130,119,105)
#73695C
(115,105,92)
#645B4F
(100,91,79)
#554D42
(85,77,66)
#463F35
(70,63,53)
#373128
(55,49,40)
#28231B
(40,35,27)
#19150E
(25,21,14)
#000000
(0,0,0)

Tints of #AFA190

#AFA190
(175,161,144)
#B6A99A
(182,169,154)
#BDB1A4
(189,177,164)
#C4B9AE
(196,185,174)
#CBC1B8
(203,193,184)
#D2C9C2
(210,201,194)
#D9D1CC
(217,209,204)
#E0D9D6
(224,217,214)
#E7E1E0
(231,225,224)
#EEE9EA
(238,233,234)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA190; }

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

This text font color is #AFA190.

Background Color

.myBgColor { background-color: #AFA190; }

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

This div background color is #AFA190.

Border color

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

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

This div border color is #AFA190.

Opacity

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

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

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

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

This text has shadow with #AFA190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA190.

Preview

Color preview on black background

This text has color #AFA190 on black background.


Color preview on white background

This text has color #AFA190 on white background.


Black color preview on #AFA190 background

This text has black color on #AFA190 background.


White color preview on #AFA190 background

This text has white color on #AFA190 background.


Related colors

Complementary color

Complementary color for #hex is #505E6F.


I love getcolorcode.com

Triadic colors

1 #90AFA1 and #A190AF with #AFA190 are triadic colors.

2 #90A1AF and #A1AF90 with #AFA190 are triadic colors.