COLOR #AD8E68

HEX: #AD8E68
RGB: (173,142,104)

Renk bilgisi

#AD8E68 contains mainly red and green colors. #AD8E68 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#AD8E68 color RGB value is (173,142,104).

  • kırmız ton 173;
  • yeşil ton 142;
  • mavi ton 104.
RGB:
(173,142,104)
(68%,56%,41%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 142 of 255 = 56%
B 104 of 255 = 41%

173
142
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 142 + 104 = 419 (100%)
R 173 of 419 ~ 41.29%
G 142 of 419 ~ 33.89%
B 104 of 419 ~ 24.82%

%41.29
%33.89
%24.82

CMYK RENK MODELİ

#AD8E68 rengi CMYK tonu (0,18,40,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 39.88%
  • ana renk tonu 32.16%
CMYK:
(0,18,40,32)
C0M18Y40K32 
(0%,18%,40%,32%)
(0.00/0.18/0.40/0.32)	

CMYK yüzdeleri

%0
%17.92
%39.88
%32.16

Codes

Color #AD8E68 in popluar color models

AD8E68
RGB173142104
HSL33°29.61%54.31%
HSB/HSV33°39.88%67.84%
CMYK0.00%17.92%39.88%
32.16%

Color #AD8E68 in popluar number systems.

HEXAD8E68
Decimal173142104
Binary10101101100011101101000
Octal255216150

Shades and tints

Shades of #AD8E68

#AD8E68
(173,142,104)
#9E825F
(158,130,95)
#8F7656
(143,118,86)
#806A4D
(128,106,77)
#715E44
(113,94,68)
#62523B
(98,82,59)
#534632
(83,70,50)
#443A29
(68,58,41)
#352E20
(53,46,32)
#262217
(38,34,23)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #AD8E68

#AD8E68
(173,142,104)
#B49875
(180,152,117)
#BBA282
(187,162,130)
#C2AC8F
(194,172,143)
#C9B69C
(201,182,156)
#D0C0A9
(208,192,169)
#D7CAB6
(215,202,182)
#DED4C3
(222,212,195)
#E5DED0
(229,222,208)
#ECE8DD
(236,232,221)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8E68 color. Also use rgb(173,142,104) instead hex code.

Text Font Color

.myTextColor { color: #AD8E68; }

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

This text font color is #AD8E68.


Background Color

.myBgColor { background-color: #AD8E68; }

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

This div background color is #AD8E68.


Border color

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

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

This div border color is #AD8E68.


Opacity

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

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

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

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

This text has shadow with #AD8E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8E68 on black background.


Color preview on white background

This text has color #AD8E68 on white background.



Black color preview on #AD8E68 background

This text has black color on #AD8E68 background.


White color preview on #AD8E68 background

This text has white color on #AD8E68 background.