COLOR #AD947C

HEX: #AD947C
RGB: (173,148,124)

Renk bilgisi

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

RGB renk modeli

#AD947C color RGB value is (173,148,124).

  • kırmız ton 173;
  • yeşil ton 148;
  • mavi ton 124.
RGB:
(173,148,124)
(68%,58%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 148 of 255 = 58%
B 124 of 255 = 49%

173
148
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 148 + 124 = 445 (100%)
R 173 of 445 ~ 38.88%
G 148 of 445 ~ 33.26%
B 124 of 445 ~ 27.87%

%38.88
%33.26
%27.87

CMYK RENK MODELİ

#AD947C rengi CMYK tonu (0,14,28,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.45%
  • sarı tonu 28.32%
  • ana renk tonu 32.16%
CMYK:
(0,14,28,32)
C0M14Y28K32 
(0%,14%,28%,32%)
(0.00/0.14/0.28/0.32)	

CMYK yüzdeleri

%0
%14.45
%28.32
%32.16

Codes

Color #AD947C in popluar color models

AD947C
RGB173148124
HSL29°23.00%58.24%
HSB/HSV29°28.32%67.84%
CMYK0.00%14.45%28.32%
32.16%

Color #AD947C in popluar number systems.

HEXAD947C
Decimal173148124
Binary10101101100101001111100
Octal255224174

Shades and tints

Shades of #AD947C

#AD947C
(173,148,124)
#9E8771
(158,135,113)
#8F7A66
(143,122,102)
#806D5B
(128,109,91)
#716050
(113,96,80)
#625345
(98,83,69)
#53463A
(83,70,58)
#44392F
(68,57,47)
#352C24
(53,44,36)
#261F19
(38,31,25)
#17120E
(23,18,14)
#000000
(0,0,0)

Tints of #AD947C

#AD947C
(173,148,124)
#B49D87
(180,157,135)
#BBA692
(187,166,146)
#C2AF9D
(194,175,157)
#C9B8A8
(201,184,168)
#D0C1B3
(208,193,179)
#D7CABE
(215,202,190)
#DED3C9
(222,211,201)
#E5DCD4
(229,220,212)
#ECE5DF
(236,229,223)
#F3EEEA
(243,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD947C color. Also use rgb(173,148,124) instead hex code.

Text Font Color

.myTextColor { color: #AD947C; }

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

This text font color is #AD947C.


Background Color

.myBgColor { background-color: #AD947C; }

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

This div background color is #AD947C.


Border color

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

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

This div border color is #AD947C.


Opacity

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

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

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

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

This text has shadow with #AD947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD947C on black background.


Color preview on white background

This text has color #AD947C on white background.



Black color preview on #AD947C background

This text has black color on #AD947C background.


White color preview on #AD947C background

This text has white color on #AD947C background.