COLOR #AF92AA

HEX: #AF92AA
RGB: (175,146,170)

Color info

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

RGB color model

#AF92AA color RGB value is (175,146,170).

  • red value is 175;
  • green value is 146;
  • blue value is 170.
RGB:
(175,146,170)
(69%,57%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 170 of 255 = 67%

175
146
170

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

Portions of RGB colors in percentages

R + G + B =
175 + 146 + 170 = 491 (100%)
R 175 of 491 ~ 35.64%
G 146 of 491 ~ 29.74%
B 170 of 491 ~ 34.62%

%35.64
%29.74
%34.62

CMYK color model

#AF92AA color CMYK value is (0,17,3,31).

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(0,17,3,31)
C0M17Y3K31 
(0%,17%,3%,31%)
(0.00/0.17/0.03/0.31)	

CMYK percentages

%0
%16.57
%2.86
%31.37

Codes

Color #AF92AA in popluar color models

AF92AA
RGB175146170
HSL310°15.34%62.94%
HSB/HSV310°16.57%68.63%
CMYK0.00%16.57%2.86%
31.37%

Color #AF92AA in popluar number systems.

HEXAF92AA
Decimal175146170
Binary101011111001001010101010
Octal257222252

Shades and tints

Shades of #AF92AA

#AF92AA
(175,146,170)
#A0859B
(160,133,155)
#91788C
(145,120,140)
#826B7D
(130,107,125)
#735E6E
(115,94,110)
#64515F
(100,81,95)
#554450
(85,68,80)
#463741
(70,55,65)
#372A32
(55,42,50)
#281D23
(40,29,35)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AF92AA

#AF92AA
(175,146,170)
#B69BB1
(182,155,177)
#BDA4B8
(189,164,184)
#C4ADBF
(196,173,191)
#CBB6C6
(203,182,198)
#D2BFCD
(210,191,205)
#D9C8D4
(217,200,212)
#E0D1DB
(224,209,219)
#E7DAE2
(231,218,226)
#EEE3E9
(238,227,233)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF92AA; }

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

This text font color is #AF92AA.


Background Color

.myBgColor { background-color: #AF92AA; }

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

This div background color is #AF92AA.


Border color

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

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

This div border color is #AF92AA.


Opacity

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

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

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

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

This text has shadow with #AF92AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF92AA on black background.


Color preview on white background

This text has color #AF92AA on white background.



Black color preview on #AF92AA background

This text has black color on #AF92AA background.


White color preview on #AF92AA background

This text has white color on #AF92AA background.