COLOR #AD977F

HEX: #AD977F
RGB: (173,151,127)

Renk bilgisi

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

RGB renk modeli

#AD977F color RGB value is (173,151,127).

  • kırmız ton 173;
  • yeşil ton 151;
  • mavi ton 127.
RGB:
(173,151,127)
(68%,59%,50%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 151 of 255 = 59%
B 127 of 255 = 50%

173
151
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 151 + 127 = 451 (100%)
R 173 of 451 ~ 38.36%
G 151 of 451 ~ 33.48%
B 127 of 451 ~ 28.16%

%38.36
%33.48
%28.16

CMYK RENK MODELİ

#AD977F rengi CMYK tonu (0,13,27,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.72%
  • sarı tonu 26.59%
  • ana renk tonu 32.16%
CMYK:
(0,13,27,32)
C0M13Y27K32 
(0%,13%,27%,32%)
(0.00/0.13/0.27/0.32)	

CMYK yüzdeleri

%0
%12.72
%26.59
%32.16

Codes

Color #AD977F in popluar color models

AD977F
RGB173151127
HSL31°21.90%58.82%
HSB/HSV31°26.59%67.84%
CMYK0.00%12.72%26.59%
32.16%

Color #AD977F in popluar number systems.

HEXAD977F
Decimal173151127
Binary10101101100101111111111
Octal255227177

Shades and tints

Shades of #AD977F

#AD977F
(173,151,127)
#9E8A74
(158,138,116)
#8F7D69
(143,125,105)
#80705E
(128,112,94)
#716353
(113,99,83)
#625648
(98,86,72)
#53493D
(83,73,61)
#443C32
(68,60,50)
#352F27
(53,47,39)
#26221C
(38,34,28)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #AD977F

#AD977F
(173,151,127)
#B4A08A
(180,160,138)
#BBA995
(187,169,149)
#C2B2A0
(194,178,160)
#C9BBAB
(201,187,171)
#D0C4B6
(208,196,182)
#D7CDC1
(215,205,193)
#DED6CC
(222,214,204)
#E5DFD7
(229,223,215)
#ECE8E2
(236,232,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD977F color. Also use rgb(173,151,127) instead hex code.

Text Font Color

.myTextColor { color: #AD977F; }

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

This text font color is #AD977F.


Background Color

.myBgColor { background-color: #AD977F; }

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

This div background color is #AD977F.


Border color

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

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

This div border color is #AD977F.


Opacity

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

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

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

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

This text has shadow with #AD977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD977F on black background.


Color preview on white background

This text has color #AD977F on white background.



Black color preview on #AD977F background

This text has black color on #AD977F background.


White color preview on #AD977F background

This text has white color on #AD977F background.