COLOR #AD8B5A

HEX: #AD8B5A
RGB: (173,139,90)

Renk bilgisi

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

RGB renk modeli

#AD8B5A color RGB value is (173,139,90).

  • kırmız ton 173;
  • yeşil ton 139;
  • mavi ton 90.
RGB:
(173,139,90)
(68%,55%,35%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 139 of 255 = 55%
B 90 of 255 = 35%

173
139
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 139 + 90 = 402 (100%)
R 173 of 402 ~ 43.03%
G 139 of 402 ~ 34.58%
B 90 of 402 ~ 22.39%

%43.03
%34.58
%22.39

CMYK RENK MODELİ

#AD8B5A rengi CMYK tonu (0,20,48,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.65%
  • sarı tonu 47.98%
  • ana renk tonu 32.16%
CMYK:
(0,20,48,32)
C0M20Y48K32 
(0%,20%,48%,32%)
(0.00/0.20/0.48/0.32)	

CMYK yüzdeleri

%0
%19.65
%47.98
%32.16

Codes

Color #AD8B5A in popluar color models

AD8B5A
RGB17313990
HSL35°33.60%51.57%
HSB/HSV35°47.98%67.84%
CMYK0.00%19.65%47.98%
32.16%

Color #AD8B5A in popluar number systems.

HEXAD8B5A
Decimal17313990
Binary10101101100010111011010
Octal255213132

Shades and tints

Shades of #AD8B5A

#AD8B5A
(173,139,90)
#9E7F52
(158,127,82)
#8F734A
(143,115,74)
#806742
(128,103,66)
#715B3A
(113,91,58)
#624F32
(98,79,50)
#53432A
(83,67,42)
#443722
(68,55,34)
#352B1A
(53,43,26)
#261F12
(38,31,18)
#17130A
(23,19,10)
#000000
(0,0,0)

Tints of #AD8B5A

#AD8B5A
(173,139,90)
#B49569
(180,149,105)
#BB9F78
(187,159,120)
#C2A987
(194,169,135)
#C9B396
(201,179,150)
#D0BDA5
(208,189,165)
#D7C7B4
(215,199,180)
#DED1C3
(222,209,195)
#E5DBD2
(229,219,210)
#ECE5E1
(236,229,225)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8B5A color. Also use rgb(173,139,90) instead hex code.

Text Font Color

.myTextColor { color: #AD8B5A; }

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

This text font color is #AD8B5A.


Background Color

.myBgColor { background-color: #AD8B5A; }

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

This div background color is #AD8B5A.


Border color

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

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

This div border color is #AD8B5A.


Opacity

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

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

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

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

This text has shadow with #AD8B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8B5A on black background.


Color preview on white background

This text has color #AD8B5A on white background.



Black color preview on #AD8B5A background

This text has black color on #AD8B5A background.


White color preview on #AD8B5A background

This text has white color on #AD8B5A background.