COLOR #AFA49B

HEX: #AFA49B RGB: (175,164,155)

Color info

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

RGB color model

#AFA49B color RGB value is (175,164,155).

RGB: (175,164,155) (69%, 64%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 164 of 255 = 64%
B 155 of 255 = 61%

175
164
155

R + G + B ~ 65%. #AFA49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 164 + 155 = 494 (100%)
R 175 of 494 ~ 35.43%
G 164 of 494 ~ 33.2%
B 155 of 494 ~ 31.38'%

%35.43
%33.2
%31.38

CMYK color model

#AFA49B color CMYK value is (0,6,11,31).

  • cyan value is 0.00%
  • magenta value is 6.29%
  • yellow value is 11.43%
  • key color value is 31.37%

CMYK: (0,6,11,31)
C0M6Y11K31 (0%, 6%, 11%, 31%)
(0.00 / 0.06 / 0.11 / 0.31)

CMYK percentages

%0
%6.29
%11.43
%31.37

Codes

Color #AFA49B in popluar color models

AF A4 9B
RGB 175 164 155
HSL 27° 11.11% 64.71%
HSB/HSV 27° 11.43% 68.63%
CMYK 0.00% 6.29% 11.43%
31.37%

Color #AFA49B in popluar number systems.

HEX AF A4 9B
Decimal 175 164 155
Binary 10101111 10100100 10011011
Octal 257 244 233

Shades and tints

Shades of #AFA49B

#AFA49B
(175,164,155)
#A0968D
(160,150,141)
#91887F
(145,136,127)
#827A71
(130,122,113)
#736C63
(115,108,99)
#645E55
(100,94,85)
#555047
(85,80,71)
#464239
(70,66,57)
#37342B
(55,52,43)
#28261D
(40,38,29)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #AFA49B

#AFA49B
(175,164,155)
#B6ACA4
(182,172,164)
#BDB4AD
(189,180,173)
#C4BCB6
(196,188,182)
#CBC4BF
(203,196,191)
#D2CCC8
(210,204,200)
#D9D4D1
(217,212,209)
#E0DCDA
(224,220,218)
#E7E4E3
(231,228,227)
#EEECEC
(238,236,236)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA49B; }

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

This text font color is #AFA49B.

Background Color

.myBgColor { background-color: #AFA49B; }

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

This div background color is #AFA49B.

Border color

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

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

This div border color is #AFA49B.

Opacity

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

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

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

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

This text has shadow with #AFA49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA49B.

Preview

Color preview on black background

This text has color #AFA49B on black background.


Color preview on white background

This text has color #AFA49B on white background.


Black color preview on #AFA49B background

This text has black color on #AFA49B background.


White color preview on #AFA49B background

This text has white color on #AFA49B background.


Related colors

Complementary color

Complementary color for #hex is #505B64.


I love getcolorcode.com

Triadic colors

1 #9BAFA4 and #A49BAF with #AFA49B are triadic colors.

2 #9BA4AF and #A4AF9B with #AFA49B are triadic colors.