COLOR #AD7479

HEX: #AD7479
RGB: (173,116,121)

Renk bilgisi

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

RGB renk modeli

#AD7479 color RGB value is (173,116,121).

  • kırmız ton 173;
  • yeşil ton 116;
  • mavi ton 121.
RGB:
(173,116,121)
(68%,45%,47%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 116 of 255 = 45%
B 121 of 255 = 47%

173
116
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 116 + 121 = 410 (100%)
R 173 of 410 ~ 42.2%
G 116 of 410 ~ 28.29%
B 121 of 410 ~ 29.51%

%42.2
%28.29
%29.51

CMYK RENK MODELİ

#AD7479 rengi CMYK tonu (0,33,30,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.95%
  • sarı tonu 30.06%
  • ana renk tonu 32.16%
CMYK:
(0,33,30,32)
C0M33Y30K32 
(0%,33%,30%,32%)
(0.00/0.33/0.30/0.32)	

CMYK yüzdeleri

%0
%32.95
%30.06
%32.16

Codes

Color #AD7479 in popluar color models

AD7479
RGB173116121
HSL355°25.79%56.67%
HSB/HSV355°32.95%67.84%
CMYK0.00%32.95%30.06%
32.16%

Color #AD7479 in popluar number systems.

HEXAD7479
Decimal173116121
Binary1010110111101001111001
Octal255164171

Shades and tints

Shades of #AD7479

#AD7479
(173,116,121)
#9E6A6E
(158,106,110)
#8F6063
(143,96,99)
#805658
(128,86,88)
#714C4D
(113,76,77)
#624242
(98,66,66)
#533837
(83,56,55)
#442E2C
(68,46,44)
#352421
(53,36,33)
#261A16
(38,26,22)
#17100B
(23,16,11)
#000000
(0,0,0)

Tints of #AD7479

#AD7479
(173,116,121)
#B48085
(180,128,133)
#BB8C91
(187,140,145)
#C2989D
(194,152,157)
#C9A4A9
(201,164,169)
#D0B0B5
(208,176,181)
#D7BCC1
(215,188,193)
#DEC8CD
(222,200,205)
#E5D4D9
(229,212,217)
#ECE0E5
(236,224,229)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7479 color. Also use rgb(173,116,121) instead hex code.

Text Font Color

.myTextColor { color: #AD7479; }

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

This text font color is #AD7479.


Background Color

.myBgColor { background-color: #AD7479; }

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

This div background color is #AD7479.


Border color

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

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

This div border color is #AD7479.


Opacity

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

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

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

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

This text has shadow with #AD7479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7479 on black background.


Color preview on white background

This text has color #AD7479 on white background.



Black color preview on #AD7479 background

This text has black color on #AD7479 background.


White color preview on #AD7479 background

This text has white color on #AD7479 background.