COLOR #AD7D70

HEX: #AD7D70
RGB: (173,125,112)

Renk bilgisi

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

RGB renk modeli

#AD7D70 color RGB value is (173,125,112).

  • kırmız ton 173;
  • yeşil ton 125;
  • mavi ton 112.
RGB:
(173,125,112)
(68%,49%,44%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 125 of 255 = 49%
B 112 of 255 = 44%

173
125
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 125 + 112 = 410 (100%)
R 173 of 410 ~ 42.2%
G 125 of 410 ~ 30.49%
B 112 of 410 ~ 27.32%

%42.2
%30.49
%27.32

CMYK RENK MODELİ

#AD7D70 rengi CMYK tonu (0,28,35,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.75%
  • sarı tonu 35.26%
  • ana renk tonu 32.16%
CMYK:
(0,28,35,32)
C0M28Y35K32 
(0%,28%,35%,32%)
(0.00/0.28/0.35/0.32)	

CMYK yüzdeleri

%0
%27.75
%35.26
%32.16

Codes

Color #AD7D70 in popluar color models

AD7D70
RGB173125112
HSL13°27.11%55.88%
HSB/HSV13°35.26%67.84%
CMYK0.00%27.75%35.26%
32.16%

Color #AD7D70 in popluar number systems.

HEXAD7D70
Decimal173125112
Binary1010110111111011110000
Octal255175160

Shades and tints

Shades of #AD7D70

#AD7D70
(173,125,112)
#9E7266
(158,114,102)
#8F675C
(143,103,92)
#805C52
(128,92,82)
#715148
(113,81,72)
#62463E
(98,70,62)
#533B34
(83,59,52)
#44302A
(68,48,42)
#352520
(53,37,32)
#261A16
(38,26,22)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #AD7D70

#AD7D70
(173,125,112)
#B4887D
(180,136,125)
#BB938A
(187,147,138)
#C29E97
(194,158,151)
#C9A9A4
(201,169,164)
#D0B4B1
(208,180,177)
#D7BFBE
(215,191,190)
#DECACB
(222,202,203)
#E5D5D8
(229,213,216)
#ECE0E5
(236,224,229)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7D70 color. Also use rgb(173,125,112) instead hex code.

Text Font Color

.myTextColor { color: #AD7D70; }

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

This text font color is #AD7D70.


Background Color

.myBgColor { background-color: #AD7D70; }

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

This div background color is #AD7D70.


Border color

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

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

This div border color is #AD7D70.


Opacity

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

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

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

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

This text has shadow with #AD7D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7D70 on black background.


Color preview on white background

This text has color #AD7D70 on white background.



Black color preview on #AD7D70 background

This text has black color on #AD7D70 background.


White color preview on #AD7D70 background

This text has white color on #AD7D70 background.