COLOR #AD6350

HEX: #AD6350
RGB: (173,99,80)

Renk bilgisi

#AD6350 contains mainly red color. #AD6350 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AD6350 color RGB value is (173,99,80).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 99 of 255 = 39%
B 80 of 255 = 31%

173
99
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 99 + 80 = 352 (100%)
R 173 of 352 ~ 49.15%
G 99 of 352 ~ 28.13%
B 80 of 352 ~ 22.73%

%49.15
%28.13
%22.73

CMYK RENK MODELİ

#AD6350 rengi CMYK tonu (0,43,54,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.77%
  • sarı tonu 53.76%
  • ana renk tonu 32.16%
CMYK:
(0,43,54,32)
C0M43Y54K32 
(0%,43%,54%,32%)
(0.00/0.43/0.54/0.32)	

CMYK yüzdeleri

%0
%42.77
%53.76
%32.16

Codes

Color #AD6350 in popluar color models

AD6350
RGB1739980
HSL12°36.76%49.61%
HSB/HSV12°53.76%67.84%
CMYK0.00%42.77%53.76%
32.16%

Color #AD6350 in popluar number systems.

HEXAD6350
Decimal1739980
Binary1010110111000111010000
Octal255143120

Shades and tints

Shades of #AD6350

#AD6350
(173,99,80)
#9E5A49
(158,90,73)
#8F5142
(143,81,66)
#80483B
(128,72,59)
#713F34
(113,63,52)
#62362D
(98,54,45)
#532D26
(83,45,38)
#44241F
(68,36,31)
#351B18
(53,27,24)
#261211
(38,18,17)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #AD6350

#AD6350
(173,99,80)
#B4715F
(180,113,95)
#BB7F6E
(187,127,110)
#C28D7D
(194,141,125)
#C99B8C
(201,155,140)
#D0A99B
(208,169,155)
#D7B7AA
(215,183,170)
#DEC5B9
(222,197,185)
#E5D3C8
(229,211,200)
#ECE1D7
(236,225,215)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD6350; }

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

This text font color is #AD6350.


Background Color

.myBgColor { background-color: #AD6350; }

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

This div background color is #AD6350.


Border color

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

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

This div border color is #AD6350.


Opacity

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

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

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

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

This text has shadow with #AD6350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6350 on black background.


Color preview on white background

This text has color #AD6350 on white background.



Black color preview on #AD6350 background

This text has black color on #AD6350 background.


White color preview on #AD6350 background

This text has white color on #AD6350 background.