COLOR #ADA689

HEX: #ADA689
RGB: (173,166,137)

Renk bilgisi

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

RGB renk modeli

#ADA689 color RGB value is (173,166,137).

  • kırmız ton 173;
  • yeşil ton 166;
  • mavi ton 137.
RGB:
(173,166,137)
(68%,65%,54%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 166 of 255 = 65%
B 137 of 255 = 54%

173
166
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 166 + 137 = 476 (100%)
R 173 of 476 ~ 36.34%
G 166 of 476 ~ 34.87%
B 137 of 476 ~ 28.78%

%36.34
%34.87
%28.78

CMYK RENK MODELİ

#ADA689 rengi CMYK tonu (0,4,21,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.05%
  • sarı tonu 20.81%
  • ana renk tonu 32.16%
CMYK:
(0,4,21,32)
C0M4Y21K32 
(0%,4%,21%,32%)
(0.00/0.04/0.21/0.32)	

CMYK yüzdeleri

%0
%4.05
%20.81
%32.16

Codes

Color #ADA689 in popluar color models

ADA689
RGB173166137
HSL48°18.00%60.78%
HSB/HSV48°20.81%67.84%
CMYK0.00%4.05%20.81%
32.16%

Color #ADA689 in popluar number systems.

HEXADA689
Decimal173166137
Binary101011011010011010001001
Octal255246211

Shades and tints

Shades of #ADA689

#ADA689
(173,166,137)
#9E977D
(158,151,125)
#8F8871
(143,136,113)
#807965
(128,121,101)
#716A59
(113,106,89)
#625B4D
(98,91,77)
#534C41
(83,76,65)
#443D35
(68,61,53)
#352E29
(53,46,41)
#261F1D
(38,31,29)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #ADA689

#ADA689
(173,166,137)
#B4AE93
(180,174,147)
#BBB69D
(187,182,157)
#C2BEA7
(194,190,167)
#C9C6B1
(201,198,177)
#D0CEBB
(208,206,187)
#D7D6C5
(215,214,197)
#DEDECF
(222,222,207)
#E5E6D9
(229,230,217)
#ECEEE3
(236,238,227)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA689 color. Also use rgb(173,166,137) instead hex code.

Text Font Color

.myTextColor { color: #ADA689; }

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

This text font color is #ADA689.


Background Color

.myBgColor { background-color: #ADA689; }

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

This div background color is #ADA689.


Border color

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

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

This div border color is #ADA689.


Opacity

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

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

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

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

This text has shadow with #ADA689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA689 on black background.


Color preview on white background

This text has color #ADA689 on white background.



Black color preview on #ADA689 background

This text has black color on #ADA689 background.


White color preview on #ADA689 background

This text has white color on #ADA689 background.