COLOR #AF7475

HEX: #AF7475
RGB: (175,116,117)

Color info

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

RGB color model

#AF7475 color RGB value is (175,116,117).

  • red value is 175;
  • green value is 116;
  • blue value is 117.
RGB:
(175,116,117)
(69%,45%,46%)

RGB channels and saturation

R 175 of 255 = 69%
G 116 of 255 = 45%
B 117 of 255 = 46%

175
116
117

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

Portions of RGB colors in percentages

R + G + B =
175 + 116 + 117 = 408 (100%)
R 175 of 408 ~ 42.89%
G 116 of 408 ~ 28.43%
B 117 of 408 ~ 28.68%

%42.89
%28.43
%28.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 33.14%
  • key color value is 31.37%
CMYK:
(0,34,33,31)
C0M34Y33K31 
(0%,34%,33%,31%)
(0.00/0.34/0.33/0.31)	

CMYK percentages

%0
%33.71
%33.14
%31.37

Codes

Color #AF7475 in popluar color models

AF7475
RGB175116117
HSL359°26.94%57.06%
HSB/HSV359°33.71%68.63%
CMYK0.00%33.71%33.14%
31.37%

Color #AF7475 in popluar number systems.

HEXAF7475
Decimal175116117
Binary1010111111101001110101
Octal257164165

Shades and tints

Shades of #AF7475

#AF7475
(175,116,117)
#A06A6B
(160,106,107)
#916061
(145,96,97)
#825657
(130,86,87)
#734C4D
(115,76,77)
#644243
(100,66,67)
#553839
(85,56,57)
#462E2F
(70,46,47)
#372425
(55,36,37)
#281A1B
(40,26,27)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AF7475

#AF7475
(175,116,117)
#B68081
(182,128,129)
#BD8C8D
(189,140,141)
#C49899
(196,152,153)
#CBA4A5
(203,164,165)
#D2B0B1
(210,176,177)
#D9BCBD
(217,188,189)
#E0C8C9
(224,200,201)
#E7D4D5
(231,212,213)
#EEE0E1
(238,224,225)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7475 color. Also use rgb(175,116,117) instead hex code.

Text Font Color

.myTextColor { color: #AF7475; }

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

This text font color is #AF7475.


Background Color

.myBgColor { background-color: #AF7475; }

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

This div background color is #AF7475.


Border color

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

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

This div border color is #AF7475.


Opacity

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

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

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

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

This text has shadow with #AF7475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7475 on black background.


Color preview on white background

This text has color #AF7475 on white background.



Black color preview on #AF7475 background

This text has black color on #AF7475 background.


White color preview on #AF7475 background

This text has white color on #AF7475 background.