COLOR #AD996B

HEX: #AD996B
RGB: (173,153,107)

Renk bilgisi

#AD996B contains mainly red and green colors. #AD996B ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AD996B color RGB value is (173,153,107).

  • kırmız ton 173;
  • yeşil ton 153;
  • mavi ton 107.
RGB:
(173,153,107)
(68%,60%,42%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 153 of 255 = 60%
B 107 of 255 = 42%

173
153
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 153 + 107 = 433 (100%)
R 173 of 433 ~ 39.95%
G 153 of 433 ~ 35.33%
B 107 of 433 ~ 24.71%

%39.95
%35.33
%24.71

CMYK RENK MODELİ

#AD996B rengi CMYK tonu (0,12,38,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.56%
  • sarı tonu 38.15%
  • ana renk tonu 32.16%
CMYK:
(0,12,38,32)
C0M12Y38K32 
(0%,12%,38%,32%)
(0.00/0.12/0.38/0.32)	

CMYK yüzdeleri

%0
%11.56
%38.15
%32.16

Codes

Color #AD996B in popluar color models

AD996B
RGB173153107
HSL42°28.70%54.90%
HSB/HSV42°38.15%67.84%
CMYK0.00%11.56%38.15%
32.16%

Color #AD996B in popluar number systems.

HEXAD996B
Decimal173153107
Binary10101101100110011101011
Octal255231153

Shades and tints

Shades of #AD996B

#AD996B
(173,153,107)
#9E8C62
(158,140,98)
#8F7F59
(143,127,89)
#807250
(128,114,80)
#716547
(113,101,71)
#62583E
(98,88,62)
#534B35
(83,75,53)
#443E2C
(68,62,44)
#353123
(53,49,35)
#26241A
(38,36,26)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #AD996B

#AD996B
(173,153,107)
#B4A278
(180,162,120)
#BBAB85
(187,171,133)
#C2B492
(194,180,146)
#C9BD9F
(201,189,159)
#D0C6AC
(208,198,172)
#D7CFB9
(215,207,185)
#DED8C6
(222,216,198)
#E5E1D3
(229,225,211)
#ECEAE0
(236,234,224)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD996B color. Also use rgb(173,153,107) instead hex code.

Text Font Color

.myTextColor { color: #AD996B; }

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

This text font color is #AD996B.


Background Color

.myBgColor { background-color: #AD996B; }

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

This div background color is #AD996B.


Border color

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

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

This div border color is #AD996B.


Opacity

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

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

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

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

This text has shadow with #AD996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD996B on black background.


Color preview on white background

This text has color #AD996B on white background.



Black color preview on #AD996B background

This text has black color on #AD996B background.


White color preview on #AD996B background

This text has white color on #AD996B background.