COLOR #AF6A71

HEX: #AF6A71
RGB: (175,106,113)

Renk bilgisi

#AF6A71 contains mainly red color. #AF6A71 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AF6A71 color RGB value is (175,106,113).

  • kırmız ton 175;
  • yeşil ton 106;
  • mavi ton 113.
RGB:
(175,106,113)
(69%,42%,44%)

RGB bağlantıları ve doygunluk

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

175
106
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 106 + 113 = 394 (100%)
R 175 of 394 ~ 44.42%
G 106 of 394 ~ 26.9%
B 113 of 394 ~ 28.68%

%44.42
%26.9
%28.68

CMYK RENK MODELİ

#AF6A71 rengi CMYK tonu (0,39,35,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.43%
  • sarı tonu 35.43%
  • ana renk tonu 31.37%
CMYK:
(0,39,35,31)
C0M39Y35K31 
(0%,39%,35%,31%)
(0.00/0.39/0.35/0.31)	

CMYK yüzdeleri

%0
%39.43
%35.43
%31.37

Codes

Color #AF6A71 in popluar color models

AF6A71
RGB175106113
HSL354°30.13%55.10%
HSB/HSV354°39.43%68.63%
CMYK0.00%39.43%35.43%
31.37%

Color #AF6A71 in popluar number systems.

HEXAF6A71
Decimal175106113
Binary1010111111010101110001
Octal257152161

Shades and tints

Shades of #AF6A71

#AF6A71
(175,106,113)
#A06167
(160,97,103)
#91585D
(145,88,93)
#824F53
(130,79,83)
#734649
(115,70,73)
#643D3F
(100,61,63)
#553435
(85,52,53)
#462B2B
(70,43,43)
#372221
(55,34,33)
#281917
(40,25,23)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #AF6A71

#AF6A71
(175,106,113)
#B6777D
(182,119,125)
#BD8489
(189,132,137)
#C49195
(196,145,149)
#CB9EA1
(203,158,161)
#D2ABAD
(210,171,173)
#D9B8B9
(217,184,185)
#E0C5C5
(224,197,197)
#E7D2D1
(231,210,209)
#EEDFDD
(238,223,221)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6A71; }

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

This text font color is #AF6A71.


Background Color

.myBgColor { background-color: #AF6A71; }

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

This div background color is #AF6A71.


Border color

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

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

This div border color is #AF6A71.


Opacity

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

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

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

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

This text has shadow with #AF6A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6A71 on black background.


Color preview on white background

This text has color #AF6A71 on white background.



Black color preview on #AF6A71 background

This text has black color on #AF6A71 background.


White color preview on #AF6A71 background

This text has white color on #AF6A71 background.