COLOR #AD636B

HEX: #AD636B
RGB: (173,99,107)

Renk bilgisi

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

RGB renk modeli

#AD636B color RGB value is (173,99,107).

  • kırmız ton 173;
  • yeşil ton 99;
  • mavi ton 107.
RGB:
(173,99,107)
(68%,39%,42%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 99 of 255 = 39%
B 107 of 255 = 42%

173
99
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 99 + 107 = 379 (100%)
R 173 of 379 ~ 45.65%
G 99 of 379 ~ 26.12%
B 107 of 379 ~ 28.23%

%45.65
%26.12
%28.23

CMYK RENK MODELİ

#AD636B rengi CMYK tonu (0,43,38,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.77%
  • sarı tonu 38.15%
  • ana renk tonu 32.16%
CMYK:
(0,43,38,32)
C0M43Y38K32 
(0%,43%,38%,32%)
(0.00/0.43/0.38/0.32)	

CMYK yüzdeleri

%0
%42.77
%38.15
%32.16

Codes

Color #AD636B in popluar color models

AD636B
RGB17399107
HSL354°31.09%53.33%
HSB/HSV354°42.77%67.84%
CMYK0.00%42.77%38.15%
32.16%

Color #AD636B in popluar number systems.

HEXAD636B
Decimal17399107
Binary1010110111000111101011
Octal255143153

Shades and tints

Shades of #AD636B

#AD636B
(173,99,107)
#9E5A62
(158,90,98)
#8F5159
(143,81,89)
#804850
(128,72,80)
#713F47
(113,63,71)
#62363E
(98,54,62)
#532D35
(83,45,53)
#44242C
(68,36,44)
#351B23
(53,27,35)
#26121A
(38,18,26)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #AD636B

#AD636B
(173,99,107)
#B47178
(180,113,120)
#BB7F85
(187,127,133)
#C28D92
(194,141,146)
#C99B9F
(201,155,159)
#D0A9AC
(208,169,172)
#D7B7B9
(215,183,185)
#DEC5C6
(222,197,198)
#E5D3D3
(229,211,211)
#ECE1E0
(236,225,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD636B color. Also use rgb(173,99,107) instead hex code.

Text Font Color

.myTextColor { color: #AD636B; }

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

This text font color is #AD636B.


Background Color

.myBgColor { background-color: #AD636B; }

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

This div background color is #AD636B.


Border color

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

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

This div border color is #AD636B.


Opacity

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

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

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

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

This text has shadow with #AD636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD636B on black background.


Color preview on white background

This text has color #AD636B on white background.



Black color preview on #AD636B background

This text has black color on #AD636B background.


White color preview on #AD636B background

This text has white color on #AD636B background.