COLOR #AF6E6F

HEX: #AF6E6F RGB: (175,110,111)

Color info

#AF6E6F contains mainly red color. Web safe color of #AF6E6F is #996666 (or #966).

RGB color model

#AF6E6F color RGB value is (175,110,111).

RGB: (175,110,111) (69%, 43%, 44%)

RGB channels and saturation

R 175 of 255 = 69%
G 110 of 255 = 43%
B 111 of 255 = 44%

175
110
111

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

Portions of RGB colors in percentages

R + G + B = 175 + 110 + 111 = 396 (100%)
R 175 of 396 ~ 44.19%
G 110 of 396 ~ 27.78%
B 111 of 396 ~ 28.03'%

%44.19
%27.78
%28.03

CMYK color model

#AF6E6F color CMYK value is (0,37,37,31).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 36.57%
  • key color value is 31.37%

CMYK: (0,37,37,31)
C0M37Y37K31 (0%, 37%, 37%, 31%)
(0.00 / 0.37 / 0.37 / 0.31)

CMYK percentages

%0
%37.14
%36.57
%31.37

Codes

Color #AF6E6F in popluar color models

AF 6E 6F
RGB 175 110 111
HSL 359° 28.89% 55.88%
HSB/HSV 359° 37.14% 68.63%
CMYK 0.00% 37.14% 36.57%
31.37%

Color #AF6E6F in popluar number systems.

HEX AF 6E 6F
Decimal 175 110 111
Binary 10101111 1101110 1101111
Octal 257 156 157

Shades and tints

Shades of #AF6E6F

#AF6E6F
(175,110,111)
#A06465
(160,100,101)
#915A5B
(145,90,91)
#825051
(130,80,81)
#734647
(115,70,71)
#643C3D
(100,60,61)
#553233
(85,50,51)
#462829
(70,40,41)
#371E1F
(55,30,31)
#281415
(40,20,21)
#190A0B
(25,10,11)
#000000
(0,0,0)

Tints of #AF6E6F

#AF6E6F
(175,110,111)
#B67B7C
(182,123,124)
#BD8889
(189,136,137)
#C49596
(196,149,150)
#CBA2A3
(203,162,163)
#D2AFB0
(210,175,176)
#D9BCBD
(217,188,189)
#E0C9CA
(224,201,202)
#E7D6D7
(231,214,215)
#EEE3E4
(238,227,228)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6E6F color. Also use rgb(175,110,111) instead hex code.

Text Font Color

.myTextColor { color: #AF6E6F; }

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

This text font color is #AF6E6F.

Background Color

.myBgColor { background-color: #AF6E6F; }

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

This div background color is #AF6E6F.

Border color

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

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

This div border color is #AF6E6F.

Opacity

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

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

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

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

This text has shadow with #AF6E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6E6F.

Preview

Color preview on black background

This text has color #AF6E6F on black background.


Color preview on white background

This text has color #AF6E6F on white background.


Black color preview on #AF6E6F background

This text has black color on #AF6E6F background.


White color preview on #AF6E6F background

This text has white color on #AF6E6F background.


Related colors

Complementary color

Complementary color for #hex is #509190.


I love getcolorcode.com

Triadic colors

1 #6FAF6E and #6E6FAF with #AF6E6F are triadic colors.

2 #6F6EAF and #6EAF6F with #AF6E6F are triadic colors.