COLOR #AD6B5F

HEX: #AD6B5F
RGB: (173,107,95)

Renk bilgisi

#AD6B5F contains mainly red color. #AD6B5F ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6B5F color RGB value is (173,107,95).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 107 of 255 = 42%
B 95 of 255 = 37%

173
107
95

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 107 + 95 = 375 (100%)
R 173 of 375 ~ 46.13%
G 107 of 375 ~ 28.53%
B 95 of 375 ~ 25.33%

%46.13
%28.53
%25.33

CMYK RENK MODELİ

#AD6B5F rengi CMYK tonu (0,38,45,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.15%
  • sarı tonu 45.09%
  • ana renk tonu 32.16%
CMYK:
(0,38,45,32)
C0M38Y45K32 
(0%,38%,45%,32%)
(0.00/0.38/0.45/0.32)	

CMYK yüzdeleri

%0
%38.15
%45.09
%32.16

Codes

Color #AD6B5F in popluar color models

AD6B5F
RGB17310795
HSL32.23%52.55%
HSB/HSV45.09%67.84%
CMYK0.00%38.15%45.09%
32.16%

Color #AD6B5F in popluar number systems.

HEXAD6B5F
Decimal17310795
Binary1010110111010111011111
Octal255153137

Shades and tints

Shades of #AD6B5F

#AD6B5F
(173,107,95)
#9E6257
(158,98,87)
#8F594F
(143,89,79)
#805047
(128,80,71)
#71473F
(113,71,63)
#623E37
(98,62,55)
#53352F
(83,53,47)
#442C27
(68,44,39)
#35231F
(53,35,31)
#261A17
(38,26,23)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #AD6B5F

#AD6B5F
(173,107,95)
#B4786D
(180,120,109)
#BB857B
(187,133,123)
#C29289
(194,146,137)
#C99F97
(201,159,151)
#D0ACA5
(208,172,165)
#D7B9B3
(215,185,179)
#DEC6C1
(222,198,193)
#E5D3CF
(229,211,207)
#ECE0DD
(236,224,221)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6B5F; }

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

This text font color is #AD6B5F.


Background Color

.myBgColor { background-color: #AD6B5F; }

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

This div background color is #AD6B5F.


Border color

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

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

This div border color is #AD6B5F.


Opacity

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

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

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

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

This text has shadow with #AD6B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6B5F on black background.


Color preview on white background

This text has color #AD6B5F on white background.



Black color preview on #AD6B5F background

This text has black color on #AD6B5F background.


White color preview on #AD6B5F background

This text has white color on #AD6B5F background.