COLOR #AF9B93

HEX: #AF9B93 RGB: (175,155,147)

Color info

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

RGB color model

#AF9B93 color RGB value is (175,155,147).

RGB: (175,155,147) (69%, 61%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 147 of 255 = 58%

175
155
147

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

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 147 = 477 (100%)
R 175 of 477 ~ 36.69%
G 155 of 477 ~ 32.49%
B 147 of 477 ~ 30.82'%

%36.69
%32.49
%30.82

CMYK color model

#AF9B93 color CMYK value is (0,11,16,31).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 16.00%
  • key color value is 31.37%
CMYK: (0,11,16,31) C0M11Y16K31 (0%,11%,16%,31%) (0.00/0.11/0.16/0.31) 

CMYK percentages

%0
%11.43
%16
%31.37

Codes

Color #AF9B93 in popluar color models

AF 9B 93
RGB 175 155 147
HSL 17° 14.89% 63.14%
HSB/HSV 17° 16.00% 68.63%
CMYK 0.00% 11.43% 16.00%
31.37%

Color #AF9B93 in popluar number systems.

HEX AF 9B 93
Decimal 175 155 147
Binary 10101111 10011011 10010011
Octal 257 233 223

Shades and tints

Shades of #AF9B93

#AF9B93
(175,155,147)
#A08D86
(160,141,134)
#917F79
(145,127,121)
#82716C
(130,113,108)
#73635F
(115,99,95)
#645552
(100,85,82)
#554745
(85,71,69)
#463938
(70,57,56)
#372B2B
(55,43,43)
#281D1E
(40,29,30)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF9B93

#AF9B93
(175,155,147)
#B6A49C
(182,164,156)
#BDADA5
(189,173,165)
#C4B6AE
(196,182,174)
#CBBFB7
(203,191,183)
#D2C8C0
(210,200,192)
#D9D1C9
(217,209,201)
#E0DAD2
(224,218,210)
#E7E3DB
(231,227,219)
#EEECE4
(238,236,228)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B93; }

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

This text font color is #AF9B93.

Background Color

.myBgColor { background-color: #AF9B93; }

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

This div background color is #AF9B93.

Border color

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

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

This div border color is #AF9B93.

Opacity

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

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

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

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

This text has shadow with #AF9B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9B93.

Preview

Color preview on black background

This text has color #AF9B93 on black background.


Color preview on white background

This text has color #AF9B93 on white background.


Black color preview on #AF9B93 background

This text has black color on #AF9B93 background.


White color preview on #AF9B93 background

This text has white color on #AF9B93 background.


Related colors

Complementary color

Complementary color for #hex is #50646C.


I love getcolorcode.com

Triadic colors

1 #93AF9B and #9B93AF with #AF9B93 are triadic colors.

2 #939BAF and #9BAF93 with #AF9B93 are triadic colors.