COLOR #AD616A

HEX: #AD616A
RGB: (173,97,106)

Renk bilgisi

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

RGB renk modeli

#AD616A color RGB value is (173,97,106).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 106 of 255 = 42%

173
97
106

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 106 = 376 (100%)
R 173 of 376 ~ 46.01%
G 97 of 376 ~ 25.8%
B 106 of 376 ~ 28.19%

%46.01
%25.8
%28.19

CMYK RENK MODELİ

#AD616A rengi CMYK tonu (0,44,39,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.93%
  • sarı tonu 38.73%
  • ana renk tonu 32.16%
CMYK:
(0,44,39,32)
C0M44Y39K32 
(0%,44%,39%,32%)
(0.00/0.44/0.39/0.32)	

CMYK yüzdeleri

%0
%43.93
%38.73
%32.16

Codes

Color #AD616A in popluar color models

AD616A
RGB17397106
HSL353°31.67%52.94%
HSB/HSV353°43.93%67.84%
CMYK0.00%43.93%38.73%
32.16%

Color #AD616A in popluar number systems.

HEXAD616A
Decimal17397106
Binary1010110111000011101010
Octal255141152

Shades and tints

Shades of #AD616A

#AD616A
(173,97,106)
#9E5961
(158,89,97)
#8F5158
(143,81,88)
#80494F
(128,73,79)
#714146
(113,65,70)
#62393D
(98,57,61)
#533134
(83,49,52)
#44292B
(68,41,43)
#352122
(53,33,34)
#261919
(38,25,25)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD616A

#AD616A
(173,97,106)
#B46F77
(180,111,119)
#BB7D84
(187,125,132)
#C28B91
(194,139,145)
#C9999E
(201,153,158)
#D0A7AB
(208,167,171)
#D7B5B8
(215,181,184)
#DEC3C5
(222,195,197)
#E5D1D2
(229,209,210)
#ECDFDF
(236,223,223)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD616A; }

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

This text font color is #AD616A.


Background Color

.myBgColor { background-color: #AD616A; }

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

This div background color is #AD616A.


Border color

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

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

This div border color is #AD616A.


Opacity

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

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

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

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

This text has shadow with #AD616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD616A on black background.


Color preview on white background

This text has color #AD616A on white background.



Black color preview on #AD616A background

This text has black color on #AD616A background.


White color preview on #AD616A background

This text has white color on #AD616A background.