COLOR #AF6565

HEX: #AF6565 RGB: (175,101,101)

Color info

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

RGB color model

#AF6565 color RGB value is (175,101,101).

RGB: (175,101,101) (69%, 40%, 40%)

RGB channels and saturation

R 175 of 255 = 69%
G 101 of 255 = 40%
B 101 of 255 = 40%

175
101
101

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

Portions of RGB colors in percentages

R + G + B = 175 + 101 + 101 = 377 (100%)
R 175 of 377 ~ 46.42%
G 101 of 377 ~ 26.79%
B 101 of 377 ~ 26.79'%

%46.42
%26.79
%26.79

CMYK color model

#AF6565 color CMYK value is (0,42,42,31).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK: (0,42,42,31) C0M42Y42K31 (0%,42%,42%,31%) (0.00/0.42/0.42/0.31) 

CMYK percentages

%0
%42.29
%42.29
%31.37

Codes

Color #AF6565 in popluar color models

AF 65 65
RGB 175 101 101
HSL 31.62% 54.12%
HSB/HSV 42.29% 68.63%
CMYK 0.00% 42.29% 42.29%
31.37%

Color #AF6565 in popluar number systems.

HEX AF 65 65
Decimal 175 101 101
Binary 10101111 1100101 1100101
Octal 257 145 145

Shades and tints

Shades of #AF6565

#AF6565
(175,101,101)
#A05C5C
(160,92,92)
#915353
(145,83,83)
#824A4A
(130,74,74)
#734141
(115,65,65)
#643838
(100,56,56)
#552F2F
(85,47,47)
#462626
(70,38,38)
#371D1D
(55,29,29)
#281414
(40,20,20)
#190B0B
(25,11,11)
#000000
(0,0,0)

Tints of #AF6565

#AF6565
(175,101,101)
#B67373
(182,115,115)
#BD8181
(189,129,129)
#C48F8F
(196,143,143)
#CB9D9D
(203,157,157)
#D2ABAB
(210,171,171)
#D9B9B9
(217,185,185)
#E0C7C7
(224,199,199)
#E7D5D5
(231,213,213)
#EEE3E3
(238,227,227)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6565; }

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

This text font color is #AF6565.

Background Color

.myBgColor { background-color: #AF6565; }

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

This div background color is #AF6565.

Border color

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

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

This div border color is #AF6565.

Opacity

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

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

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

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

This text has shadow with #AF6565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6565.

Preview

Color preview on black background

This text has color #AF6565 on black background.


Color preview on white background

This text has color #AF6565 on white background.


Black color preview on #AF6565 background

This text has black color on #AF6565 background.


White color preview on #AF6565 background

This text has white color on #AF6565 background.


Related colors

Complementary color

Complementary color for #hex is #509A9A.


I love getcolorcode.com