COLOR #AD669A

HEX: #AD669A
RGB: (173,102,154)

Renk bilgisi

#AD669A contains mainly red and blue colors. #AD669A ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AD669A color RGB value is (173,102,154).

  • kırmız ton 173;
  • yeşil ton 102;
  • mavi ton 154.
RGB:
(173,102,154)
(68%,40%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 102 of 255 = 40%
B 154 of 255 = 60%

173
102
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 102 + 154 = 429 (100%)
R 173 of 429 ~ 40.33%
G 102 of 429 ~ 23.78%
B 154 of 429 ~ 35.9%

%40.33
%23.78
%35.9

CMYK RENK MODELİ

#AD669A rengi CMYK tonu (0,41,11,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.04%
  • sarı tonu 10.98%
  • ana renk tonu 32.16%
CMYK:
(0,41,11,32)
C0M41Y11K32 
(0%,41%,11%,32%)
(0.00/0.41/0.11/0.32)	

CMYK yüzdeleri

%0
%41.04
%10.98
%32.16

Codes

Color #AD669A in popluar color models

AD669A
RGB173102154
HSL316°30.21%53.92%
HSB/HSV316°41.04%67.84%
CMYK0.00%41.04%10.98%
32.16%

Color #AD669A in popluar number systems.

HEXAD669A
Decimal173102154
Binary10101101110011010011010
Octal255146232

Shades and tints

Shades of #AD669A

#AD669A
(173,102,154)
#9E5D8C
(158,93,140)
#8F547E
(143,84,126)
#804B70
(128,75,112)
#714262
(113,66,98)
#623954
(98,57,84)
#533046
(83,48,70)
#442738
(68,39,56)
#351E2A
(53,30,42)
#26151C
(38,21,28)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #AD669A

#AD669A
(173,102,154)
#B473A3
(180,115,163)
#BB80AC
(187,128,172)
#C28DB5
(194,141,181)
#C99ABE
(201,154,190)
#D0A7C7
(208,167,199)
#D7B4D0
(215,180,208)
#DEC1D9
(222,193,217)
#E5CEE2
(229,206,226)
#ECDBEB
(236,219,235)
#F3E8F4
(243,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD669A color. Also use rgb(173,102,154) instead hex code.

Text Font Color

.myTextColor { color: #AD669A; }

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

This text font color is #AD669A.


Background Color

.myBgColor { background-color: #AD669A; }

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

This div background color is #AD669A.


Border color

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

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

This div border color is #AD669A.


Opacity

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

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

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

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

This text has shadow with #AD669A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD669A on black background.


Color preview on white background

This text has color #AD669A on white background.



Black color preview on #AD669A background

This text has black color on #AD669A background.


White color preview on #AD669A background

This text has white color on #AD669A background.