COLOR #AF9B94

HEX: #AF9B94 RGB: (175,155,148)

Color info

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

RGB color model

#AF9B94 color RGB value is (175,155,148).

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

RGB channels and saturation

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

175
155
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 155 + 148 = 478 (100%)
R 175 of 478 ~ 36.61%
G 155 of 478 ~ 32.43%
B 148 of 478 ~ 30.96'%

%36.61
%32.43
%30.96

CMYK color model

#AF9B94 color CMYK value is (0,11,15,31).

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

CMYK: (0,11,15,31)
C0M11Y15K31 (0%, 11%, 15%, 31%)
(0.00 / 0.11 / 0.15 / 0.31)

CMYK percentages

%0
%11.43
%15.43
%31.37

Codes

Color #AF9B94 in popluar color models

AF 9B 94
RGB 175 155 148
HSL 16° 14.44% 63.33%
HSB/HSV 16° 15.43% 68.63%
CMYK 0.00% 11.43% 15.43%
31.37%

Color #AF9B94 in popluar number systems.

HEX AF 9B 94
Decimal 175 155 148
Binary 10101111 10011011 10010100
Octal 257 233 224

Shades and tints

Shades of #AF9B94

#AF9B94
(175,155,148)
#A08D87
(160,141,135)
#917F7A
(145,127,122)
#82716D
(130,113,109)
#736360
(115,99,96)
#645553
(100,85,83)
#554746
(85,71,70)
#463939
(70,57,57)
#372B2C
(55,43,44)
#281D1F
(40,29,31)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF9B94

#AF9B94
(175,155,148)
#B6A49D
(182,164,157)
#BDADA6
(189,173,166)
#C4B6AF
(196,182,175)
#CBBFB8
(203,191,184)
#D2C8C1
(210,200,193)
#D9D1CA
(217,209,202)
#E0DAD3
(224,218,211)
#E7E3DC
(231,227,220)
#EEECE5
(238,236,229)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9B94; }

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

This text font color is #AF9B94.

Background Color

.myBgColor { background-color: #AF9B94; }

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

This div background color is #AF9B94.

Border color

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

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

This div border color is #AF9B94.

Opacity

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

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

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

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

This text has shadow with #AF9B94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9B94.

Preview

Color preview on black background

This text has color #AF9B94 on black background.


Color preview on white background

This text has color #AF9B94 on white background.


Black color preview on #AF9B94 background

This text has black color on #AF9B94 background.


White color preview on #AF9B94 background

This text has white color on #AF9B94 background.


Related colors

Complementary color

Complementary color for #hex is #50646B.


I love getcolorcode.com

Triadic colors

1 #94AF9B and #9B94AF with #AF9B94 are triadic colors.

2 #949BAF and #9BAF94 with #AF9B94 are triadic colors.