COLOR #AD7E63

HEX: #AD7E63
RGB: (173,126,99)

Renk bilgisi

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

RGB renk modeli

#AD7E63 color RGB value is (173,126,99).

  • kırmız ton 173;
  • yeşil ton 126;
  • mavi ton 99.
RGB:
(173,126,99)
(68%,49%,39%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 126 of 255 = 49%
B 99 of 255 = 39%

173
126
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 126 + 99 = 398 (100%)
R 173 of 398 ~ 43.47%
G 126 of 398 ~ 31.66%
B 99 of 398 ~ 24.87%

%43.47
%31.66
%24.87

CMYK RENK MODELİ

#AD7E63 rengi CMYK tonu (0,27,43,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.17%
  • sarı tonu 42.77%
  • ana renk tonu 32.16%
CMYK:
(0,27,43,32)
C0M27Y43K32 
(0%,27%,43%,32%)
(0.00/0.27/0.43/0.32)	

CMYK yüzdeleri

%0
%27.17
%42.77
%32.16

Codes

Color #AD7E63 in popluar color models

AD7E63
RGB17312699
HSL22°31.09%53.33%
HSB/HSV22°42.77%67.84%
CMYK0.00%27.17%42.77%
32.16%

Color #AD7E63 in popluar number systems.

HEXAD7E63
Decimal17312699
Binary1010110111111101100011
Octal255176143

Shades and tints

Shades of #AD7E63

#AD7E63
(173,126,99)
#9E735A
(158,115,90)
#8F6851
(143,104,81)
#805D48
(128,93,72)
#71523F
(113,82,63)
#624736
(98,71,54)
#533C2D
(83,60,45)
#443124
(68,49,36)
#35261B
(53,38,27)
#261B12
(38,27,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #AD7E63

#AD7E63
(173,126,99)
#B48971
(180,137,113)
#BB947F
(187,148,127)
#C29F8D
(194,159,141)
#C9AA9B
(201,170,155)
#D0B5A9
(208,181,169)
#D7C0B7
(215,192,183)
#DECBC5
(222,203,197)
#E5D6D3
(229,214,211)
#ECE1E1
(236,225,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7E63 color. Also use rgb(173,126,99) instead hex code.

Text Font Color

.myTextColor { color: #AD7E63; }

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

This text font color is #AD7E63.


Background Color

.myBgColor { background-color: #AD7E63; }

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

This div background color is #AD7E63.


Border color

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

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

This div border color is #AD7E63.


Opacity

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

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

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

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

This text has shadow with #AD7E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E63 on black background.


Color preview on white background

This text has color #AD7E63 on white background.



Black color preview on #AD7E63 background

This text has black color on #AD7E63 background.


White color preview on #AD7E63 background

This text has white color on #AD7E63 background.