COLOR #AF8095

HEX: #AF8095
RGB: (175,128,149)

Color info

#AF8095 contains red, green and blue colors in about the same proportion. Web safe color of #AF8095 is #996699 (or #969).

RGB color model

#AF8095 color RGB value is (175,128,149).

  • red value is 175;
  • green value is 128;
  • blue value is 149.
RGB:
(175,128,149)
(69%,50%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 149 of 255 = 58%

175
128
149

R + G + B ~ 59%. #AF8095 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 128 + 149 = 452 (100%)
R 175 of 452 ~ 38.72%
G 128 of 452 ~ 28.32%
B 149 of 452 ~ 32.96%

%38.72
%28.32
%32.96

CMYK color model

#AF8095 color CMYK value is (0,27,15,31).

  • cyan value is 0.00%
  • magenta value is 26.86%
  • yellow value is 14.86%
  • key color value is 31.37%
CMYK:
(0,27,15,31)
C0M27Y15K31 
(0%,27%,15%,31%)
(0.00/0.27/0.15/0.31)	

CMYK percentages

%0
%26.86
%14.86
%31.37

Codes

Color #AF8095 in popluar color models

AF8095
RGB175128149
HSL333°22.71%59.41%
HSB/HSV333°26.86%68.63%
CMYK0.00%26.86%14.86%
31.37%

Color #AF8095 in popluar number systems.

HEXAF8095
Decimal175128149
Binary101011111000000010010101
Octal257200225

Shades and tints

Shades of #AF8095

#AF8095
(175,128,149)
#A07588
(160,117,136)
#916A7B
(145,106,123)
#825F6E
(130,95,110)
#735461
(115,84,97)
#644954
(100,73,84)
#553E47
(85,62,71)
#46333A
(70,51,58)
#37282D
(55,40,45)
#281D20
(40,29,32)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AF8095

#AF8095
(175,128,149)
#B68B9E
(182,139,158)
#BD96A7
(189,150,167)
#C4A1B0
(196,161,176)
#CBACB9
(203,172,185)
#D2B7C2
(210,183,194)
#D9C2CB
(217,194,203)
#E0CDD4
(224,205,212)
#E7D8DD
(231,216,221)
#EEE3E6
(238,227,230)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8095 color. Also use rgb(175,128,149) instead hex code.

Text Font Color

.myTextColor { color: #AF8095; }

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

This text font color is #AF8095.


Background Color

.myBgColor { background-color: #AF8095; }

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

This div background color is #AF8095.


Border color

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

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

This div border color is #AF8095.


Opacity

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

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

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

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

This text has shadow with #AF8095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8095 on black background.


Color preview on white background

This text has color #AF8095 on white background.



Black color preview on #AF8095 background

This text has black color on #AF8095 background.


White color preview on #AF8095 background

This text has white color on #AF8095 background.