COLOR #ADA59C

HEX: #ADA59C
RGB: (173,165,156)

Renk bilgisi

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

RGB renk modeli

#ADA59C color RGB value is (173,165,156).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 165 of 255 = 65%
B 156 of 255 = 61%

173
165
156

R + G + B ~ 65%. #ADA59C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 165 + 156 = 494 (100%)
R 173 of 494 ~ 35.02%
G 165 of 494 ~ 33.4%
B 156 of 494 ~ 31.58%

%35.02
%33.4
%31.58

CMYK RENK MODELİ

#ADA59C rengi CMYK tonu (0,5,10,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 9.83%
  • ana renk tonu 32.16%
CMYK:
(0,5,10,32)
C0M5Y10K32 
(0%,5%,10%,32%)
(0.00/0.05/0.10/0.32)	

CMYK yüzdeleri

%0
%4.62
%9.83
%32.16

Codes

Color #ADA59C in popluar color models

ADA59C
RGB173165156
HSL32°9.39%64.51%
HSB/HSV32°9.83%67.84%
CMYK0.00%4.62%9.83%
32.16%

Color #ADA59C in popluar number systems.

HEXADA59C
Decimal173165156
Binary101011011010010110011100
Octal255245234

Shades and tints

Shades of #ADA59C

#ADA59C
(173,165,156)
#9E968E
(158,150,142)
#8F8780
(143,135,128)
#807872
(128,120,114)
#716964
(113,105,100)
#625A56
(98,90,86)
#534B48
(83,75,72)
#443C3A
(68,60,58)
#352D2C
(53,45,44)
#261E1E
(38,30,30)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #ADA59C

#ADA59C
(173,165,156)
#B4ADA5
(180,173,165)
#BBB5AE
(187,181,174)
#C2BDB7
(194,189,183)
#C9C5C0
(201,197,192)
#D0CDC9
(208,205,201)
#D7D5D2
(215,213,210)
#DEDDDB
(222,221,219)
#E5E5E4
(229,229,228)
#ECEDED
(236,237,237)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA59C; }

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

This text font color is #ADA59C.


Background Color

.myBgColor { background-color: #ADA59C; }

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

This div background color is #ADA59C.


Border color

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

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

This div border color is #ADA59C.


Opacity

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

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

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

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

This text has shadow with #ADA59C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA59C on black background.


Color preview on white background

This text has color #ADA59C on white background.



Black color preview on #ADA59C background

This text has black color on #ADA59C background.


White color preview on #ADA59C background

This text has white color on #ADA59C background.