COLOR #AF7681

HEX: #AF7681 RGB: (175,118,129)

Color info

#AF7681 contains red, green and blue colors in about the same proportion. Web safe color of #AF7681 is #996699 (or #969).

RGB color model

#AF7681 color RGB value is (175,118,129).

RGB: (175,118,129) (69%, 46%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 129 of 255 = 51%

175
118
129

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

Portions of RGB colors in percentages

R + G + B = 175 + 118 + 129 = 422 (100%)
R 175 of 422 ~ 41.47%
G 118 of 422 ~ 27.96%
B 129 of 422 ~ 30.57'%

%41.47
%27.96
%30.57

CMYK color model

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

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

CMYK: (0,33,26,31)
C0M33Y26K31 (0%, 33%, 26%, 31%)
(0.00 / 0.33 / 0.26 / 0.31)

CMYK percentages

%0
%32.57
%26.29
%31.37

Codes

Color #AF7681 in popluar color models

AF 76 81
RGB 175 118 129
HSL 348° 26.27% 57.45%
HSB/HSV 348° 32.57% 68.63%
CMYK 0.00% 32.57% 26.29%
31.37%

Color #AF7681 in popluar number systems.

HEX AF 76 81
Decimal 175 118 129
Binary 10101111 1110110 10000001
Octal 257 166 201

Shades and tints

Shades of #AF7681

#AF7681
(175,118,129)
#A06C76
(160,108,118)
#91626B
(145,98,107)
#825860
(130,88,96)
#734E55
(115,78,85)
#64444A
(100,68,74)
#553A3F
(85,58,63)
#463034
(70,48,52)
#372629
(55,38,41)
#281C1E
(40,28,30)
#191213
(25,18,19)
#000000
(0,0,0)

Tints of #AF7681

#AF7681
(175,118,129)
#B6828C
(182,130,140)
#BD8E97
(189,142,151)
#C49AA2
(196,154,162)
#CBA6AD
(203,166,173)
#D2B2B8
(210,178,184)
#D9BEC3
(217,190,195)
#E0CACE
(224,202,206)
#E7D6D9
(231,214,217)
#EEE2E4
(238,226,228)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7681; }

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

This text font color is #AF7681.

Background Color

.myBgColor { background-color: #AF7681; }

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

This div background color is #AF7681.

Border color

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

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

This div border color is #AF7681.

Opacity

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

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

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

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

This text has shadow with #AF7681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7681.

Preview

Color preview on black background

This text has color #AF7681 on black background.


Color preview on white background

This text has color #AF7681 on white background.


Black color preview on #AF7681 background

This text has black color on #AF7681 background.


White color preview on #AF7681 background

This text has white color on #AF7681 background.


Related colors

Complementary color

Complementary color for #hex is #50897E.


I love getcolorcode.com

Triadic colors

1 #81AF76 and #7681AF with #AF7681 are triadic colors.

2 #8176AF and #76AF81 with #AF7681 are triadic colors.