COLOR #AD7E7A

HEX: #AD7E7A
RGB: (173,126,122)

Renk bilgisi

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

RGB renk modeli

#AD7E7A color RGB value is (173,126,122).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 126 of 255 = 49%
B 122 of 255 = 48%

173
126
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 126 + 122 = 421 (100%)
R 173 of 421 ~ 41.09%
G 126 of 421 ~ 29.93%
B 122 of 421 ~ 28.98%

%41.09
%29.93
%28.98

CMYK RENK MODELİ

#AD7E7A rengi CMYK tonu (0,27,29,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.17%
  • sarı tonu 29.48%
  • ana renk tonu 32.16%
CMYK:
(0,27,29,32)
C0M27Y29K32 
(0%,27%,29%,32%)
(0.00/0.27/0.29/0.32)	

CMYK yüzdeleri

%0
%27.17
%29.48
%32.16

Codes

Color #AD7E7A in popluar color models

AD7E7A
RGB173126122
HSL23.72%57.84%
HSB/HSV29.48%67.84%
CMYK0.00%27.17%29.48%
32.16%

Color #AD7E7A in popluar number systems.

HEXAD7E7A
Decimal173126122
Binary1010110111111101111010
Octal255176172

Shades and tints

Shades of #AD7E7A

#AD7E7A
(173,126,122)
#9E736F
(158,115,111)
#8F6864
(143,104,100)
#805D59
(128,93,89)
#71524E
(113,82,78)
#624743
(98,71,67)
#533C38
(83,60,56)
#44312D
(68,49,45)
#352622
(53,38,34)
#261B17
(38,27,23)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #AD7E7A

#AD7E7A
(173,126,122)
#B48986
(180,137,134)
#BB9492
(187,148,146)
#C29F9E
(194,159,158)
#C9AAAA
(201,170,170)
#D0B5B6
(208,181,182)
#D7C0C2
(215,192,194)
#DECBCE
(222,203,206)
#E5D6DA
(229,214,218)
#ECE1E6
(236,225,230)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7E7A; }

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

This text font color is #AD7E7A.


Background Color

.myBgColor { background-color: #AD7E7A; }

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

This div background color is #AD7E7A.


Border color

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

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

This div border color is #AD7E7A.


Opacity

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

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

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

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

This text has shadow with #AD7E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7E7A on black background.


Color preview on white background

This text has color #AD7E7A on white background.



Black color preview on #AD7E7A background

This text has black color on #AD7E7A background.


White color preview on #AD7E7A background

This text has white color on #AD7E7A background.