COLOR #AF99A2

HEX: #AF99A2
RGB: (175,153,162)

Color info

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

RGB color model

#AF99A2 color RGB value is (175,153,162).

  • red value is 175;
  • green value is 153;
  • blue value is 162.
RGB: (175,153,162) (69%,60%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 162 of 255 = 64%

175
153
162

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

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 162 = 490 (100%)
R 175 of 490 ~ 35.71%
G 153 of 490 ~ 31.22%
B 162 of 490 ~ 33.06%

%35.71
%31.22
%33.06

CMYK color model

#AF99A2 color CMYK value is (0,13,7,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 7.43%
  • key color value is 31.37%
CMYK: (0,13,7,31) C0M13Y7K31 (0%,13%,7%,31%) (0.00/0.13/0.07/0.31)

CMYK percentages

%0
%12.57
%7.43
%31.37

Codes

Color #AF99A2 in popluar color models

AF99A2
RGB175153162
HSL335°12.09%64.31%
HSB/HSV335°12.57%68.63%
CMYK0.00%12.57%7.43%
31.37%

Color #AF99A2 in popluar number systems.

HEXAF99A2
Decimal175153162
Binary101011111001100110100010
Octal257231242

Shades and tints

Shades of #AF99A2

#AF99A2
(175,153,162)
#A08C94
(160,140,148)
#917F86
(145,127,134)
#827278
(130,114,120)
#73656A
(115,101,106)
#64585C
(100,88,92)
#554B4E
(85,75,78)
#463E40
(70,62,64)
#373132
(55,49,50)
#282424
(40,36,36)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AF99A2

#AF99A2
(175,153,162)
#B6A2AA
(182,162,170)
#BDABB2
(189,171,178)
#C4B4BA
(196,180,186)
#CBBDC2
(203,189,194)
#D2C6CA
(210,198,202)
#D9CFD2
(217,207,210)
#E0D8DA
(224,216,218)
#E7E1E2
(231,225,226)
#EEEAEA
(238,234,234)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF99A2 color. Also use rgb(175,153,162) instead hex code.

Text Font Color

.myTextColor { color: #AF99A2; }

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

This text font color is #AF99A2.


Background Color

.myBgColor { background-color: #AF99A2; }

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

This div background color is #AF99A2.


Border color

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

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

This div border color is #AF99A2.


Opacity

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

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

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

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

This text has shadow with #AF99A2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AF99A2 on black background.


Color preview on white background

This text has color #AF99A2 on white background.



Black color preview on #AF99A2 background

This text has black color on #AF99A2 background.


White color preview on #AF99A2 background

This text has white color on #AF99A2 background.