COLOR #ADA298

HEX: #ADA298
RGB: (173,162,152)

Color info

#ADA298 contains red, green and blue colors in about the same proportion. Web safe color of #ADA298 is #999999 (or #999).

RGB color model

#ADA298 color RGB value is (173,162,152).

  • red value is 173;
  • green value is 162;
  • blue value is 152.
RGB:
(173,162,152)
(68%,64%,60%)

RGB channels and saturation

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

173
162
152

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

Portions of RGB colors in percentages

R + G + B =
173 + 162 + 152 = 487 (100%)
R 173 of 487 ~ 35.52%
G 162 of 487 ~ 33.26%
B 152 of 487 ~ 31.21%

%35.52
%33.26
%31.21

CMYK color model

#ADA298 color CMYK value is (0,6,12,32).

  • cyan value is 0.00%
  • magenta value is 6.36%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK:
(0,6,12,32)
C0M6Y12K32 
(0%,6%,12%,32%)
(0.00/0.06/0.12/0.32)	

CMYK percentages

%0
%6.36
%12.14
%32.16

Codes

Color #ADA298 in popluar color models

ADA298
RGB173162152
HSL29°11.35%63.73%
HSB/HSV29°12.14%67.84%
CMYK0.00%6.36%12.14%
32.16%

Color #ADA298 in popluar number systems.

HEXADA298
Decimal173162152
Binary101011011010001010011000
Octal255242230

Shades and tints

Shades of #ADA298

#ADA298
(173,162,152)
#9E948B
(158,148,139)
#8F867E
(143,134,126)
#807871
(128,120,113)
#716A64
(113,106,100)
#625C57
(98,92,87)
#534E4A
(83,78,74)
#44403D
(68,64,61)
#353230
(53,50,48)
#262423
(38,36,35)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #ADA298

#ADA298
(173,162,152)
#B4AAA1
(180,170,161)
#BBB2AA
(187,178,170)
#C2BAB3
(194,186,179)
#C9C2BC
(201,194,188)
#D0CAC5
(208,202,197)
#D7D2CE
(215,210,206)
#DEDAD7
(222,218,215)
#E5E2E0
(229,226,224)
#ECEAE9
(236,234,233)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA298; }

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

This text font color is #ADA298.


Background Color

.myBgColor { background-color: #ADA298; }

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

This div background color is #ADA298.


Border color

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

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

This div border color is #ADA298.


Opacity

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

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

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

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

This text has shadow with #ADA298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA298 on black background.


Color preview on white background

This text has color #ADA298 on white background.



Black color preview on #ADA298 background

This text has black color on #ADA298 background.


White color preview on #ADA298 background

This text has white color on #ADA298 background.