COLOR #AD9F93

HEX: #AD9F93
RGB: (173,159,147)

Renk bilgisi

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

RGB renk modeli

#AD9F93 color RGB value is (173,159,147).

  • kırmız ton 173;
  • yeşil ton 159;
  • mavi ton 147.
RGB:
(173,159,147)
(68%,62%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 159 of 255 = 62%
B 147 of 255 = 58%

173
159
147

R + G + B ~ 63%. #AD9F93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 159 + 147 = 479 (100%)
R 173 of 479 ~ 36.12%
G 159 of 479 ~ 33.19%
B 147 of 479 ~ 30.69%

%36.12
%33.19
%30.69

CMYK RENK MODELİ

#AD9F93 rengi CMYK tonu (0,8,15,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.09%
  • sarı tonu 15.03%
  • ana renk tonu 32.16%
CMYK:
(0,8,15,32)
C0M8Y15K32 
(0%,8%,15%,32%)
(0.00/0.08/0.15/0.32)	

CMYK yüzdeleri

%0
%8.09
%15.03
%32.16

Codes

Color #AD9F93 in popluar color models

AD9F93
RGB173159147
HSL28°13.68%62.75%
HSB/HSV28°15.03%67.84%
CMYK0.00%8.09%15.03%
32.16%

Color #AD9F93 in popluar number systems.

HEXAD9F93
Decimal173159147
Binary101011011001111110010011
Octal255237223

Shades and tints

Shades of #AD9F93

#AD9F93
(173,159,147)
#9E9186
(158,145,134)
#8F8379
(143,131,121)
#80756C
(128,117,108)
#71675F
(113,103,95)
#625952
(98,89,82)
#534B45
(83,75,69)
#443D38
(68,61,56)
#352F2B
(53,47,43)
#26211E
(38,33,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #AD9F93

#AD9F93
(173,159,147)
#B4A79C
(180,167,156)
#BBAFA5
(187,175,165)
#C2B7AE
(194,183,174)
#C9BFB7
(201,191,183)
#D0C7C0
(208,199,192)
#D7CFC9
(215,207,201)
#DED7D2
(222,215,210)
#E5DFDB
(229,223,219)
#ECE7E4
(236,231,228)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9F93 color. Also use rgb(173,159,147) instead hex code.

Text Font Color

.myTextColor { color: #AD9F93; }

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

This text font color is #AD9F93.


Background Color

.myBgColor { background-color: #AD9F93; }

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

This div background color is #AD9F93.


Border color

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

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

This div border color is #AD9F93.


Opacity

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

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

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

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

This text has shadow with #AD9F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9F93 on black background.


Color preview on white background

This text has color #AD9F93 on white background.



Black color preview on #AD9F93 background

This text has black color on #AD9F93 background.


White color preview on #AD9F93 background

This text has white color on #AD9F93 background.