COLOR #AF687D

HEX: #AF687D
RGB: (175,104,125)

Renk bilgisi

#AF687D contains mainly red and blue colors. #AF687D ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AF687D color RGB value is (175,104,125).

  • kırmız ton 175;
  • yeşil ton 104;
  • mavi ton 125.
RGB:
(175,104,125)
(69%,41%,49%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 104 of 255 = 41%
B 125 of 255 = 49%

175
104
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 104 + 125 = 404 (100%)
R 175 of 404 ~ 43.32%
G 104 of 404 ~ 25.74%
B 125 of 404 ~ 30.94%

%43.32
%25.74
%30.94

CMYK RENK MODELİ

#AF687D rengi CMYK tonu (0,41,29,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.57%
  • sarı tonu 28.57%
  • ana renk tonu 31.37%
CMYK:
(0,41,29,31)
C0M41Y29K31 
(0%,41%,29%,31%)
(0.00/0.41/0.29/0.31)	

CMYK yüzdeleri

%0
%40.57
%28.57
%31.37

Codes

Color #AF687D in popluar color models

AF687D
RGB175104125
HSL342°30.74%54.71%
HSB/HSV342°40.57%68.63%
CMYK0.00%40.57%28.57%
31.37%

Color #AF687D in popluar number systems.

HEXAF687D
Decimal175104125
Binary1010111111010001111101
Octal257150175

Shades and tints

Shades of #AF687D

#AF687D
(175,104,125)
#A05F72
(160,95,114)
#915667
(145,86,103)
#824D5C
(130,77,92)
#734451
(115,68,81)
#643B46
(100,59,70)
#55323B
(85,50,59)
#462930
(70,41,48)
#372025
(55,32,37)
#28171A
(40,23,26)
#190E0F
(25,14,15)
#000000
(0,0,0)

Tints of #AF687D

#AF687D
(175,104,125)
#B67588
(182,117,136)
#BD8293
(189,130,147)
#C48F9E
(196,143,158)
#CB9CA9
(203,156,169)
#D2A9B4
(210,169,180)
#D9B6BF
(217,182,191)
#E0C3CA
(224,195,202)
#E7D0D5
(231,208,213)
#EEDDE0
(238,221,224)
#F5EAEB
(245,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF687D; }

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

This text font color is #AF687D.


Background Color

.myBgColor { background-color: #AF687D; }

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

This div background color is #AF687D.


Border color

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

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

This div border color is #AF687D.


Opacity

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

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

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

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

This text has shadow with #AF687D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF687D on black background.


Color preview on white background

This text has color #AF687D on white background.



Black color preview on #AF687D background

This text has black color on #AF687D background.


White color preview on #AF687D background

This text has white color on #AF687D background.