COLOR #AF7C81

HEX: #AF7C81 RGB: (175,124,129)

Color info

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

RGB color model

#AF7C81 color RGB value is (175,124,129).

RGB: (175,124,129) (69%, 49%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 129 of 255 = 51%

175
124
129

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

Portions of RGB colors in percentages

R + G + B = 175 + 124 + 129 = 428 (100%)
R 175 of 428 ~ 40.89%
G 124 of 428 ~ 28.97%
B 129 of 428 ~ 30.14'%

%40.89
%28.97
%30.14

CMYK color model

#AF7C81 color CMYK value is (0,29,26,31).

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

CMYK: (0,29,26,31)
C0M29Y26K31 (0%, 29%, 26%, 31%)
(0.00 / 0.29 / 0.26 / 0.31)

CMYK percentages

%0
%29.14
%26.29
%31.37

Codes

Color #AF7C81 in popluar color models

AF 7C 81
RGB 175 124 129
HSL 354° 24.17% 58.63%
HSB/HSV 354° 29.14% 68.63%
CMYK 0.00% 29.14% 26.29%
31.37%

Color #AF7C81 in popluar number systems.

HEX AF 7C 81
Decimal 175 124 129
Binary 10101111 1111100 10000001
Octal 257 174 201

Shades and tints

Shades of #AF7C81

#AF7C81
(175,124,129)
#A07176
(160,113,118)
#91666B
(145,102,107)
#825B60
(130,91,96)
#735055
(115,80,85)
#64454A
(100,69,74)
#553A3F
(85,58,63)
#462F34
(70,47,52)
#372429
(55,36,41)
#28191E
(40,25,30)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #AF7C81

#AF7C81
(175,124,129)
#B6878C
(182,135,140)
#BD9297
(189,146,151)
#C49DA2
(196,157,162)
#CBA8AD
(203,168,173)
#D2B3B8
(210,179,184)
#D9BEC3
(217,190,195)
#E0C9CE
(224,201,206)
#E7D4D9
(231,212,217)
#EEDFE4
(238,223,228)
#F5EAEF
(245,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7C81; }

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

This text font color is #AF7C81.

Background Color

.myBgColor { background-color: #AF7C81; }

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

This div background color is #AF7C81.

Border color

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

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

This div border color is #AF7C81.

Opacity

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

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

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

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

This text has shadow with #AF7C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7C81.

Preview

Color preview on black background

This text has color #AF7C81 on black background.


Color preview on white background

This text has color #AF7C81 on white background.


Black color preview on #AF7C81 background

This text has black color on #AF7C81 background.


White color preview on #AF7C81 background

This text has white color on #AF7C81 background.


Related colors

Complementary color

Complementary color for #hex is #50837E.


I love getcolorcode.com

Triadic colors

1 #81AF7C and #7C81AF with #AF7C81 are triadic colors.

2 #817CAF and #7CAF81 with #AF7C81 are triadic colors.