COLOR #AD5869

HEX: #AD5869
RGB: (173,88,105)

Renk bilgisi

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

RGB renk modeli

#AD5869 color RGB value is (173,88,105).

  • kırmız ton 173;
  • yeşil ton 88;
  • mavi ton 105.
RGB:
(173,88,105)
(68%,35%,41%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 88 of 255 = 35%
B 105 of 255 = 41%

173
88
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 88 + 105 = 366 (100%)
R 173 of 366 ~ 47.27%
G 88 of 366 ~ 24.04%
B 105 of 366 ~ 28.69%

%47.27
%24.04
%28.69

CMYK RENK MODELİ

#AD5869 rengi CMYK tonu (0,49,39,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.13%
  • sarı tonu 39.31%
  • ana renk tonu 32.16%
CMYK:
(0,49,39,32)
C0M49Y39K32 
(0%,49%,39%,32%)
(0.00/0.49/0.39/0.32)	

CMYK yüzdeleri

%0
%49.13
%39.31
%32.16

Codes

Color #AD5869 in popluar color models

AD5869
RGB17388105
HSL348°34.14%51.18%
HSB/HSV348°49.13%67.84%
CMYK0.00%49.13%39.31%
32.16%

Color #AD5869 in popluar number systems.

HEXAD5869
Decimal17388105
Binary1010110110110001101001
Octal255130151

Shades and tints

Shades of #AD5869

#AD5869
(173,88,105)
#9E5060
(158,80,96)
#8F4857
(143,72,87)
#80404E
(128,64,78)
#713845
(113,56,69)
#62303C
(98,48,60)
#532833
(83,40,51)
#44202A
(68,32,42)
#351821
(53,24,33)
#261018
(38,16,24)
#17080F
(23,8,15)
#000000
(0,0,0)

Tints of #AD5869

#AD5869
(173,88,105)
#B46776
(180,103,118)
#BB7683
(187,118,131)
#C28590
(194,133,144)
#C9949D
(201,148,157)
#D0A3AA
(208,163,170)
#D7B2B7
(215,178,183)
#DEC1C4
(222,193,196)
#E5D0D1
(229,208,209)
#ECDFDE
(236,223,222)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD5869 color. Also use rgb(173,88,105) instead hex code.

Text Font Color

.myTextColor { color: #AD5869; }

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

This text font color is #AD5869.


Background Color

.myBgColor { background-color: #AD5869; }

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

This div background color is #AD5869.


Border color

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

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

This div border color is #AD5869.


Opacity

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

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

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

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

This text has shadow with #AD5869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5869 on black background.


Color preview on white background

This text has color #AD5869 on white background.



Black color preview on #AD5869 background

This text has black color on #AD5869 background.


White color preview on #AD5869 background

This text has white color on #AD5869 background.