COLOR #AF818E

HEX: #AF818E
RGB: (175,129,142)

Color info

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

RGB color model

#AF818E color RGB value is (175,129,142).

  • red value is 175;
  • green value is 129;
  • blue value is 142.
RGB:
(175,129,142)
(69%,51%,56%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 142 of 255 = 56%

175
129
142

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

Portions of RGB colors in percentages

R + G + B =
175 + 129 + 142 = 446 (100%)
R 175 of 446 ~ 39.24%
G 129 of 446 ~ 28.92%
B 142 of 446 ~ 31.84%

%39.24
%28.92
%31.84

CMYK color model

#AF818E color CMYK value is (0,26,19,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(0,26,19,31)
C0M26Y19K31 
(0%,26%,19%,31%)
(0.00/0.26/0.19/0.31)	

CMYK percentages

%0
%26.29
%18.86
%31.37

Codes

Color #AF818E in popluar color models

AF818E
RGB175129142
HSL343°22.33%59.61%
HSB/HSV343°26.29%68.63%
CMYK0.00%26.29%18.86%
31.37%

Color #AF818E in popluar number systems.

HEXAF818E
Decimal175129142
Binary101011111000000110001110
Octal257201216

Shades and tints

Shades of #AF818E

#AF818E
(175,129,142)
#A07682
(160,118,130)
#916B76
(145,107,118)
#82606A
(130,96,106)
#73555E
(115,85,94)
#644A52
(100,74,82)
#553F46
(85,63,70)
#46343A
(70,52,58)
#37292E
(55,41,46)
#281E22
(40,30,34)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AF818E

#AF818E
(175,129,142)
#B68C98
(182,140,152)
#BD97A2
(189,151,162)
#C4A2AC
(196,162,172)
#CBADB6
(203,173,182)
#D2B8C0
(210,184,192)
#D9C3CA
(217,195,202)
#E0CED4
(224,206,212)
#E7D9DE
(231,217,222)
#EEE4E8
(238,228,232)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF818E color. Also use rgb(175,129,142) instead hex code.

Text Font Color

.myTextColor { color: #AF818E; }

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

This text font color is #AF818E.


Background Color

.myBgColor { background-color: #AF818E; }

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

This div background color is #AF818E.


Border color

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

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

This div border color is #AF818E.


Opacity

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

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

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

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

This text has shadow with #AF818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF818E on black background.


Color preview on white background

This text has color #AF818E on white background.



Black color preview on #AF818E background

This text has black color on #AF818E background.


White color preview on #AF818E background

This text has white color on #AF818E background.