COLOR #AD9776

HEX: #AD9776
RGB: (173,151,118)

Renk bilgisi

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

RGB renk modeli

#AD9776 color RGB value is (173,151,118).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 151 of 255 = 59%
B 118 of 255 = 46%

173
151
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 151 + 118 = 442 (100%)
R 173 of 442 ~ 39.14%
G 151 of 442 ~ 34.16%
B 118 of 442 ~ 26.7%

%39.14
%34.16
%26.7

CMYK RENK MODELİ

#AD9776 rengi CMYK tonu (0,13,32,32).

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

CMYK yüzdeleri

%0
%12.72
%31.79
%32.16

Codes

Color #AD9776 in popluar color models

AD9776
RGB173151118
HSL36°25.11%57.06%
HSB/HSV36°31.79%67.84%
CMYK0.00%12.72%31.79%
32.16%

Color #AD9776 in popluar number systems.

HEXAD9776
Decimal173151118
Binary10101101100101111110110
Octal255227166

Shades and tints

Shades of #AD9776

#AD9776
(173,151,118)
#9E8A6C
(158,138,108)
#8F7D62
(143,125,98)
#807058
(128,112,88)
#71634E
(113,99,78)
#625644
(98,86,68)
#53493A
(83,73,58)
#443C30
(68,60,48)
#352F26
(53,47,38)
#26221C
(38,34,28)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #AD9776

#AD9776
(173,151,118)
#B4A082
(180,160,130)
#BBA98E
(187,169,142)
#C2B29A
(194,178,154)
#C9BBA6
(201,187,166)
#D0C4B2
(208,196,178)
#D7CDBE
(215,205,190)
#DED6CA
(222,214,202)
#E5DFD6
(229,223,214)
#ECE8E2
(236,232,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9776; }

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

This text font color is #AD9776.


Background Color

.myBgColor { background-color: #AD9776; }

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

This div background color is #AD9776.


Border color

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

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

This div border color is #AD9776.


Opacity

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

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

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

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

This text has shadow with #AD9776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9776 on black background.


Color preview on white background

This text has color #AD9776 on white background.



Black color preview on #AD9776 background

This text has black color on #AD9776 background.


White color preview on #AD9776 background

This text has white color on #AD9776 background.