COLOR #AF7076

HEX: #AF7076 RGB: (175,112,118)

Color info

#AF7076 contains mainly red and blue colors. Web safe color of #AF7076 is #996666 (or #966).

RGB color model

#AF7076 color RGB value is (175,112,118).

RGB: (175,112,118) (69%, 44%, 46%)

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 118 of 255 = 46%

175
112
118

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

Portions of RGB colors in percentages

R + G + B = 175 + 112 + 118 = 405 (100%)
R 175 of 405 ~ 43.21%
G 112 of 405 ~ 27.65%
B 118 of 405 ~ 29.14'%

%43.21
%27.65
%29.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 32.57%
  • key color value is 31.37%

CMYK: (0,36,33,31)
C0M36Y33K31 (0%, 36%, 33%, 31%)
(0.00 / 0.36 / 0.33 / 0.31)

CMYK percentages

%0
%36
%32.57
%31.37

Codes

Color #AF7076 in popluar color models

AF 70 76
RGB 175 112 118
HSL 354° 28.25% 56.27%
HSB/HSV 354° 36.00% 68.63%
CMYK 0.00% 36.00% 32.57%
31.37%

Color #AF7076 in popluar number systems.

HEX AF 70 76
Decimal 175 112 118
Binary 10101111 1110000 1110110
Octal 257 160 166

Shades and tints

Shades of #AF7076

#AF7076
(175,112,118)
#A0666C
(160,102,108)
#915C62
(145,92,98)
#825258
(130,82,88)
#73484E
(115,72,78)
#643E44
(100,62,68)
#55343A
(85,52,58)
#462A30
(70,42,48)
#372026
(55,32,38)
#28161C
(40,22,28)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #AF7076

#AF7076
(175,112,118)
#B67D82
(182,125,130)
#BD8A8E
(189,138,142)
#C4979A
(196,151,154)
#CBA4A6
(203,164,166)
#D2B1B2
(210,177,178)
#D9BEBE
(217,190,190)
#E0CBCA
(224,203,202)
#E7D8D6
(231,216,214)
#EEE5E2
(238,229,226)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7076; }

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

This text font color is #AF7076.

Background Color

.myBgColor { background-color: #AF7076; }

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

This div background color is #AF7076.

Border color

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

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

This div border color is #AF7076.

Opacity

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

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

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

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

This text has shadow with #AF7076 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7076.

Preview

Color preview on black background

This text has color #AF7076 on black background.


Color preview on white background

This text has color #AF7076 on white background.


Black color preview on #AF7076 background

This text has black color on #AF7076 background.


White color preview on #AF7076 background

This text has white color on #AF7076 background.


Related colors

Complementary color

Complementary color for #hex is #508F89.


I love getcolorcode.com

Triadic colors

1 #76AF70 and #7076AF with #AF7076 are triadic colors.

2 #7670AF and #70AF76 with #AF7076 are triadic colors.