COLOR #AFA89B

HEX: #AFA89B RGB: (175,168,155)

Color info

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

RGB color model

#AFA89B color RGB value is (175,168,155).

RGB: (175,168,155) (69%, 66%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 155 of 255 = 61%

175
168
155

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

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 155 = 498 (100%)
R 175 of 498 ~ 35.14%
G 168 of 498 ~ 33.73%
B 155 of 498 ~ 31.12'%

%35.14
%33.73
%31.12

CMYK color model

#AFA89B color CMYK value is (0,4,11,31).

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

CMYK: (0,4,11,31)
C0M4Y11K31 (0%, 4%, 11%, 31%)
(0.00 / 0.04 / 0.11 / 0.31)

CMYK percentages

%0
%4
%11.43
%31.37

Codes

Color #AFA89B in popluar color models

AF A8 9B
RGB 175 168 155
HSL 39° 11.11% 64.71%
HSB/HSV 39° 11.43% 68.63%
CMYK 0.00% 4.00% 11.43%
31.37%

Color #AFA89B in popluar number systems.

HEX AF A8 9B
Decimal 175 168 155
Binary 10101111 10101000 10011011
Octal 257 250 233

Shades and tints

Shades of #AFA89B

#AFA89B
(175,168,155)
#A0998D
(160,153,141)
#918A7F
(145,138,127)
#827B71
(130,123,113)
#736C63
(115,108,99)
#645D55
(100,93,85)
#554E47
(85,78,71)
#463F39
(70,63,57)
#37302B
(55,48,43)
#28211D
(40,33,29)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #AFA89B

#AFA89B
(175,168,155)
#B6AFA4
(182,175,164)
#BDB6AD
(189,182,173)
#C4BDB6
(196,189,182)
#CBC4BF
(203,196,191)
#D2CBC8
(210,203,200)
#D9D2D1
(217,210,209)
#E0D9DA
(224,217,218)
#E7E0E3
(231,224,227)
#EEE7EC
(238,231,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA89B; }

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

This text font color is #AFA89B.

Background Color

.myBgColor { background-color: #AFA89B; }

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

This div background color is #AFA89B.

Border color

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

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

This div border color is #AFA89B.

Opacity

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

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

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

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

This text has shadow with #AFA89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA89B.

Preview

Color preview on black background

This text has color #AFA89B on black background.


Color preview on white background

This text has color #AFA89B on white background.


Black color preview on #AFA89B background

This text has black color on #AFA89B background.


White color preview on #AFA89B background

This text has white color on #AFA89B background.


Related colors

Complementary color

Complementary color for #hex is #505764.


I love getcolorcode.com

Triadic colors

1 #9BAFA8 and #A89BAF with #AFA89B are triadic colors.

2 #9BA8AF and #A8AF9B with #AFA89B are triadic colors.