COLOR #ADA586

HEX: #ADA586
RGB: (173,165,134)

Renk bilgisi

#ADA586 contains red, green and blue colors in about the same proportion. #ADA586 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#ADA586 color RGB value is (173,165,134).

  • kırmız ton 173;
  • yeşil ton 165;
  • mavi ton 134.
RGB:
(173,165,134)
(68%,65%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 165 of 255 = 65%
B 134 of 255 = 53%

173
165
134

R + G + B ~ 62%. #ADA586 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 165 + 134 = 472 (100%)
R 173 of 472 ~ 36.65%
G 165 of 472 ~ 34.96%
B 134 of 472 ~ 28.39%

%36.65
%34.96
%28.39

CMYK RENK MODELİ

#ADA586 rengi CMYK tonu (0,5,23,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 22.54%
  • ana renk tonu 32.16%
CMYK:
(0,5,23,32)
C0M5Y23K32 
(0%,5%,23%,32%)
(0.00/0.05/0.23/0.32)	

CMYK yüzdeleri

%0
%4.62
%22.54
%32.16

Codes

Color #ADA586 in popluar color models

ADA586
RGB173165134
HSL48°19.21%60.20%
HSB/HSV48°22.54%67.84%
CMYK0.00%4.62%22.54%
32.16%

Color #ADA586 in popluar number systems.

HEXADA586
Decimal173165134
Binary101011011010010110000110
Octal255245206

Shades and tints

Shades of #ADA586

#ADA586
(173,165,134)
#9E967A
(158,150,122)
#8F876E
(143,135,110)
#807862
(128,120,98)
#716956
(113,105,86)
#625A4A
(98,90,74)
#534B3E
(83,75,62)
#443C32
(68,60,50)
#352D26
(53,45,38)
#261E1A
(38,30,26)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #ADA586

#ADA586
(173,165,134)
#B4AD91
(180,173,145)
#BBB59C
(187,181,156)
#C2BDA7
(194,189,167)
#C9C5B2
(201,197,178)
#D0CDBD
(208,205,189)
#D7D5C8
(215,213,200)
#DEDDD3
(222,221,211)
#E5E5DE
(229,229,222)
#ECEDE9
(236,237,233)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA586 color. Also use rgb(173,165,134) instead hex code.

Text Font Color

.myTextColor { color: #ADA586; }

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

This text font color is #ADA586.


Background Color

.myBgColor { background-color: #ADA586; }

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

This div background color is #ADA586.


Border color

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

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

This div border color is #ADA586.


Opacity

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

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

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

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

This text has shadow with #ADA586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA586 on black background.


Color preview on white background

This text has color #ADA586 on white background.



Black color preview on #ADA586 background

This text has black color on #ADA586 background.


White color preview on #ADA586 background

This text has white color on #ADA586 background.