COLOR #AD8021

HEX: #AD8021
RGB: (173,128,33)

Renk bilgisi

#AD8021 contains mainly red and green colors. #AD8021 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD8021 color RGB value is (173,128,33).

  • kırmız ton 173;
  • yeşil ton 128;
  • mavi ton 33.
RGB:
(173,128,33)
(68%,50%,13%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 128 of 255 = 50%
B 33 of 255 = 13%

173
128
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 128 + 33 = 334 (100%)
R 173 of 334 ~ 51.8%
G 128 of 334 ~ 38.32%
B 33 of 334 ~ 9.88%

%51.8
%38.32
%9.88

CMYK RENK MODELİ

#AD8021 rengi CMYK tonu (0,26,81,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.01%
  • sarı tonu 80.92%
  • ana renk tonu 32.16%
CMYK:
(0,26,81,32)
C0M26Y81K32 
(0%,26%,81%,32%)
(0.00/0.26/0.81/0.32)	

CMYK yüzdeleri

%0
%26.01
%80.92
%32.16

Codes

Color #AD8021 in popluar color models

AD8021
RGB17312833
HSL41°67.96%40.39%
HSB/HSV41°80.92%67.84%
CMYK0.00%26.01%80.92%
32.16%

Color #AD8021 in popluar number systems.

HEXAD8021
Decimal17312833
Binary1010110110000000100001
Octal25520041

Shades and tints

Shades of #AD8021

#AD8021
(173,128,33)
#9E751E
(158,117,30)
#8F6A1B
(143,106,27)
#805F18
(128,95,24)
#715415
(113,84,21)
#624912
(98,73,18)
#533E0F
(83,62,15)
#44330C
(68,51,12)
#352809
(53,40,9)
#261D06
(38,29,6)
#171203
(23,18,3)
#000000
(0,0,0)

Tints of #AD8021

#AD8021
(173,128,33)
#B48B35
(180,139,53)
#BB9649
(187,150,73)
#C2A15D
(194,161,93)
#C9AC71
(201,172,113)
#D0B785
(208,183,133)
#D7C299
(215,194,153)
#DECDAD
(222,205,173)
#E5D8C1
(229,216,193)
#ECE3D5
(236,227,213)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8021 color. Also use rgb(173,128,33) instead hex code.

Text Font Color

.myTextColor { color: #AD8021; }

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

This text font color is #AD8021.


Background Color

.myBgColor { background-color: #AD8021; }

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

This div background color is #AD8021.


Border color

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

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

This div border color is #AD8021.


Opacity

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

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

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

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

This text has shadow with #AD8021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8021 on black background.


Color preview on white background

This text has color #AD8021 on white background.



Black color preview on #AD8021 background

This text has black color on #AD8021 background.


White color preview on #AD8021 background

This text has white color on #AD8021 background.