COLOR #AF92A9

HEX: #AF92A9
RGB: (175,146,169)

Color info

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

RGB color model

#AF92A9 color RGB value is (175,146,169).

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

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 169 of 255 = 66%

175
146
169

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

Portions of RGB colors in percentages

R + G + B =
175 + 146 + 169 = 490 (100%)
R 175 of 490 ~ 35.71%
G 146 of 490 ~ 29.8%
B 169 of 490 ~ 34.49%

%35.71
%29.8
%34.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.57%
  • yellow value is 3.43%
  • 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
%3.43
%31.37

Codes

Color #AF92A9 in popluar color models

AF92A9
RGB175146169
HSL312°15.34%62.94%
HSB/HSV312°16.57%68.63%
CMYK0.00%16.57%3.43%
31.37%

Color #AF92A9 in popluar number systems.

HEXAF92A9
Decimal175146169
Binary101011111001001010101001
Octal257222251

Shades and tints

Shades of #AF92A9

#AF92A9
(175,146,169)
#A0859A
(160,133,154)
#91788B
(145,120,139)
#826B7C
(130,107,124)
#735E6D
(115,94,109)
#64515E
(100,81,94)
#55444F
(85,68,79)
#463740
(70,55,64)
#372A31
(55,42,49)
#281D22
(40,29,34)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AF92A9

#AF92A9
(175,146,169)
#B69BB0
(182,155,176)
#BDA4B7
(189,164,183)
#C4ADBE
(196,173,190)
#CBB6C5
(203,182,197)
#D2BFCC
(210,191,204)
#D9C8D3
(217,200,211)
#E0D1DA
(224,209,218)
#E7DAE1
(231,218,225)
#EEE3E8
(238,227,232)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF92A9; }

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

This text font color is #AF92A9.


Background Color

.myBgColor { background-color: #AF92A9; }

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

This div background color is #AF92A9.


Border color

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

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

This div border color is #AF92A9.


Opacity

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

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

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

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

This text has shadow with #AF92A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF92A9 on black background.


Color preview on white background

This text has color #AF92A9 on white background.



Black color preview on #AF92A9 background

This text has black color on #AF92A9 background.


White color preview on #AF92A9 background

This text has white color on #AF92A9 background.