COLOR #AD5F6A

HEX: #AD5F6A
RGB: (173,95,106)

Renk bilgisi

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

RGB renk modeli

#AD5F6A color RGB value is (173,95,106).

  • kırmız ton 173;
  • yeşil ton 95;
  • mavi ton 106.
RGB:
(173,95,106)
(68%,37%,42%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 95 of 255 = 37%
B 106 of 255 = 42%

173
95
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 95 + 106 = 374 (100%)
R 173 of 374 ~ 46.26%
G 95 of 374 ~ 25.4%
B 106 of 374 ~ 28.34%

%46.26
%25.4
%28.34

CMYK RENK MODELİ

#AD5F6A rengi CMYK tonu (0,45,39,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.09%
  • sarı tonu 38.73%
  • ana renk tonu 32.16%
CMYK:
(0,45,39,32)
C0M45Y39K32 
(0%,45%,39%,32%)
(0.00/0.45/0.39/0.32)	

CMYK yüzdeleri

%0
%45.09
%38.73
%32.16

Codes

Color #AD5F6A in popluar color models

AD5F6A
RGB17395106
HSL352°32.23%52.55%
HSB/HSV352°45.09%67.84%
CMYK0.00%45.09%38.73%
32.16%

Color #AD5F6A in popluar number systems.

HEXAD5F6A
Decimal17395106
Binary1010110110111111101010
Octal255137152

Shades and tints

Shades of #AD5F6A

#AD5F6A
(173,95,106)
#9E5761
(158,87,97)
#8F4F58
(143,79,88)
#80474F
(128,71,79)
#713F46
(113,63,70)
#62373D
(98,55,61)
#532F34
(83,47,52)
#44272B
(68,39,43)
#351F22
(53,31,34)
#261719
(38,23,25)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD5F6A

#AD5F6A
(173,95,106)
#B46D77
(180,109,119)
#BB7B84
(187,123,132)
#C28991
(194,137,145)
#C9979E
(201,151,158)
#D0A5AB
(208,165,171)
#D7B3B8
(215,179,184)
#DEC1C5
(222,193,197)
#E5CFD2
(229,207,210)
#ECDDDF
(236,221,223)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5F6A color. Also use rgb(173,95,106) instead hex code.

Text Font Color

.myTextColor { color: #AD5F6A; }

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

This text font color is #AD5F6A.


Background Color

.myBgColor { background-color: #AD5F6A; }

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

This div background color is #AD5F6A.


Border color

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

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

This div border color is #AD5F6A.


Opacity

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

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

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

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

This text has shadow with #AD5F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5F6A on black background.


Color preview on white background

This text has color #AD5F6A on white background.



Black color preview on #AD5F6A background

This text has black color on #AD5F6A background.


White color preview on #AD5F6A background

This text has white color on #AD5F6A background.