COLOR #ADA999

HEX: #ADA999
RGB: (173,169,153)

Renk bilgisi

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

RGB renk modeli

#ADA999 color RGB value is (173,169,153).

  • kırmız ton 173;
  • yeşil ton 169;
  • mavi ton 153.
RGB:
(173,169,153)
(68%,66%,60%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 169 of 255 = 66%
B 153 of 255 = 60%

173
169
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 169 + 153 = 495 (100%)
R 173 of 495 ~ 34.95%
G 169 of 495 ~ 34.14%
B 153 of 495 ~ 30.91%

%34.95
%34.14
%30.91

CMYK RENK MODELİ

#ADA999 rengi CMYK tonu (0,2,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.31%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%
CMYK:
(0,2,12,32)
C0M2Y12K32 
(0%,2%,12%,32%)
(0.00/0.02/0.12/0.32)	

CMYK yüzdeleri

%0
%2.31
%11.56
%32.16

Codes

Color #ADA999 in popluar color models

ADA999
RGB173169153
HSL48°10.87%63.92%
HSB/HSV48°11.56%67.84%
CMYK0.00%2.31%11.56%
32.16%

Color #ADA999 in popluar number systems.

HEXADA999
Decimal173169153
Binary101011011010100110011001
Octal255251231

Shades and tints

Shades of #ADA999

#ADA999
(173,169,153)
#9E9A8C
(158,154,140)
#8F8B7F
(143,139,127)
#807C72
(128,124,114)
#716D65
(113,109,101)
#625E58
(98,94,88)
#534F4B
(83,79,75)
#44403E
(68,64,62)
#353131
(53,49,49)
#262224
(38,34,36)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #ADA999

#ADA999
(173,169,153)
#B4B0A2
(180,176,162)
#BBB7AB
(187,183,171)
#C2BEB4
(194,190,180)
#C9C5BD
(201,197,189)
#D0CCC6
(208,204,198)
#D7D3CF
(215,211,207)
#DEDAD8
(222,218,216)
#E5E1E1
(229,225,225)
#ECE8EA
(236,232,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA999 color. Also use rgb(173,169,153) instead hex code.

Text Font Color

.myTextColor { color: #ADA999; }

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

This text font color is #ADA999.


Background Color

.myBgColor { background-color: #ADA999; }

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

This div background color is #ADA999.


Border color

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

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

This div border color is #ADA999.


Opacity

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

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

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

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

This text has shadow with #ADA999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA999 on black background.


Color preview on white background

This text has color #ADA999 on white background.



Black color preview on #ADA999 background

This text has black color on #ADA999 background.


White color preview on #ADA999 background

This text has white color on #ADA999 background.