COLOR #ADA594

HEX: #ADA594
RGB: (173,165,148)

Renk bilgisi

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

RGB renk modeli

#ADA594 color RGB value is (173,165,148).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 165 of 255 = 65%
B 148 of 255 = 58%

173
165
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 165 + 148 = 486 (100%)
R 173 of 486 ~ 35.6%
G 165 of 486 ~ 33.95%
B 148 of 486 ~ 30.45%

%35.6
%33.95
%30.45

CMYK RENK MODELİ

#ADA594 rengi CMYK tonu (0,5,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.62%
  • sarı tonu 14.45%
  • ana renk tonu 32.16%
CMYK:
(0,5,14,32)
C0M5Y14K32 
(0%,5%,14%,32%)
(0.00/0.05/0.14/0.32)	

CMYK yüzdeleri

%0
%4.62
%14.45
%32.16

Codes

Color #ADA594 in popluar color models

ADA594
RGB173165148
HSL41°13.23%62.94%
HSB/HSV41°14.45%67.84%
CMYK0.00%4.62%14.45%
32.16%

Color #ADA594 in popluar number systems.

HEXADA594
Decimal173165148
Binary101011011010010110010100
Octal255245224

Shades and tints

Shades of #ADA594

#ADA594
(173,165,148)
#9E9687
(158,150,135)
#8F877A
(143,135,122)
#80786D
(128,120,109)
#716960
(113,105,96)
#625A53
(98,90,83)
#534B46
(83,75,70)
#443C39
(68,60,57)
#352D2C
(53,45,44)
#261E1F
(38,30,31)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #ADA594

#ADA594
(173,165,148)
#B4AD9D
(180,173,157)
#BBB5A6
(187,181,166)
#C2BDAF
(194,189,175)
#C9C5B8
(201,197,184)
#D0CDC1
(208,205,193)
#D7D5CA
(215,213,202)
#DEDDD3
(222,221,211)
#E5E5DC
(229,229,220)
#ECEDE5
(236,237,229)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA594; }

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

This text font color is #ADA594.


Background Color

.myBgColor { background-color: #ADA594; }

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

This div background color is #ADA594.


Border color

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

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

This div border color is #ADA594.


Opacity

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

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

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

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

This text has shadow with #ADA594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA594 on black background.


Color preview on white background

This text has color #ADA594 on white background.



Black color preview on #ADA594 background

This text has black color on #ADA594 background.


White color preview on #ADA594 background

This text has white color on #ADA594 background.