COLOR #AF6C75

HEX: #AF6C75 RGB: (175,108,117)

Color info

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

RGB color model

#AF6C75 color RGB value is (175,108,117).

RGB: (175,108,117) (69%, 42%, 46%)

RGB channels and saturation

R 175 of 255 = 69%
G 108 of 255 = 42%
B 117 of 255 = 46%

175
108
117

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

Portions of RGB colors in percentages

R + G + B = 175 + 108 + 117 = 400 (100%)
R 175 of 400 ~ 43.75%
G 108 of 400 ~ 27%
B 117 of 400 ~ 29.25'%

%43.75
%27
%29.25

CMYK color model

#AF6C75 color CMYK value is (0,38,33,31).

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

CMYK: (0,38,33,31)
C0M38Y33K31 (0%, 38%, 33%, 31%)
(0.00 / 0.38 / 0.33 / 0.31)

CMYK percentages

%0
%38.29
%33.14
%31.37

Codes

Color #AF6C75 in popluar color models

AF 6C 75
RGB 175 108 117
HSL 352° 29.52% 55.49%
HSB/HSV 352° 38.29% 68.63%
CMYK 0.00% 38.29% 33.14%
31.37%

Color #AF6C75 in popluar number systems.

HEX AF 6C 75
Decimal 175 108 117
Binary 10101111 1101100 1110101
Octal 257 154 165

Shades and tints

Shades of #AF6C75

#AF6C75
(175,108,117)
#A0636B
(160,99,107)
#915A61
(145,90,97)
#825157
(130,81,87)
#73484D
(115,72,77)
#643F43
(100,63,67)
#553639
(85,54,57)
#462D2F
(70,45,47)
#372425
(55,36,37)
#281B1B
(40,27,27)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF6C75

#AF6C75
(175,108,117)
#B67981
(182,121,129)
#BD868D
(189,134,141)
#C49399
(196,147,153)
#CBA0A5
(203,160,165)
#D2ADB1
(210,173,177)
#D9BABD
(217,186,189)
#E0C7C9
(224,199,201)
#E7D4D5
(231,212,213)
#EEE1E1
(238,225,225)
#F5EEED
(245,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6C75; }

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

This text font color is #AF6C75.

Background Color

.myBgColor { background-color: #AF6C75; }

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

This div background color is #AF6C75.

Border color

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

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

This div border color is #AF6C75.

Opacity

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

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

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

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

This text has shadow with #AF6C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6C75.

Preview

Color preview on black background

This text has color #AF6C75 on black background.


Color preview on white background

This text has color #AF6C75 on white background.


Black color preview on #AF6C75 background

This text has black color on #AF6C75 background.


White color preview on #AF6C75 background

This text has white color on #AF6C75 background.


Related colors

Complementary color

Complementary color for #hex is #50938A.


I love getcolorcode.com

Triadic colors

1 #75AF6C and #6C75AF with #AF6C75 are triadic colors.

2 #756CAF and #6CAF75 with #AF6C75 are triadic colors.