COLOR #AD7271

HEX: #AD7271
RGB: (173,114,113)

Renk bilgisi

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

RGB renk modeli

#AD7271 color RGB value is (173,114,113).

  • kırmız ton 173;
  • yeşil ton 114;
  • mavi ton 113.
RGB:
(173,114,113)
(68%,45%,44%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 114 of 255 = 45%
B 113 of 255 = 44%

173
114
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 114 + 113 = 400 (100%)
R 173 of 400 ~ 43.25%
G 114 of 400 ~ 28.5%
B 113 of 400 ~ 28.25%

%43.25
%28.5
%28.25

CMYK RENK MODELİ

#AD7271 rengi CMYK tonu (0,34,35,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.10%
  • sarı tonu 34.68%
  • ana renk tonu 32.16%
CMYK:
(0,34,35,32)
C0M34Y35K32 
(0%,34%,35%,32%)
(0.00/0.34/0.35/0.32)	

CMYK yüzdeleri

%0
%34.1
%34.68
%32.16

Codes

Color #AD7271 in popluar color models

AD7271
RGB173114113
HSL26.79%56.08%
HSB/HSV34.68%67.84%
CMYK0.00%34.10%34.68%
32.16%

Color #AD7271 in popluar number systems.

HEXAD7271
Decimal173114113
Binary1010110111100101110001
Octal255162161

Shades and tints

Shades of #AD7271

#AD7271
(173,114,113)
#9E6867
(158,104,103)
#8F5E5D
(143,94,93)
#805453
(128,84,83)
#714A49
(113,74,73)
#62403F
(98,64,63)
#533635
(83,54,53)
#442C2B
(68,44,43)
#352221
(53,34,33)
#261817
(38,24,23)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #AD7271

#AD7271
(173,114,113)
#B47E7D
(180,126,125)
#BB8A89
(187,138,137)
#C29695
(194,150,149)
#C9A2A1
(201,162,161)
#D0AEAD
(208,174,173)
#D7BAB9
(215,186,185)
#DEC6C5
(222,198,197)
#E5D2D1
(229,210,209)
#ECDEDD
(236,222,221)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7271 color. Also use rgb(173,114,113) instead hex code.

Text Font Color

.myTextColor { color: #AD7271; }

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

This text font color is #AD7271.


Background Color

.myBgColor { background-color: #AD7271; }

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

This div background color is #AD7271.


Border color

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

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

This div border color is #AD7271.


Opacity

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

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

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

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

This text has shadow with #AD7271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7271 on black background.


Color preview on white background

This text has color #AD7271 on white background.



Black color preview on #AD7271 background

This text has black color on #AD7271 background.


White color preview on #AD7271 background

This text has white color on #AD7271 background.