COLOR #AF99A6

HEX: #AF99A6 RGB: (175,153,166)

Color info

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

RGB color model

#AF99A6 color RGB value is (175,153,166).

RGB: (175,153,166) (69%, 60%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 166 of 255 = 65%

175
153
166

R + G + B ~ 65%. #AF99A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 153 + 166 = 494 (100%)
R 175 of 494 ~ 35.43%
G 153 of 494 ~ 30.97%
B 166 of 494 ~ 33.6'%

%35.43
%30.97
%33.6

CMYK color model

#AF99A6 color CMYK value is (0,13,5,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 5.14%
  • key color value is 31.37%

CMYK: (0,13,5,31)
C0M13Y5K31 (0%, 13%, 5%, 31%)
(0.00 / 0.13 / 0.05 / 0.31)

CMYK percentages

%0
%12.57
%5.14
%31.37

Codes

Color #AF99A6 in popluar color models

AF 99 A6
RGB 175 153 166
HSL 325° 12.09% 64.31%
HSB/HSV 325° 12.57% 68.63%
CMYK 0.00% 12.57% 5.14%
31.37%

Color #AF99A6 in popluar number systems.

HEX AF 99 A6
Decimal 175 153 166
Binary 10101111 10011001 10100110
Octal 257 231 246

Shades and tints

Shades of #AF99A6

#AF99A6
(175,153,166)
#A08C97
(160,140,151)
#917F88
(145,127,136)
#827279
(130,114,121)
#73656A
(115,101,106)
#64585B
(100,88,91)
#554B4C
(85,75,76)
#463E3D
(70,62,61)
#37312E
(55,49,46)
#28241F
(40,36,31)
#191710
(25,23,16)
#000000
(0,0,0)

Tints of #AF99A6

#AF99A6
(175,153,166)
#B6A2AE
(182,162,174)
#BDABB6
(189,171,182)
#C4B4BE
(196,180,190)
#CBBDC6
(203,189,198)
#D2C6CE
(210,198,206)
#D9CFD6
(217,207,214)
#E0D8DE
(224,216,222)
#E7E1E6
(231,225,230)
#EEEAEE
(238,234,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF99A6; }

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

This text font color is #AF99A6.

Background Color

.myBgColor { background-color: #AF99A6; }

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

This div background color is #AF99A6.

Border color

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

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

This div border color is #AF99A6.

Opacity

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

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

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

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

This text has shadow with #AF99A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF99A6.

Preview

Color preview on black background

This text has color #AF99A6 on black background.


Color preview on white background

This text has color #AF99A6 on white background.


Black color preview on #AF99A6 background

This text has black color on #AF99A6 background.


White color preview on #AF99A6 background

This text has white color on #AF99A6 background.


Related colors

Complementary color

Complementary color for #hex is #506659.


I love getcolorcode.com

Triadic colors

1 #A6AF99 and #99A6AF with #AF99A6 are triadic colors.

2 #A699AF and #99AFA6 with #AF99A6 are triadic colors.