COLOR #AF818D

HEX: #AF818D RGB: (175,129,141)

Color info

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

RGB color model

#AF818D color RGB value is (175,129,141).

RGB: (175,129,141) (69%, 51%, 55%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 141 of 255 = 55%

175
129
141

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

Portions of RGB colors in percentages

R + G + B = 175 + 129 + 141 = 445 (100%)
R 175 of 445 ~ 39.33%
G 129 of 445 ~ 28.99%
B 141 of 445 ~ 31.69'%

%39.33
%28.99
%31.69

CMYK color model

#AF818D color CMYK value is (0,26,19,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 19.43%
  • key color value is 31.37%

CMYK: (0,26,19,31)
C0M26Y19K31 (0%, 26%, 19%, 31%)
(0.00 / 0.26 / 0.19 / 0.31)

CMYK percentages

%0
%26.29
%19.43
%31.37

Codes

Color #AF818D in popluar color models

AF 81 8D
RGB 175 129 141
HSL 344° 22.33% 59.61%
HSB/HSV 344° 26.29% 68.63%
CMYK 0.00% 26.29% 19.43%
31.37%

Color #AF818D in popluar number systems.

HEX AF 81 8D
Decimal 175 129 141
Binary 10101111 10000001 10001101
Octal 257 201 215

Shades and tints

Shades of #AF818D

#AF818D
(175,129,141)
#A07681
(160,118,129)
#916B75
(145,107,117)
#826069
(130,96,105)
#73555D
(115,85,93)
#644A51
(100,74,81)
#553F45
(85,63,69)
#463439
(70,52,57)
#37292D
(55,41,45)
#281E21
(40,30,33)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AF818D

#AF818D
(175,129,141)
#B68C97
(182,140,151)
#BD97A1
(189,151,161)
#C4A2AB
(196,162,171)
#CBADB5
(203,173,181)
#D2B8BF
(210,184,191)
#D9C3C9
(217,195,201)
#E0CED3
(224,206,211)
#E7D9DD
(231,217,221)
#EEE4E7
(238,228,231)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF818D color. Also use rgb(175,129,141) instead hex code.

Text Font Color

.myTextColor { color: #AF818D; }

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

This text font color is #AF818D.

Background Color

.myBgColor { background-color: #AF818D; }

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

This div background color is #AF818D.

Border color

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

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

This div border color is #AF818D.

Opacity

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

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

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

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

This text has shadow with #AF818D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF818D.

Preview

Color preview on black background

This text has color #AF818D on black background.


Color preview on white background

This text has color #AF818D on white background.


Black color preview on #AF818D background

This text has black color on #AF818D background.


White color preview on #AF818D background

This text has white color on #AF818D background.


Related colors

Complementary color

Complementary color for #hex is #507E72.


I love getcolorcode.com

Triadic colors

1 #8DAF81 and #818DAF with #AF818D are triadic colors.

2 #8D81AF and #81AF8D with #AF818D are triadic colors.