COLOR #AF6C6A

HEX: #AF6C6A
RGB: (175,108,106)

Color info

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

RGB color model

#AF6C6A color RGB value is (175,108,106).

  • red value is 175;
  • green value is 108;
  • blue value is 106.
RGB:
(175,108,106)
(69%,42%,42%)

RGB channels and saturation

R 175 of 255 = 69%
G 108 of 255 = 42%
B 106 of 255 = 42%

175
108
106

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

Portions of RGB colors in percentages

R + G + B =
175 + 108 + 106 = 389 (100%)
R 175 of 389 ~ 44.99%
G 108 of 389 ~ 27.76%
B 106 of 389 ~ 27.25%

%44.99
%27.76
%27.25

CMYK color model

#AF6C6A color CMYK value is (0,38,39,31).

  • cyan value is 0.00%
  • magenta value is 38.29%
  • yellow value is 39.43%
  • key color value is 31.37%
CMYK:
(0,38,39,31)
C0M38Y39K31 
(0%,38%,39%,31%)
(0.00/0.38/0.39/0.31)	

CMYK percentages

%0
%38.29
%39.43
%31.37

Codes

Color #AF6C6A in popluar color models

AF6C6A
RGB175108106
HSL30.13%55.10%
HSB/HSV39.43%68.63%
CMYK0.00%38.29%39.43%
31.37%

Color #AF6C6A in popluar number systems.

HEXAF6C6A
Decimal175108106
Binary1010111111011001101010
Octal257154152

Shades and tints

Shades of #AF6C6A

#AF6C6A
(175,108,106)
#A06361
(160,99,97)
#915A58
(145,90,88)
#82514F
(130,81,79)
#734846
(115,72,70)
#643F3D
(100,63,61)
#553634
(85,54,52)
#462D2B
(70,45,43)
#372422
(55,36,34)
#281B19
(40,27,25)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #AF6C6A

#AF6C6A
(175,108,106)
#B67977
(182,121,119)
#BD8684
(189,134,132)
#C49391
(196,147,145)
#CBA09E
(203,160,158)
#D2ADAB
(210,173,171)
#D9BAB8
(217,186,184)
#E0C7C5
(224,199,197)
#E7D4D2
(231,212,210)
#EEE1DF
(238,225,223)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6C6A; }

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

This text font color is #AF6C6A.


Background Color

.myBgColor { background-color: #AF6C6A; }

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

This div background color is #AF6C6A.


Border color

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

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

This div border color is #AF6C6A.


Opacity

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

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

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

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

This text has shadow with #AF6C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6C6A on black background.


Color preview on white background

This text has color #AF6C6A on white background.



Black color preview on #AF6C6A background

This text has black color on #AF6C6A background.


White color preview on #AF6C6A background

This text has white color on #AF6C6A background.