COLOR #AF6775

HEX: #AF6775 RGB: (175,103,117)

Color info

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

RGB color model

#AF6775 color RGB value is (175,103,117).

RGB: (175,103,117) (69%, 40%, 46%)

RGB channels and saturation

R 175 of 255 = 69%
G 103 of 255 = 40%
B 117 of 255 = 46%

175
103
117

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

Portions of RGB colors in percentages

R + G + B = 175 + 103 + 117 = 395 (100%)
R 175 of 395 ~ 44.3%
G 103 of 395 ~ 26.08%
B 117 of 395 ~ 29.62'%

%44.3
%26.08
%29.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.14%
  • yellow value is 33.14%
  • key color value is 31.37%

CMYK: (0,41,33,31)
C0M41Y33K31 (0%, 41%, 33%, 31%)
(0.00 / 0.41 / 0.33 / 0.31)

CMYK percentages

%0
%41.14
%33.14
%31.37

Codes

Color #AF6775 in popluar color models

AF 67 75
RGB 175 103 117
HSL 348° 31.03% 54.51%
HSB/HSV 348° 41.14% 68.63%
CMYK 0.00% 41.14% 33.14%
31.37%

Color #AF6775 in popluar number systems.

HEX AF 67 75
Decimal 175 103 117
Binary 10101111 1100111 1110101
Octal 257 147 165

Shades and tints

Shades of #AF6775

#AF6775
(175,103,117)
#A05E6B
(160,94,107)
#915561
(145,85,97)
#824C57
(130,76,87)
#73434D
(115,67,77)
#643A43
(100,58,67)
#553139
(85,49,57)
#46282F
(70,40,47)
#371F25
(55,31,37)
#28161B
(40,22,27)
#190D11
(25,13,17)
#000000
(0,0,0)

Tints of #AF6775

#AF6775
(175,103,117)
#B67481
(182,116,129)
#BD818D
(189,129,141)
#C48E99
(196,142,153)
#CB9BA5
(203,155,165)
#D2A8B1
(210,168,177)
#D9B5BD
(217,181,189)
#E0C2C9
(224,194,201)
#E7CFD5
(231,207,213)
#EEDCE1
(238,220,225)
#F5E9ED
(245,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6775; }

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

This text font color is #AF6775.

Background Color

.myBgColor { background-color: #AF6775; }

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

This div background color is #AF6775.

Border color

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

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

This div border color is #AF6775.

Opacity

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

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

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

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

This text has shadow with #AF6775 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6775.

Preview

Color preview on black background

This text has color #AF6775 on black background.


Color preview on white background

This text has color #AF6775 on white background.


Black color preview on #AF6775 background

This text has black color on #AF6775 background.


White color preview on #AF6775 background

This text has white color on #AF6775 background.


Related colors

Complementary color

Complementary color for #hex is #50988A.


I love getcolorcode.com

Triadic colors

1 #75AF67 and #6775AF with #AF6775 are triadic colors.

2 #7567AF and #67AF75 with #AF6775 are triadic colors.