COLOR #ADA49D

HEX: #ADA49D
RGB: (173,164,157)

Renk bilgisi

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

RGB renk modeli

#ADA49D color RGB value is (173,164,157).

  • kırmız ton 173;
  • yeşil ton 164;
  • mavi ton 157.
RGB:
(173,164,157)
(68%,64%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 164 of 255 = 64%
B 157 of 255 = 62%

173
164
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 164 + 157 = 494 (100%)
R 173 of 494 ~ 35.02%
G 164 of 494 ~ 33.2%
B 157 of 494 ~ 31.78%

%35.02
%33.2
%31.78

CMYK RENK MODELİ

#ADA49D rengi CMYK tonu (0,5,9,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.20%
  • sarı tonu 9.25%
  • ana renk tonu 32.16%
CMYK:
(0,5,9,32)
C0M5Y9K32 
(0%,5%,9%,32%)
(0.00/0.05/0.09/0.32)	

CMYK yüzdeleri

%0
%5.2
%9.25
%32.16

Codes

Color #ADA49D in popluar color models

ADA49D
RGB173164157
HSL26°8.89%64.71%
HSB/HSV26°9.25%67.84%
CMYK0.00%5.20%9.25%
32.16%

Color #ADA49D in popluar number systems.

HEXADA49D
Decimal173164157
Binary101011011010010010011101
Octal255244235

Shades and tints

Shades of #ADA49D

#ADA49D
(173,164,157)
#9E968F
(158,150,143)
#8F8881
(143,136,129)
#807A73
(128,122,115)
#716C65
(113,108,101)
#625E57
(98,94,87)
#535049
(83,80,73)
#44423B
(68,66,59)
#35342D
(53,52,45)
#26261F
(38,38,31)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADA49D

#ADA49D
(173,164,157)
#B4ACA5
(180,172,165)
#BBB4AD
(187,180,173)
#C2BCB5
(194,188,181)
#C9C4BD
(201,196,189)
#D0CCC5
(208,204,197)
#D7D4CD
(215,212,205)
#DEDCD5
(222,220,213)
#E5E4DD
(229,228,221)
#ECECE5
(236,236,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA49D color. Also use rgb(173,164,157) instead hex code.

Text Font Color

.myTextColor { color: #ADA49D; }

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

This text font color is #ADA49D.


Background Color

.myBgColor { background-color: #ADA49D; }

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

This div background color is #ADA49D.


Border color

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

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

This div border color is #ADA49D.


Opacity

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

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

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

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

This text has shadow with #ADA49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA49D on black background.


Color preview on white background

This text has color #ADA49D on white background.



Black color preview on #ADA49D background

This text has black color on #ADA49D background.


White color preview on #ADA49D background

This text has white color on #ADA49D background.