COLOR #ADA49B

HEX: #ADA49B
RGB: (173,164,155)

Renk bilgisi

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

RGB renk modeli

#ADA49B color RGB value is (173,164,155).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 164 of 255 = 64%
B 155 of 255 = 61%

173
164
155

R + G + B ~ 64%. #ADA49B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 164 + 155 = 492 (100%)
R 173 of 492 ~ 35.16%
G 164 of 492 ~ 33.33%
B 155 of 492 ~ 31.5%

%35.16
%33.33
%31.5

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.20%
  • sarı tonu 10.40%
  • 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
%5.2
%10.4
%32.16

Codes

Color #ADA49B in popluar color models

ADA49B
RGB173164155
HSL30°9.89%64.31%
HSB/HSV30°10.40%67.84%
CMYK0.00%5.20%10.40%
32.16%

Color #ADA49B in popluar number systems.

HEXADA49B
Decimal173164155
Binary101011011010010010011011
Octal255244233

Shades and tints

Shades of #ADA49B

#ADA49B
(173,164,155)
#9E968D
(158,150,141)
#8F887F
(143,136,127)
#807A71
(128,122,113)
#716C63
(113,108,99)
#625E55
(98,94,85)
#535047
(83,80,71)
#444239
(68,66,57)
#35342B
(53,52,43)
#26261D
(38,38,29)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADA49B

#ADA49B
(173,164,155)
#B4ACA4
(180,172,164)
#BBB4AD
(187,180,173)
#C2BCB6
(194,188,182)
#C9C4BF
(201,196,191)
#D0CCC8
(208,204,200)
#D7D4D1
(215,212,209)
#DEDCDA
(222,220,218)
#E5E4E3
(229,228,227)
#ECECEC
(236,236,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA49B; }

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

This text font color is #ADA49B.


Background Color

.myBgColor { background-color: #ADA49B; }

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

This div background color is #ADA49B.


Border color

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

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

This div border color is #ADA49B.


Opacity

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

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

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

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

This text has shadow with #ADA49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA49B on black background.


Color preview on white background

This text has color #ADA49B on white background.



Black color preview on #ADA49B background

This text has black color on #ADA49B background.


White color preview on #ADA49B background

This text has white color on #ADA49B background.