COLOR #AF7679

HEX: #AF7679
RGB: (175,118,121)

Color info

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

RGB color model

#AF7679 color RGB value is (175,118,121).

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

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 121 of 255 = 47%

175
118
121

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

Portions of RGB colors in percentages

R + G + B =
175 + 118 + 121 = 414 (100%)
R 175 of 414 ~ 42.27%
G 118 of 414 ~ 28.5%
B 121 of 414 ~ 29.23%

%42.27
%28.5
%29.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.57%
  • yellow value is 30.86%
  • key color value is 31.37%
CMYK:
(0,33,31,31)
C0M33Y31K31 
(0%,33%,31%,31%)
(0.00/0.33/0.31/0.31)	

CMYK percentages

%0
%32.57
%30.86
%31.37

Codes

Color #AF7679 in popluar color models

AF7679
RGB175118121
HSL357°26.27%57.45%
HSB/HSV357°32.57%68.63%
CMYK0.00%32.57%30.86%
31.37%

Color #AF7679 in popluar number systems.

HEXAF7679
Decimal175118121
Binary1010111111101101111001
Octal257166171

Shades and tints

Shades of #AF7679

#AF7679
(175,118,121)
#A06C6E
(160,108,110)
#916263
(145,98,99)
#825858
(130,88,88)
#734E4D
(115,78,77)
#644442
(100,68,66)
#553A37
(85,58,55)
#46302C
(70,48,44)
#372621
(55,38,33)
#281C16
(40,28,22)
#19120B
(25,18,11)
#000000
(0,0,0)

Tints of #AF7679

#AF7679
(175,118,121)
#B68285
(182,130,133)
#BD8E91
(189,142,145)
#C49A9D
(196,154,157)
#CBA6A9
(203,166,169)
#D2B2B5
(210,178,181)
#D9BEC1
(217,190,193)
#E0CACD
(224,202,205)
#E7D6D9
(231,214,217)
#EEE2E5
(238,226,229)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7679; }

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

This text font color is #AF7679.


Background Color

.myBgColor { background-color: #AF7679; }

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

This div background color is #AF7679.


Border color

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

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

This div border color is #AF7679.


Opacity

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

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

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

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

This text has shadow with #AF7679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7679 on black background.


Color preview on white background

This text has color #AF7679 on white background.



Black color preview on #AF7679 background

This text has black color on #AF7679 background.


White color preview on #AF7679 background

This text has white color on #AF7679 background.