COLOR #AD7AA0

HEX: #AD7AA0
RGB: (173,122,160)

Renk bilgisi

#AD7AA0 contains red, green and blue colors in about the same proportion. #AD7AA0 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD7AA0 color RGB value is (173,122,160).

  • kırmız ton 173;
  • yeşil ton 122;
  • mavi ton 160.
RGB:
(173,122,160)
(68%,48%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 160 of 255 = 63%

173
122
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 160 = 455 (100%)
R 173 of 455 ~ 38.02%
G 122 of 455 ~ 26.81%
B 160 of 455 ~ 35.16%

%38.02
%26.81
%35.16

CMYK RENK MODELİ

#AD7AA0 rengi CMYK tonu (0,29,8,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.48%
  • sarı tonu 7.51%
  • ana renk tonu 32.16%
CMYK:
(0,29,8,32)
C0M29Y8K32 
(0%,29%,8%,32%)
(0.00/0.29/0.08/0.32)	

CMYK yüzdeleri

%0
%29.48
%7.51
%32.16

Codes

Color #AD7AA0 in popluar color models

AD7AA0
RGB173122160
HSL315°23.72%57.84%
HSB/HSV315°29.48%67.84%
CMYK0.00%29.48%7.51%
32.16%

Color #AD7AA0 in popluar number systems.

HEXAD7AA0
Decimal173122160
Binary10101101111101010100000
Octal255172240

Shades and tints

Shades of #AD7AA0

#AD7AA0
(173,122,160)
#9E6F92
(158,111,146)
#8F6484
(143,100,132)
#805976
(128,89,118)
#714E68
(113,78,104)
#62435A
(98,67,90)
#53384C
(83,56,76)
#442D3E
(68,45,62)
#352230
(53,34,48)
#261722
(38,23,34)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #AD7AA0

#AD7AA0
(173,122,160)
#B486A8
(180,134,168)
#BB92B0
(187,146,176)
#C29EB8
(194,158,184)
#C9AAC0
(201,170,192)
#D0B6C8
(208,182,200)
#D7C2D0
(215,194,208)
#DECED8
(222,206,216)
#E5DAE0
(229,218,224)
#ECE6E8
(236,230,232)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7AA0 color. Also use rgb(173,122,160) instead hex code.

Text Font Color

.myTextColor { color: #AD7AA0; }

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

This text font color is #AD7AA0.


Background Color

.myBgColor { background-color: #AD7AA0; }

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

This div background color is #AD7AA0.


Border color

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

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

This div border color is #AD7AA0.


Opacity

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

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

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

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

This text has shadow with #AD7AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7AA0 on black background.


Color preview on white background

This text has color #AD7AA0 on white background.



Black color preview on #AD7AA0 background

This text has black color on #AD7AA0 background.


White color preview on #AD7AA0 background

This text has white color on #AD7AA0 background.