COLOR #ADA799

HEX: #ADA799
RGB: (173,167,153)

Renk bilgisi

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

RGB renk modeli

#ADA799 color RGB value is (173,167,153).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 167 of 255 = 65%
B 153 of 255 = 60%

173
167
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 167 + 153 = 493 (100%)
R 173 of 493 ~ 35.09%
G 167 of 493 ~ 33.87%
B 153 of 493 ~ 31.03%

%35.09
%33.87
%31.03

CMYK RENK MODELİ

#ADA799 rengi CMYK tonu (0,3,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.47%
  • sarı tonu 11.56%
  • ana renk tonu 32.16%
CMYK:
(0,3,12,32)
C0M3Y12K32 
(0%,3%,12%,32%)
(0.00/0.03/0.12/0.32)	

CMYK yüzdeleri

%0
%3.47
%11.56
%32.16

Codes

Color #ADA799 in popluar color models

ADA799
RGB173167153
HSL42°10.87%63.92%
HSB/HSV42°11.56%67.84%
CMYK0.00%3.47%11.56%
32.16%

Color #ADA799 in popluar number systems.

HEXADA799
Decimal173167153
Binary101011011010011110011001
Octal255247231

Shades and tints

Shades of #ADA799

#ADA799
(173,167,153)
#9E988C
(158,152,140)
#8F897F
(143,137,127)
#807A72
(128,122,114)
#716B65
(113,107,101)
#625C58
(98,92,88)
#534D4B
(83,77,75)
#443E3E
(68,62,62)
#352F31
(53,47,49)
#262024
(38,32,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #ADA799

#ADA799
(173,167,153)
#B4AFA2
(180,175,162)
#BBB7AB
(187,183,171)
#C2BFB4
(194,191,180)
#C9C7BD
(201,199,189)
#D0CFC6
(208,207,198)
#D7D7CF
(215,215,207)
#DEDFD8
(222,223,216)
#E5E7E1
(229,231,225)
#ECEFEA
(236,239,234)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA799; }

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

This text font color is #ADA799.


Background Color

.myBgColor { background-color: #ADA799; }

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

This div background color is #ADA799.


Border color

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

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

This div border color is #ADA799.


Opacity

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

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

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

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

This text has shadow with #ADA799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA799 on black background.


Color preview on white background

This text has color #ADA799 on white background.



Black color preview on #ADA799 background

This text has black color on #ADA799 background.


White color preview on #ADA799 background

This text has white color on #ADA799 background.