COLOR #AF767C

HEX: #AF767C
RGB: (175,118,124)

Color info

#AF767C contains red, green and blue colors in about the same proportion. Web safe color of #AF767C is #996666 (or #966).

RGB color model

#AF767C color RGB value is (175,118,124).

  • red value is 175;
  • green value is 118;
  • blue value is 124.
RGB:
(175,118,124)
(69%,46%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 124 of 255 = 49%

175
118
124

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

Portions of RGB colors in percentages

R + G + B =
175 + 118 + 124 = 417 (100%)
R 175 of 417 ~ 41.97%
G 118 of 417 ~ 28.3%
B 124 of 417 ~ 29.74%

%41.97
%28.3
%29.74

CMYK color model

#AF767C color CMYK value is (0,33,29,31).

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 29.14%
  • key color value is 31.37%
CMYK:
(0,33,29,31)
C0M33Y29K31 
(0%,33%,29%,31%)
(0.00/0.33/0.29/0.31)	

CMYK percentages

%0
%32.57
%29.14
%31.37

Codes

Color #AF767C in popluar color models

AF767C
RGB175118124
HSL354°26.27%57.45%
HSB/HSV354°32.57%68.63%
CMYK0.00%32.57%29.14%
31.37%

Color #AF767C in popluar number systems.

HEXAF767C
Decimal175118124
Binary1010111111101101111100
Octal257166174

Shades and tints

Shades of #AF767C

#AF767C
(175,118,124)
#A06C71
(160,108,113)
#916266
(145,98,102)
#82585B
(130,88,91)
#734E50
(115,78,80)
#644445
(100,68,69)
#553A3A
(85,58,58)
#46302F
(70,48,47)
#372624
(55,38,36)
#281C19
(40,28,25)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #AF767C

#AF767C
(175,118,124)
#B68287
(182,130,135)
#BD8E92
(189,142,146)
#C49A9D
(196,154,157)
#CBA6A8
(203,166,168)
#D2B2B3
(210,178,179)
#D9BEBE
(217,190,190)
#E0CAC9
(224,202,201)
#E7D6D4
(231,214,212)
#EEE2DF
(238,226,223)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF767C color. Also use rgb(175,118,124) instead hex code.

Text Font Color

.myTextColor { color: #AF767C; }

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

This text font color is #AF767C.


Background Color

.myBgColor { background-color: #AF767C; }

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

This div background color is #AF767C.


Border color

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

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

This div border color is #AF767C.


Opacity

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

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

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

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

This text has shadow with #AF767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF767C on black background.


Color preview on white background

This text has color #AF767C on white background.



Black color preview on #AF767C background

This text has black color on #AF767C background.


White color preview on #AF767C background

This text has white color on #AF767C background.