COLOR #AF646D

HEX: #AF646D RGB: (175,100,109)

Color info

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

RGB color model

#AF646D color RGB value is (175,100,109).

RGB: (175,100,109) (69%, 39%, 43%)

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 109 of 255 = 43%

175
100
109

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

Portions of RGB colors in percentages

R + G + B = 175 + 100 + 109 = 384 (100%)
R 175 of 384 ~ 45.57%
G 100 of 384 ~ 26.04%
B 109 of 384 ~ 28.39'%

%45.57
%26.04
%28.39

CMYK color model

#AF646D color CMYK value is (0,43,38,31).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 37.71%
  • key color value is 31.37%
CMYK: (0,43,38,31) C0M43Y38K31 (0%,43%,38%,31%) (0.00/0.43/0.38/0.31) 

CMYK percentages

%0
%42.86
%37.71
%31.37

Codes

Color #AF646D in popluar color models

AF 64 6D
RGB 175 100 109
HSL 353° 31.91% 53.92%
HSB/HSV 353° 42.86% 68.63%
CMYK 0.00% 42.86% 37.71%
31.37%

Color #AF646D in popluar number systems.

HEX AF 64 6D
Decimal 175 100 109
Binary 10101111 1100100 1101101
Octal 257 144 155

Shades and tints

Shades of #AF646D

#AF646D
(175,100,109)
#A05B64
(160,91,100)
#91525B
(145,82,91)
#824952
(130,73,82)
#734049
(115,64,73)
#643740
(100,55,64)
#552E37
(85,46,55)
#46252E
(70,37,46)
#371C25
(55,28,37)
#28131C
(40,19,28)
#190A13
(25,10,19)
#000000
(0,0,0)

Tints of #AF646D

#AF646D
(175,100,109)
#B6727A
(182,114,122)
#BD8087
(189,128,135)
#C48E94
(196,142,148)
#CB9CA1
(203,156,161)
#D2AAAE
(210,170,174)
#D9B8BB
(217,184,187)
#E0C6C8
(224,198,200)
#E7D4D5
(231,212,213)
#EEE2E2
(238,226,226)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF646D color. Also use rgb(175,100,109) instead hex code.

Text Font Color

.myTextColor { color: #AF646D; }

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

This text font color is #AF646D.

Background Color

.myBgColor { background-color: #AF646D; }

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

This div background color is #AF646D.

Border color

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

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

This div border color is #AF646D.

Opacity

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

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

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

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

This text has shadow with #AF646D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF646D.

Preview

Color preview on black background

This text has color #AF646D on black background.


Color preview on white background

This text has color #AF646D on white background.


Black color preview on #AF646D background

This text has black color on #AF646D background.


White color preview on #AF646D background

This text has white color on #AF646D background.


Related colors

Complementary color

Complementary color for #hex is #509B92.


I love getcolorcode.com

Triadic colors

1 #6DAF64 and #646DAF with #AF646D are triadic colors.

2 #6D64AF and #64AF6D with #AF646D are triadic colors.