COLOR #AD8880

HEX: #AD8880
RGB: (173,136,128)

Renk bilgisi

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

RGB renk modeli

#AD8880 color RGB value is (173,136,128).

  • kırmız ton 173;
  • yeşil ton 136;
  • mavi ton 128.
RGB:
(173,136,128)
(68%,53%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 136 of 255 = 53%
B 128 of 255 = 50%

173
136
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 136 + 128 = 437 (100%)
R 173 of 437 ~ 39.59%
G 136 of 437 ~ 31.12%
B 128 of 437 ~ 29.29%

%39.59
%31.12
%29.29

CMYK RENK MODELİ

#AD8880 rengi CMYK tonu (0,21,26,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.39%
  • sarı tonu 26.01%
  • ana renk tonu 32.16%
CMYK:
(0,21,26,32)
C0M21Y26K32 
(0%,21%,26%,32%)
(0.00/0.21/0.26/0.32)	

CMYK yüzdeleri

%0
%21.39
%26.01
%32.16

Codes

Color #AD8880 in popluar color models

AD8880
RGB173136128
HSL11°21.53%59.02%
HSB/HSV11°26.01%67.84%
CMYK0.00%21.39%26.01%
32.16%

Color #AD8880 in popluar number systems.

HEXAD8880
Decimal173136128
Binary101011011000100010000000
Octal255210200

Shades and tints

Shades of #AD8880

#AD8880
(173,136,128)
#9E7C75
(158,124,117)
#8F706A
(143,112,106)
#80645F
(128,100,95)
#715854
(113,88,84)
#624C49
(98,76,73)
#53403E
(83,64,62)
#443433
(68,52,51)
#352828
(53,40,40)
#261C1D
(38,28,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD8880

#AD8880
(173,136,128)
#B4928B
(180,146,139)
#BB9C96
(187,156,150)
#C2A6A1
(194,166,161)
#C9B0AC
(201,176,172)
#D0BAB7
(208,186,183)
#D7C4C2
(215,196,194)
#DECECD
(222,206,205)
#E5D8D8
(229,216,216)
#ECE2E3
(236,226,227)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8880 color. Also use rgb(173,136,128) instead hex code.

Text Font Color

.myTextColor { color: #AD8880; }

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

This text font color is #AD8880.


Background Color

.myBgColor { background-color: #AD8880; }

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

This div background color is #AD8880.


Border color

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

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

This div border color is #AD8880.


Opacity

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

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

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

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

This text has shadow with #AD8880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8880 on black background.


Color preview on white background

This text has color #AD8880 on white background.



Black color preview on #AD8880 background

This text has black color on #AD8880 background.


White color preview on #AD8880 background

This text has white color on #AD8880 background.