COLOR #AD957B

HEX: #AD957B
RGB: (173,149,123)

Renk bilgisi

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

RGB renk modeli

#AD957B color RGB value is (173,149,123).

  • kırmız ton 173;
  • yeşil ton 149;
  • mavi ton 123.
RGB:
(173,149,123)
(68%,58%,48%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 149 of 255 = 58%
B 123 of 255 = 48%

173
149
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 149 + 123 = 445 (100%)
R 173 of 445 ~ 38.88%
G 149 of 445 ~ 33.48%
B 123 of 445 ~ 27.64%

%38.88
%33.48
%27.64

CMYK RENK MODELİ

#AD957B rengi CMYK tonu (0,14,29,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.87%
  • sarı tonu 28.90%
  • ana renk tonu 32.16%
CMYK:
(0,14,29,32)
C0M14Y29K32 
(0%,14%,29%,32%)
(0.00/0.14/0.29/0.32)	

CMYK yüzdeleri

%0
%13.87
%28.9
%32.16

Codes

Color #AD957B in popluar color models

AD957B
RGB173149123
HSL31°23.36%58.04%
HSB/HSV31°28.90%67.84%
CMYK0.00%13.87%28.90%
32.16%

Color #AD957B in popluar number systems.

HEXAD957B
Decimal173149123
Binary10101101100101011111011
Octal255225173

Shades and tints

Shades of #AD957B

#AD957B
(173,149,123)
#9E8870
(158,136,112)
#8F7B65
(143,123,101)
#806E5A
(128,110,90)
#71614F
(113,97,79)
#625444
(98,84,68)
#534739
(83,71,57)
#443A2E
(68,58,46)
#352D23
(53,45,35)
#262018
(38,32,24)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #AD957B

#AD957B
(173,149,123)
#B49E87
(180,158,135)
#BBA793
(187,167,147)
#C2B09F
(194,176,159)
#C9B9AB
(201,185,171)
#D0C2B7
(208,194,183)
#D7CBC3
(215,203,195)
#DED4CF
(222,212,207)
#E5DDDB
(229,221,219)
#ECE6E7
(236,230,231)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD957B color. Also use rgb(173,149,123) instead hex code.

Text Font Color

.myTextColor { color: #AD957B; }

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

This text font color is #AD957B.


Background Color

.myBgColor { background-color: #AD957B; }

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

This div background color is #AD957B.


Border color

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

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

This div border color is #AD957B.


Opacity

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

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

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

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

This text has shadow with #AD957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD957B on black background.


Color preview on white background

This text has color #AD957B on white background.



Black color preview on #AD957B background

This text has black color on #AD957B background.


White color preview on #AD957B background

This text has white color on #AD957B background.