COLOR #AF869D

HEX: #AF869D RGB: (175,134,157)

Color info

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

RGB color model

#AF869D color RGB value is (175,134,157).

RGB: (175,134,157) (69%, 53%, 62%)

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 157 of 255 = 62%

175
134
157

R + G + B ~ 61%. #AF869D is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 134 + 157 = 466 (100%)
R 175 of 466 ~ 37.55%
G 134 of 466 ~ 28.76%
B 157 of 466 ~ 33.69'%

%37.55
%28.76
%33.69

CMYK color model

#AF869D color CMYK value is (0,23,10,31).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 10.29%
  • key color value is 31.37%

CMYK: (0,23,10,31)
C0M23Y10K31 (0%, 23%, 10%, 31%)
(0.00 / 0.23 / 0.10 / 0.31)

CMYK percentages

%0
%23.43
%10.29
%31.37

Codes

Color #AF869D in popluar color models

AF 86 9D
RGB 175 134 157
HSL 326° 20.40% 60.59%
HSB/HSV 326° 23.43% 68.63%
CMYK 0.00% 23.43% 10.29%
31.37%

Color #AF869D in popluar number systems.

HEX AF 86 9D
Decimal 175 134 157
Binary 10101111 10000110 10011101
Octal 257 206 235

Shades and tints

Shades of #AF869D

#AF869D
(175,134,157)
#A07A8F
(160,122,143)
#916E81
(145,110,129)
#826273
(130,98,115)
#735665
(115,86,101)
#644A57
(100,74,87)
#553E49
(85,62,73)
#46323B
(70,50,59)
#37262D
(55,38,45)
#281A1F
(40,26,31)
#190E11
(25,14,17)
#000000
(0,0,0)

Tints of #AF869D

#AF869D
(175,134,157)
#B691A5
(182,145,165)
#BD9CAD
(189,156,173)
#C4A7B5
(196,167,181)
#CBB2BD
(203,178,189)
#D2BDC5
(210,189,197)
#D9C8CD
(217,200,205)
#E0D3D5
(224,211,213)
#E7DEDD
(231,222,221)
#EEE9E5
(238,233,229)
#F5F4ED
(245,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF869D color. Also use rgb(175,134,157) instead hex code.

Text Font Color

.myTextColor { color: #AF869D; }

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

This text font color is #AF869D.

Background Color

.myBgColor { background-color: #AF869D; }

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

This div background color is #AF869D.

Border color

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

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

This div border color is #AF869D.

Opacity

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

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

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

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

This text has shadow with #AF869D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF869D.

Preview

Color preview on black background

This text has color #AF869D on black background.


Color preview on white background

This text has color #AF869D on white background.


Black color preview on #AF869D background

This text has black color on #AF869D background.


White color preview on #AF869D background

This text has white color on #AF869D background.


Related colors

Complementary color

Complementary color for #hex is #507962.


I love getcolorcode.com

Triadic colors

1 #9DAF86 and #869DAF with #AF869D are triadic colors.

2 #9D86AF and #86AF9D with #AF869D are triadic colors.