COLOR #AD6553

HEX: #AD6553
RGB: (173,101,83)

Renk bilgisi

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

RGB renk modeli

#AD6553 color RGB value is (173,101,83).

  • kırmız ton 173;
  • yeşil ton 101;
  • mavi ton 83.
RGB:
(173,101,83)
(68%,40%,33%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 101 of 255 = 40%
B 83 of 255 = 33%

173
101
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 101 + 83 = 357 (100%)
R 173 of 357 ~ 48.46%
G 101 of 357 ~ 28.29%
B 83 of 357 ~ 23.25%

%48.46
%28.29
%23.25

CMYK RENK MODELİ

#AD6553 rengi CMYK tonu (0,42,52,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.62%
  • sarı tonu 52.02%
  • ana renk tonu 32.16%
CMYK:
(0,42,52,32)
C0M42Y52K32 
(0%,42%,52%,32%)
(0.00/0.42/0.52/0.32)	

CMYK yüzdeleri

%0
%41.62
%52.02
%32.16

Codes

Color #AD6553 in popluar color models

AD6553
RGB17310183
HSL12°35.43%50.20%
HSB/HSV12°52.02%67.84%
CMYK0.00%41.62%52.02%
32.16%

Color #AD6553 in popluar number systems.

HEXAD6553
Decimal17310183
Binary1010110111001011010011
Octal255145123

Shades and tints

Shades of #AD6553

#AD6553
(173,101,83)
#9E5C4C
(158,92,76)
#8F5345
(143,83,69)
#804A3E
(128,74,62)
#714137
(113,65,55)
#623830
(98,56,48)
#532F29
(83,47,41)
#442622
(68,38,34)
#351D1B
(53,29,27)
#261414
(38,20,20)
#170B0D
(23,11,13)
#000000
(0,0,0)

Tints of #AD6553

#AD6553
(173,101,83)
#B47362
(180,115,98)
#BB8171
(187,129,113)
#C28F80
(194,143,128)
#C99D8F
(201,157,143)
#D0AB9E
(208,171,158)
#D7B9AD
(215,185,173)
#DEC7BC
(222,199,188)
#E5D5CB
(229,213,203)
#ECE3DA
(236,227,218)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD6553 color. Also use rgb(173,101,83) instead hex code.

Text Font Color

.myTextColor { color: #AD6553; }

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

This text font color is #AD6553.


Background Color

.myBgColor { background-color: #AD6553; }

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

This div background color is #AD6553.


Border color

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

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

This div border color is #AD6553.


Opacity

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

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

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

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

This text has shadow with #AD6553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD6553 on black background.


Color preview on white background

This text has color #AD6553 on white background.



Black color preview on #AD6553 background

This text has black color on #AD6553 background.


White color preview on #AD6553 background

This text has white color on #AD6553 background.