COLOR #AD5969

HEX: #AD5969
RGB: (173,89,105)

Renk bilgisi

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

RGB renk modeli

#AD5969 color RGB value is (173,89,105).

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

RGB bağlantıları ve doygunluk

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

173
89
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 89 + 105 = 367 (100%)
R 173 of 367 ~ 47.14%
G 89 of 367 ~ 24.25%
B 105 of 367 ~ 28.61%

%47.14
%24.25
%28.61

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.55%
  • 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
%48.55
%39.31
%32.16

Codes

Color #AD5969 in popluar color models

AD5969
RGB17389105
HSL349°33.87%51.37%
HSB/HSV349°48.55%67.84%
CMYK0.00%48.55%39.31%
32.16%

Color #AD5969 in popluar number systems.

HEXAD5969
Decimal17389105
Binary1010110110110011101001
Octal255131151

Shades and tints

Shades of #AD5969

#AD5969
(173,89,105)
#9E5160
(158,81,96)
#8F4957
(143,73,87)
#80414E
(128,65,78)
#713945
(113,57,69)
#62313C
(98,49,60)
#532933
(83,41,51)
#44212A
(68,33,42)
#351921
(53,25,33)
#261118
(38,17,24)
#17090F
(23,9,15)
#000000
(0,0,0)

Tints of #AD5969

#AD5969
(173,89,105)
#B46876
(180,104,118)
#BB7783
(187,119,131)
#C28690
(194,134,144)
#C9959D
(201,149,157)
#D0A4AA
(208,164,170)
#D7B3B7
(215,179,183)
#DEC2C4
(222,194,196)
#E5D1D1
(229,209,209)
#ECE0DE
(236,224,222)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD5969; }

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

This text font color is #AD5969.


Background Color

.myBgColor { background-color: #AD5969; }

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

This div background color is #AD5969.


Border color

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

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

This div border color is #AD5969.


Opacity

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

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

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

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

This text has shadow with #AD5969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD5969 on black background.


Color preview on white background

This text has color #AD5969 on white background.



Black color preview on #AD5969 background

This text has black color on #AD5969 background.


White color preview on #AD5969 background

This text has white color on #AD5969 background.