COLOR #AD8C7D

HEX: #AD8C7D
RGB: (173,140,125)

Renk bilgisi

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

RGB renk modeli

#AD8C7D color RGB value is (173,140,125).

  • kırmız ton 173;
  • yeşil ton 140;
  • mavi ton 125.
RGB:
(173,140,125)
(68%,55%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 140 of 255 = 55%
B 125 of 255 = 49%

173
140
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 140 + 125 = 438 (100%)
R 173 of 438 ~ 39.5%
G 140 of 438 ~ 31.96%
B 125 of 438 ~ 28.54%

%39.5
%31.96
%28.54

CMYK RENK MODELİ

#AD8C7D rengi CMYK tonu (0,19,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.08%
  • sarı tonu 27.75%
  • ana renk tonu 32.16%
CMYK:
(0,19,28,32)
C0M19Y28K32 
(0%,19%,28%,32%)
(0.00/0.19/0.28/0.32)	

CMYK yüzdeleri

%0
%19.08
%27.75
%32.16

Codes

Color #AD8C7D in popluar color models

AD8C7D
RGB173140125
HSL19°22.64%58.43%
HSB/HSV19°27.75%67.84%
CMYK0.00%19.08%27.75%
32.16%

Color #AD8C7D in popluar number systems.

HEXAD8C7D
Decimal173140125
Binary10101101100011001111101
Octal255214175

Shades and tints

Shades of #AD8C7D

#AD8C7D
(173,140,125)
#9E8072
(158,128,114)
#8F7467
(143,116,103)
#80685C
(128,104,92)
#715C51
(113,92,81)
#625046
(98,80,70)
#53443B
(83,68,59)
#443830
(68,56,48)
#352C25
(53,44,37)
#26201A
(38,32,26)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #AD8C7D

#AD8C7D
(173,140,125)
#B49688
(180,150,136)
#BBA093
(187,160,147)
#C2AA9E
(194,170,158)
#C9B4A9
(201,180,169)
#D0BEB4
(208,190,180)
#D7C8BF
(215,200,191)
#DED2CA
(222,210,202)
#E5DCD5
(229,220,213)
#ECE6E0
(236,230,224)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8C7D color. Also use rgb(173,140,125) instead hex code.

Text Font Color

.myTextColor { color: #AD8C7D; }

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

This text font color is #AD8C7D.


Background Color

.myBgColor { background-color: #AD8C7D; }

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

This div background color is #AD8C7D.


Border color

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

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

This div border color is #AD8C7D.


Opacity

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

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

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

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

This text has shadow with #AD8C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C7D on black background.


Color preview on white background

This text has color #AD8C7D on white background.



Black color preview on #AD8C7D background

This text has black color on #AD8C7D background.


White color preview on #AD8C7D background

This text has white color on #AD8C7D background.