COLOR #AD8F73

HEX: #AD8F73
RGB: (173,143,115)

Renk bilgisi

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

RGB renk modeli

#AD8F73 color RGB value is (173,143,115).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 143 of 255 = 56%
B 115 of 255 = 45%

173
143
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 143 + 115 = 431 (100%)
R 173 of 431 ~ 40.14%
G 143 of 431 ~ 33.18%
B 115 of 431 ~ 26.68%

%40.14
%33.18
%26.68

CMYK RENK MODELİ

#AD8F73 rengi CMYK tonu (0,17,34,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.34%
  • sarı tonu 33.53%
  • ana renk tonu 32.16%
CMYK:
(0,17,34,32)
C0M17Y34K32 
(0%,17%,34%,32%)
(0.00/0.17/0.34/0.32)	

CMYK yüzdeleri

%0
%17.34
%33.53
%32.16

Codes

Color #AD8F73 in popluar color models

AD8F73
RGB173143115
HSL29°26.13%56.47%
HSB/HSV29°33.53%67.84%
CMYK0.00%17.34%33.53%
32.16%

Color #AD8F73 in popluar number systems.

HEXAD8F73
Decimal173143115
Binary10101101100011111110011
Octal255217163

Shades and tints

Shades of #AD8F73

#AD8F73
(173,143,115)
#9E8269
(158,130,105)
#8F755F
(143,117,95)
#806855
(128,104,85)
#715B4B
(113,91,75)
#624E41
(98,78,65)
#534137
(83,65,55)
#44342D
(68,52,45)
#352723
(53,39,35)
#261A19
(38,26,25)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD8F73

#AD8F73
(173,143,115)
#B4997F
(180,153,127)
#BBA38B
(187,163,139)
#C2AD97
(194,173,151)
#C9B7A3
(201,183,163)
#D0C1AF
(208,193,175)
#D7CBBB
(215,203,187)
#DED5C7
(222,213,199)
#E5DFD3
(229,223,211)
#ECE9DF
(236,233,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F73; }

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

This text font color is #AD8F73.


Background Color

.myBgColor { background-color: #AD8F73; }

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

This div background color is #AD8F73.


Border color

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

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

This div border color is #AD8F73.


Opacity

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

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

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

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

This text has shadow with #AD8F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F73 on black background.


Color preview on white background

This text has color #AD8F73 on white background.



Black color preview on #AD8F73 background

This text has black color on #AD8F73 background.


White color preview on #AD8F73 background

This text has white color on #AD8F73 background.