COLOR #AD522B

HEX: #AD522B
RGB: (173,82,43)

Renk bilgisi

#AD522B contains mainly red color. #AD522B ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD522B color RGB value is (173,82,43).

  • kırmız ton 173;
  • yeşil ton 82;
  • mavi ton 43.
RGB:
(173,82,43)
(68%,32%,17%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 82 of 255 = 32%
B 43 of 255 = 17%

173
82
43

R + G + B ~ 39%. #AD522B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 82 + 43 = 298 (100%)
R 173 of 298 ~ 58.05%
G 82 of 298 ~ 27.52%
B 43 of 298 ~ 14.43%

%58.05
%27.52
%14.43

CMYK RENK MODELİ

#AD522B rengi CMYK tonu (0,53,75,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.60%
  • sarı tonu 75.14%
  • ana renk tonu 32.16%
CMYK:
(0,53,75,32)
C0M53Y75K32 
(0%,53%,75%,32%)
(0.00/0.53/0.75/0.32)	

CMYK yüzdeleri

%0
%52.6
%75.14
%32.16

Codes

Color #AD522B in popluar color models

AD522B
RGB1738243
HSL18°60.19%42.35%
HSB/HSV18°75.14%67.84%
CMYK0.00%52.60%75.14%
32.16%

Color #AD522B in popluar number systems.

HEXAD522B
Decimal1738243
Binary101011011010010101011
Octal25512253

Shades and tints

Shades of #AD522B

#AD522B
(173,82,43)
#9E4B28
(158,75,40)
#8F4425
(143,68,37)
#803D22
(128,61,34)
#71361F
(113,54,31)
#622F1C
(98,47,28)
#532819
(83,40,25)
#442116
(68,33,22)
#351A13
(53,26,19)
#261310
(38,19,16)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #AD522B

#AD522B
(173,82,43)
#B4613E
(180,97,62)
#BB7051
(187,112,81)
#C27F64
(194,127,100)
#C98E77
(201,142,119)
#D09D8A
(208,157,138)
#D7AC9D
(215,172,157)
#DEBBB0
(222,187,176)
#E5CAC3
(229,202,195)
#ECD9D6
(236,217,214)
#F3E8E9
(243,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD522B color. Also use rgb(173,82,43) instead hex code.

Text Font Color

.myTextColor { color: #AD522B; }

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

This text font color is #AD522B.


Background Color

.myBgColor { background-color: #AD522B; }

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

This div background color is #AD522B.


Border color

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

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

This div border color is #AD522B.


Opacity

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

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

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

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

This text has shadow with #AD522B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD522B on black background.


Color preview on white background

This text has color #AD522B on white background.



Black color preview on #AD522B background

This text has black color on #AD522B background.


White color preview on #AD522B background

This text has white color on #AD522B background.