COLOR #AD998A

HEX: #AD998A
RGB: (173,153,138)

Color info

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

RGB color model

#AD998A color RGB value is (173,153,138).

  • red value is 173;
  • green value is 153;
  • blue value is 138.
RGB:
(173,153,138)
(68%,60%,54%)

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 138 of 255 = 54%

173
153
138

R + G + B ~ 61%. #AD998A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 153 + 138 = 464 (100%)
R 173 of 464 ~ 37.28%
G 153 of 464 ~ 32.97%
B 138 of 464 ~ 29.74%

%37.28
%32.97
%29.74

CMYK color model

#AD998A color CMYK value is (0,12,20,32).

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 20.23%
  • key color value is 32.16%
CMYK:
(0,12,20,32)
C0M12Y20K32 
(0%,12%,20%,32%)
(0.00/0.12/0.20/0.32)	

CMYK percentages

%0
%11.56
%20.23
%32.16

Codes

Color #AD998A in popluar color models

AD998A
RGB173153138
HSL26°17.59%60.98%
HSB/HSV26°20.23%67.84%
CMYK0.00%11.56%20.23%
32.16%

Color #AD998A in popluar number systems.

HEXAD998A
Decimal173153138
Binary101011011001100110001010
Octal255231212

Shades and tints

Shades of #AD998A

#AD998A
(173,153,138)
#9E8C7E
(158,140,126)
#8F7F72
(143,127,114)
#807266
(128,114,102)
#71655A
(113,101,90)
#62584E
(98,88,78)
#534B42
(83,75,66)
#443E36
(68,62,54)
#35312A
(53,49,42)
#26241E
(38,36,30)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #AD998A

#AD998A
(173,153,138)
#B4A294
(180,162,148)
#BBAB9E
(187,171,158)
#C2B4A8
(194,180,168)
#C9BDB2
(201,189,178)
#D0C6BC
(208,198,188)
#D7CFC6
(215,207,198)
#DED8D0
(222,216,208)
#E5E1DA
(229,225,218)
#ECEAE4
(236,234,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD998A; }

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

This text font color is #AD998A.


Background Color

.myBgColor { background-color: #AD998A; }

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

This div background color is #AD998A.


Border color

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

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

This div border color is #AD998A.


Opacity

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

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

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

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

This text has shadow with #AD998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD998A on black background.


Color preview on white background

This text has color #AD998A on white background.



Black color preview on #AD998A background

This text has black color on #AD998A background.


White color preview on #AD998A background

This text has white color on #AD998A background.