COLOR #AF838E

HEX: #AF838E RGB: (175,131,142)

Color info

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

RGB color model

#AF838E color RGB value is (175,131,142).

RGB: (175,131,142) (69%, 51%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 142 of 255 = 56%

175
131
142

R + G + B ~ 59%. #AF838E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 142 = 448 (100%)
R 175 of 448 ~ 39.06%
G 131 of 448 ~ 29.24%
B 142 of 448 ~ 31.7'%

%39.06
%29.24
%31.7

CMYK color model

#AF838E color CMYK value is (0,25,19,31).

  • cyan value is 0.00%
  • magenta value is 25.14%
  • yellow value is 18.86%
  • key color value is 31.37%

CMYK: (0,25,19,31)
C0M25Y19K31 (0%, 25%, 19%, 31%)
(0.00 / 0.25 / 0.19 / 0.31)

CMYK percentages

%0
%25.14
%18.86
%31.37

Codes

Color #AF838E in popluar color models

AF 83 8E
RGB 175 131 142
HSL 345° 21.57% 60.00%
HSB/HSV 345° 25.14% 68.63%
CMYK 0.00% 25.14% 18.86%
31.37%

Color #AF838E in popluar number systems.

HEX AF 83 8E
Decimal 175 131 142
Binary 10101111 10000011 10001110
Octal 257 203 216

Shades and tints

Shades of #AF838E

#AF838E
(175,131,142)
#A07882
(160,120,130)
#916D76
(145,109,118)
#82626A
(130,98,106)
#73575E
(115,87,94)
#644C52
(100,76,82)
#554146
(85,65,70)
#46363A
(70,54,58)
#372B2E
(55,43,46)
#282022
(40,32,34)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AF838E

#AF838E
(175,131,142)
#B68E98
(182,142,152)
#BD99A2
(189,153,162)
#C4A4AC
(196,164,172)
#CBAFB6
(203,175,182)
#D2BAC0
(210,186,192)
#D9C5CA
(217,197,202)
#E0D0D4
(224,208,212)
#E7DBDE
(231,219,222)
#EEE6E8
(238,230,232)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF838E color. Also use rgb(175,131,142) instead hex code.

Text Font Color

.myTextColor { color: #AF838E; }

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

This text font color is #AF838E.

Background Color

.myBgColor { background-color: #AF838E; }

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

This div background color is #AF838E.

Border color

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

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

This div border color is #AF838E.

Opacity

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

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

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

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

This text has shadow with #AF838E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF838E.

Preview

Color preview on black background

This text has color #AF838E on black background.


Color preview on white background

This text has color #AF838E on white background.


Black color preview on #AF838E background

This text has black color on #AF838E background.


White color preview on #AF838E background

This text has white color on #AF838E background.


Related colors

Complementary color

Complementary color for #hex is #507C71.


I love getcolorcode.com

Triadic colors

1 #8EAF83 and #838EAF with #AF838E are triadic colors.

2 #8E83AF and #83AF8E with #AF838E are triadic colors.