COLOR #AD8B80

HEX: #AD8B80
RGB: (173,139,128)

Renk bilgisi

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

RGB renk modeli

#AD8B80 color RGB value is (173,139,128).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 139 of 255 = 55%
B 128 of 255 = 50%

173
139
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 139 + 128 = 440 (100%)
R 173 of 440 ~ 39.32%
G 139 of 440 ~ 31.59%
B 128 of 440 ~ 29.09%

%39.32
%31.59
%29.09

CMYK RENK MODELİ

#AD8B80 rengi CMYK tonu (0,20,26,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.65%
  • sarı tonu 26.01%
  • ana renk tonu 32.16%
CMYK:
(0,20,26,32)
C0M20Y26K32 
(0%,20%,26%,32%)
(0.00/0.20/0.26/0.32)	

CMYK yüzdeleri

%0
%19.65
%26.01
%32.16

Codes

Color #AD8B80 in popluar color models

AD8B80
RGB173139128
HSL15°21.53%59.02%
HSB/HSV15°26.01%67.84%
CMYK0.00%19.65%26.01%
32.16%

Color #AD8B80 in popluar number systems.

HEXAD8B80
Decimal173139128
Binary101011011000101110000000
Octal255213200

Shades and tints

Shades of #AD8B80

#AD8B80
(173,139,128)
#9E7F75
(158,127,117)
#8F736A
(143,115,106)
#80675F
(128,103,95)
#715B54
(113,91,84)
#624F49
(98,79,73)
#53433E
(83,67,62)
#443733
(68,55,51)
#352B28
(53,43,40)
#261F1D
(38,31,29)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #AD8B80

#AD8B80
(173,139,128)
#B4958B
(180,149,139)
#BB9F96
(187,159,150)
#C2A9A1
(194,169,161)
#C9B3AC
(201,179,172)
#D0BDB7
(208,189,183)
#D7C7C2
(215,199,194)
#DED1CD
(222,209,205)
#E5DBD8
(229,219,216)
#ECE5E3
(236,229,227)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8B80; }

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

This text font color is #AD8B80.


Background Color

.myBgColor { background-color: #AD8B80; }

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

This div background color is #AD8B80.


Border color

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

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

This div border color is #AD8B80.


Opacity

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

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

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

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

This text has shadow with #AD8B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8B80 on black background.


Color preview on white background

This text has color #AD8B80 on white background.



Black color preview on #AD8B80 background

This text has black color on #AD8B80 background.


White color preview on #AD8B80 background

This text has white color on #AD8B80 background.