COLOR #AF8CAA

HEX: #AF8CAA RGB: (175,140,170)

Color info

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

RGB color model

#AF8CAA color RGB value is (175,140,170).

RGB: (175,140,170) (69%, 55%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 140 of 255 = 55%
B 170 of 255 = 67%

175
140
170

R + G + B ~ 64%. #AF8CAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 140 + 170 = 485 (100%)
R 175 of 485 ~ 36.08%
G 140 of 485 ~ 28.87%
B 170 of 485 ~ 35.05'%

%36.08
%28.87
%35.05

CMYK color model

#AF8CAA color CMYK value is (0,20,3,31).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK: (0,20,3,31) C0M20Y3K31 (0%,20%,3%,31%) (0.00/0.20/0.03/0.31) 

CMYK percentages

%0
%20
%2.86
%31.37

Codes

Color #AF8CAA in popluar color models

AF 8C AA
RGB 175 140 170
HSL 309° 17.95% 61.76%
HSB/HSV 309° 20.00% 68.63%
CMYK 0.00% 20.00% 2.86%
31.37%

Color #AF8CAA in popluar number systems.

HEX AF 8C AA
Decimal 175 140 170
Binary 10101111 10001100 10101010
Octal 257 214 252

Shades and tints

Shades of #AF8CAA

#AF8CAA
(175,140,170)
#A0809B
(160,128,155)
#91748C
(145,116,140)
#82687D
(130,104,125)
#735C6E
(115,92,110)
#64505F
(100,80,95)
#554450
(85,68,80)
#463841
(70,56,65)
#372C32
(55,44,50)
#282023
(40,32,35)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #AF8CAA

#AF8CAA
(175,140,170)
#B696B1
(182,150,177)
#BDA0B8
(189,160,184)
#C4AABF
(196,170,191)
#CBB4C6
(203,180,198)
#D2BECD
(210,190,205)
#D9C8D4
(217,200,212)
#E0D2DB
(224,210,219)
#E7DCE2
(231,220,226)
#EEE6E9
(238,230,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8CAA color. Also use rgb(175,140,170) instead hex code.

Text Font Color

.myTextColor { color: #AF8CAA; }

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

This text font color is #AF8CAA.

Background Color

.myBgColor { background-color: #AF8CAA; }

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

This div background color is #AF8CAA.

Border color

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

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

This div border color is #AF8CAA.

Opacity

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

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

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

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

This text has shadow with #AF8CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8CAA.

Preview

Color preview on black background

This text has color #AF8CAA on black background.


Color preview on white background

This text has color #AF8CAA on white background.


Black color preview on #AF8CAA background

This text has black color on #AF8CAA background.


White color preview on #AF8CAA background

This text has white color on #AF8CAA background.


Related colors

Complementary color

Complementary color for #hex is #507355.


I love getcolorcode.com

Triadic colors

1 #AAAF8C and #8CAAAF with #AF8CAA are triadic colors.

2 #AA8CAF and #8CAFAA with #AF8CAA are triadic colors.