COLOR #AD796C

HEX: #AD796C
RGB: (173,121,108)

Renk bilgisi

#AD796C contains mainly red and green colors. #AD796C ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD796C color RGB value is (173,121,108).

  • kırmız ton 173;
  • yeşil ton 121;
  • mavi ton 108.
RGB:
(173,121,108)
(68%,47%,42%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 121 of 255 = 47%
B 108 of 255 = 42%

173
121
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 121 + 108 = 402 (100%)
R 173 of 402 ~ 43.03%
G 121 of 402 ~ 30.1%
B 108 of 402 ~ 26.87%

%43.03
%30.1
%26.87

CMYK RENK MODELİ

#AD796C rengi CMYK tonu (0,30,38,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.06%
  • sarı tonu 37.57%
  • ana renk tonu 32.16%
CMYK:
(0,30,38,32)
C0M30Y38K32 
(0%,30%,38%,32%)
(0.00/0.30/0.38/0.32)	

CMYK yüzdeleri

%0
%30.06
%37.57
%32.16

Codes

Color #AD796C in popluar color models

AD796C
RGB173121108
HSL12°28.38%55.10%
HSB/HSV12°37.57%67.84%
CMYK0.00%30.06%37.57%
32.16%

Color #AD796C in popluar number systems.

HEXAD796C
Decimal173121108
Binary1010110111110011101100
Octal255171154

Shades and tints

Shades of #AD796C

#AD796C
(173,121,108)
#9E6E63
(158,110,99)
#8F635A
(143,99,90)
#805851
(128,88,81)
#714D48
(113,77,72)
#62423F
(98,66,63)
#533736
(83,55,54)
#442C2D
(68,44,45)
#352124
(53,33,36)
#26161B
(38,22,27)
#170B12
(23,11,18)
#000000
(0,0,0)

Tints of #AD796C

#AD796C
(173,121,108)
#B48579
(180,133,121)
#BB9186
(187,145,134)
#C29D93
(194,157,147)
#C9A9A0
(201,169,160)
#D0B5AD
(208,181,173)
#D7C1BA
(215,193,186)
#DECDC7
(222,205,199)
#E5D9D4
(229,217,212)
#ECE5E1
(236,229,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD796C color. Also use rgb(173,121,108) instead hex code.

Text Font Color

.myTextColor { color: #AD796C; }

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

This text font color is #AD796C.


Background Color

.myBgColor { background-color: #AD796C; }

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

This div background color is #AD796C.


Border color

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

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

This div border color is #AD796C.


Opacity

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

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

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

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

This text has shadow with #AD796C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD796C on black background.


Color preview on white background

This text has color #AD796C on white background.



Black color preview on #AD796C background

This text has black color on #AD796C background.


White color preview on #AD796C background

This text has white color on #AD796C background.