COLOR #AF6F6A

HEX: #AF6F6A RGB: (175,111,106)

Color info

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

RGB color model

#AF6F6A color RGB value is (175,111,106).

RGB: (175,111,106) (69%, 44%, 42%)

RGB channels and saturation

R 175 of 255 = 69%
G 111 of 255 = 44%
B 106 of 255 = 42%

175
111
106

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

Portions of RGB colors in percentages

R + G + B = 175 + 111 + 106 = 392 (100%)
R 175 of 392 ~ 44.64%
G 111 of 392 ~ 28.32%
B 106 of 392 ~ 27.04'%

%44.64
%28.32
%27.04

CMYK color model

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

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

CMYK: (0,37,39,31)
C0M37Y39K31 (0%, 37%, 39%, 31%)
(0.00 / 0.37 / 0.39 / 0.31)

CMYK percentages

%0
%36.57
%39.43
%31.37

Codes

Color #AF6F6A in popluar color models

AF 6F 6A
RGB 175 111 106
HSL 30.13% 55.10%
HSB/HSV 39.43% 68.63%
CMYK 0.00% 36.57% 39.43%
31.37%

Color #AF6F6A in popluar number systems.

HEX AF 6F 6A
Decimal 175 111 106
Binary 10101111 1101111 1101010
Octal 257 157 152

Shades and tints

Shades of #AF6F6A

#AF6F6A
(175,111,106)
#A06561
(160,101,97)
#915B58
(145,91,88)
#82514F
(130,81,79)
#734746
(115,71,70)
#643D3D
(100,61,61)
#553334
(85,51,52)
#46292B
(70,41,43)
#371F22
(55,31,34)
#281519
(40,21,25)
#190B10
(25,11,16)
#000000
(0,0,0)

Tints of #AF6F6A

#AF6F6A
(175,111,106)
#B67C77
(182,124,119)
#BD8984
(189,137,132)
#C49691
(196,150,145)
#CBA39E
(203,163,158)
#D2B0AB
(210,176,171)
#D9BDB8
(217,189,184)
#E0CAC5
(224,202,197)
#E7D7D2
(231,215,210)
#EEE4DF
(238,228,223)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6F6A; }

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

This text font color is #AF6F6A.

Background Color

.myBgColor { background-color: #AF6F6A; }

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

This div background color is #AF6F6A.

Border color

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

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

This div border color is #AF6F6A.

Opacity

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

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

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

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

This text has shadow with #AF6F6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6F6A.

Preview

Color preview on black background

This text has color #AF6F6A on black background.


Color preview on white background

This text has color #AF6F6A on white background.


Black color preview on #AF6F6A background

This text has black color on #AF6F6A background.


White color preview on #AF6F6A background

This text has white color on #AF6F6A background.


Related colors

Complementary color

Complementary color for #hex is #509095.


I love getcolorcode.com

Triadic colors

1 #6AAF6F and #6F6AAF with #AF6F6A are triadic colors.

2 #6A6FAF and #6FAF6A with #AF6F6A are triadic colors.