COLOR #AF9099

HEX: #AF9099
RGB: (175,144,153)

Color info

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

RGB color model

#AF9099 color RGB value is (175,144,153).

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

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 153 of 255 = 60%

175
144
153

R + G + B ~ 62%. #AF9099 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 153 = 472 (100%)
R 175 of 472 ~ 37.08%
G 144 of 472 ~ 30.51%
B 153 of 472 ~ 32.42%

%37.08
%30.51
%32.42

CMYK color model

#AF9099 color CMYK value is (0,18,13,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 12.57%
  • key color value is 31.37%
CMYK:
(0,18,13,31)
C0M18Y13K31 
(0%,18%,13%,31%)
(0.00/0.18/0.13/0.31)	

CMYK percentages

%0
%17.71
%12.57
%31.37

Codes

Color #AF9099 in popluar color models

AF9099
RGB175144153
HSL343°16.23%62.55%
HSB/HSV343°17.71%68.63%
CMYK0.00%17.71%12.57%
31.37%

Color #AF9099 in popluar number systems.

HEXAF9099
Decimal175144153
Binary101011111001000010011001
Octal257220231

Shades and tints

Shades of #AF9099

#AF9099
(175,144,153)
#A0838C
(160,131,140)
#91767F
(145,118,127)
#826972
(130,105,114)
#735C65
(115,92,101)
#644F58
(100,79,88)
#55424B
(85,66,75)
#46353E
(70,53,62)
#372831
(55,40,49)
#281B24
(40,27,36)
#190E17
(25,14,23)
#000000
(0,0,0)

Tints of #AF9099

#AF9099
(175,144,153)
#B69AA2
(182,154,162)
#BDA4AB
(189,164,171)
#C4AEB4
(196,174,180)
#CBB8BD
(203,184,189)
#D2C2C6
(210,194,198)
#D9CCCF
(217,204,207)
#E0D6D8
(224,214,216)
#E7E0E1
(231,224,225)
#EEEAEA
(238,234,234)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9099; }

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

This text font color is #AF9099.


Background Color

.myBgColor { background-color: #AF9099; }

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

This div background color is #AF9099.


Border color

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

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

This div border color is #AF9099.


Opacity

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

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

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

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

This text has shadow with #AF9099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9099 on black background.


Color preview on white background

This text has color #AF9099 on white background.



Black color preview on #AF9099 background

This text has black color on #AF9099 background.


White color preview on #AF9099 background

This text has white color on #AF9099 background.