COLOR #AF9E94

HEX: #AF9E94 RGB: (175,158,148)

Color info

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

RGB color model

#AF9E94 color RGB value is (175,158,148).

RGB: (175,158,148) (69%, 62%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 148 of 255 = 58%

175
158
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 158 + 148 = 481 (100%)
R 175 of 481 ~ 36.38%
G 158 of 481 ~ 32.85%
B 148 of 481 ~ 30.77'%

%36.38
%32.85
%30.77

CMYK color model

#AF9E94 color CMYK value is (0,10,15,31).

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

CMYK: (0,10,15,31)
C0M10Y15K31 (0%, 10%, 15%, 31%)
(0.00 / 0.10 / 0.15 / 0.31)

CMYK percentages

%0
%9.71
%15.43
%31.37

Codes

Color #AF9E94 in popluar color models

AF 9E 94
RGB 175 158 148
HSL 22° 14.44% 63.33%
HSB/HSV 22° 15.43% 68.63%
CMYK 0.00% 9.71% 15.43%
31.37%

Color #AF9E94 in popluar number systems.

HEX AF 9E 94
Decimal 175 158 148
Binary 10101111 10011110 10010100
Octal 257 236 224

Shades and tints

Shades of #AF9E94

#AF9E94
(175,158,148)
#A09087
(160,144,135)
#91827A
(145,130,122)
#82746D
(130,116,109)
#736660
(115,102,96)
#645853
(100,88,83)
#554A46
(85,74,70)
#463C39
(70,60,57)
#372E2C
(55,46,44)
#28201F
(40,32,31)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AF9E94

#AF9E94
(175,158,148)
#B6A69D
(182,166,157)
#BDAEA6
(189,174,166)
#C4B6AF
(196,182,175)
#CBBEB8
(203,190,184)
#D2C6C1
(210,198,193)
#D9CECA
(217,206,202)
#E0D6D3
(224,214,211)
#E7DEDC
(231,222,220)
#EEE6E5
(238,230,229)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9E94; }

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

This text font color is #AF9E94.

Background Color

.myBgColor { background-color: #AF9E94; }

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

This div background color is #AF9E94.

Border color

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

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

This div border color is #AF9E94.

Opacity

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

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

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

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

This text has shadow with #AF9E94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9E94.

Preview

Color preview on black background

This text has color #AF9E94 on black background.


Color preview on white background

This text has color #AF9E94 on white background.


Black color preview on #AF9E94 background

This text has black color on #AF9E94 background.


White color preview on #AF9E94 background

This text has white color on #AF9E94 background.


Related colors

Complementary color

Complementary color for #hex is #50616B.


I love getcolorcode.com

Triadic colors

1 #94AF9E and #9E94AF with #AF9E94 are triadic colors.

2 #949EAF and #9EAF94 with #AF9E94 are triadic colors.