COLOR #AD8F7E

HEX: #AD8F7E
RGB: (173,143,126)

Renk bilgisi

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

RGB renk modeli

#AD8F7E color RGB value is (173,143,126).

  • kırmız ton 173;
  • yeşil ton 143;
  • mavi ton 126.
RGB:
(173,143,126)
(68%,56%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 143 of 255 = 56%
B 126 of 255 = 49%

173
143
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 143 + 126 = 442 (100%)
R 173 of 442 ~ 39.14%
G 143 of 442 ~ 32.35%
B 126 of 442 ~ 28.51%

%39.14
%32.35
%28.51

CMYK RENK MODELİ

#AD8F7E rengi CMYK tonu (0,17,27,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.34%
  • sarı tonu 27.17%
  • ana renk tonu 32.16%
CMYK:
(0,17,27,32)
C0M17Y27K32 
(0%,17%,27%,32%)
(0.00/0.17/0.27/0.32)	

CMYK yüzdeleri

%0
%17.34
%27.17
%32.16

Codes

Color #AD8F7E in popluar color models

AD8F7E
RGB173143126
HSL22°22.27%58.63%
HSB/HSV22°27.17%67.84%
CMYK0.00%17.34%27.17%
32.16%

Color #AD8F7E in popluar number systems.

HEXAD8F7E
Decimal173143126
Binary10101101100011111111110
Octal255217176

Shades and tints

Shades of #AD8F7E

#AD8F7E
(173,143,126)
#9E8273
(158,130,115)
#8F7568
(143,117,104)
#80685D
(128,104,93)
#715B52
(113,91,82)
#624E47
(98,78,71)
#53413C
(83,65,60)
#443431
(68,52,49)
#352726
(53,39,38)
#261A1B
(38,26,27)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #AD8F7E

#AD8F7E
(173,143,126)
#B49989
(180,153,137)
#BBA394
(187,163,148)
#C2AD9F
(194,173,159)
#C9B7AA
(201,183,170)
#D0C1B5
(208,193,181)
#D7CBC0
(215,203,192)
#DED5CB
(222,213,203)
#E5DFD6
(229,223,214)
#ECE9E1
(236,233,225)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8F7E color. Also use rgb(173,143,126) instead hex code.

Text Font Color

.myTextColor { color: #AD8F7E; }

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

This text font color is #AD8F7E.


Background Color

.myBgColor { background-color: #AD8F7E; }

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

This div background color is #AD8F7E.


Border color

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

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

This div border color is #AD8F7E.


Opacity

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

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

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

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

This text has shadow with #AD8F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F7E on black background.


Color preview on white background

This text has color #AD8F7E on white background.



Black color preview on #AD8F7E background

This text has black color on #AD8F7E background.


White color preview on #AD8F7E background

This text has white color on #AD8F7E background.