COLOR #ADA498

HEX: #ADA498
RGB: (173,164,152)

Renk bilgisi

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

RGB renk modeli

#ADA498 color RGB value is (173,164,152).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 164 of 255 = 64%
B 152 of 255 = 60%

173
164
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 164 + 152 = 489 (100%)
R 173 of 489 ~ 35.38%
G 164 of 489 ~ 33.54%
B 152 of 489 ~ 31.08%

%35.38
%33.54
%31.08

CMYK RENK MODELİ

#ADA498 rengi CMYK tonu (0,5,12,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.20%
  • sarı tonu 12.14%
  • ana renk tonu 32.16%
CMYK:
(0,5,12,32)
C0M5Y12K32 
(0%,5%,12%,32%)
(0.00/0.05/0.12/0.32)	

CMYK yüzdeleri

%0
%5.2
%12.14
%32.16

Codes

Color #ADA498 in popluar color models

ADA498
RGB173164152
HSL34°11.35%63.73%
HSB/HSV34°12.14%67.84%
CMYK0.00%5.20%12.14%
32.16%

Color #ADA498 in popluar number systems.

HEXADA498
Decimal173164152
Binary101011011010010010011000
Octal255244230

Shades and tints

Shades of #ADA498

#ADA498
(173,164,152)
#9E968B
(158,150,139)
#8F887E
(143,136,126)
#807A71
(128,122,113)
#716C64
(113,108,100)
#625E57
(98,94,87)
#53504A
(83,80,74)
#44423D
(68,66,61)
#353430
(53,52,48)
#262623
(38,38,35)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADA498

#ADA498
(173,164,152)
#B4ACA1
(180,172,161)
#BBB4AA
(187,180,170)
#C2BCB3
(194,188,179)
#C9C4BC
(201,196,188)
#D0CCC5
(208,204,197)
#D7D4CE
(215,212,206)
#DEDCD7
(222,220,215)
#E5E4E0
(229,228,224)
#ECECE9
(236,236,233)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA498; }

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

This text font color is #ADA498.


Background Color

.myBgColor { background-color: #ADA498; }

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

This div background color is #ADA498.


Border color

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

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

This div border color is #ADA498.


Opacity

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

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

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

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

This text has shadow with #ADA498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA498 on black background.


Color preview on white background

This text has color #ADA498 on white background.



Black color preview on #ADA498 background

This text has black color on #ADA498 background.


White color preview on #ADA498 background

This text has white color on #ADA498 background.