COLOR #AD8D84

HEX: #AD8D84
RGB: (173,141,132)

Renk bilgisi

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

RGB renk modeli

#AD8D84 color RGB value is (173,141,132).

  • kırmız ton 173;
  • yeşil ton 141;
  • mavi ton 132.
RGB:
(173,141,132)
(68%,55%,52%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 141 of 255 = 55%
B 132 of 255 = 52%

173
141
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 141 + 132 = 446 (100%)
R 173 of 446 ~ 38.79%
G 141 of 446 ~ 31.61%
B 132 of 446 ~ 29.6%

%38.79
%31.61
%29.6

CMYK RENK MODELİ

#AD8D84 rengi CMYK tonu (0,18,24,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.50%
  • sarı tonu 23.70%
  • ana renk tonu 32.16%
CMYK:
(0,18,24,32)
C0M18Y24K32 
(0%,18%,24%,32%)
(0.00/0.18/0.24/0.32)	

CMYK yüzdeleri

%0
%18.5
%23.7
%32.16

Codes

Color #AD8D84 in popluar color models

AD8D84
RGB173141132
HSL13°20.00%59.80%
HSB/HSV13°23.70%67.84%
CMYK0.00%18.50%23.70%
32.16%

Color #AD8D84 in popluar number systems.

HEXAD8D84
Decimal173141132
Binary101011011000110110000100
Octal255215204

Shades and tints

Shades of #AD8D84

#AD8D84
(173,141,132)
#9E8178
(158,129,120)
#8F756C
(143,117,108)
#806960
(128,105,96)
#715D54
(113,93,84)
#625148
(98,81,72)
#53453C
(83,69,60)
#443930
(68,57,48)
#352D24
(53,45,36)
#262118
(38,33,24)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #AD8D84

#AD8D84
(173,141,132)
#B4978F
(180,151,143)
#BBA19A
(187,161,154)
#C2ABA5
(194,171,165)
#C9B5B0
(201,181,176)
#D0BFBB
(208,191,187)
#D7C9C6
(215,201,198)
#DED3D1
(222,211,209)
#E5DDDC
(229,221,220)
#ECE7E7
(236,231,231)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8D84 color. Also use rgb(173,141,132) instead hex code.

Text Font Color

.myTextColor { color: #AD8D84; }

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

This text font color is #AD8D84.


Background Color

.myBgColor { background-color: #AD8D84; }

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

This div background color is #AD8D84.


Border color

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

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

This div border color is #AD8D84.


Opacity

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

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

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

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

This text has shadow with #AD8D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8D84 on black background.


Color preview on white background

This text has color #AD8D84 on white background.



Black color preview on #AD8D84 background

This text has black color on #AD8D84 background.


White color preview on #AD8D84 background

This text has white color on #AD8D84 background.