COLOR #ADA08F

HEX: #ADA08F
RGB: (173,160,143)

Color info

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

RGB color model

#ADA08F color RGB value is (173,160,143).

  • red value is 173;
  • green value is 160;
  • blue value is 143.
RGB:
(173,160,143)
(68%,63%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 143 of 255 = 56%

173
160
143

R + G + B ~ 62%. #ADA08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 143 = 476 (100%)
R 173 of 476 ~ 36.34%
G 160 of 476 ~ 33.61%
B 143 of 476 ~ 30.04%

%36.34
%33.61
%30.04

CMYK color model

#ADA08F color CMYK value is (0,8,17,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(0,8,17,32)
C0M8Y17K32 
(0%,8%,17%,32%)
(0.00/0.08/0.17/0.32)	

CMYK percentages

%0
%7.51
%17.34
%32.16

Codes

Color #ADA08F in popluar color models

ADA08F
RGB173160143
HSL34°15.46%61.96%
HSB/HSV34°17.34%67.84%
CMYK0.00%7.51%17.34%
32.16%

Color #ADA08F in popluar number systems.

HEXADA08F
Decimal173160143
Binary101011011010000010001111
Octal255240217

Shades and tints

Shades of #ADA08F

#ADA08F
(173,160,143)
#9E9282
(158,146,130)
#8F8475
(143,132,117)
#807668
(128,118,104)
#71685B
(113,104,91)
#625A4E
(98,90,78)
#534C41
(83,76,65)
#443E34
(68,62,52)
#353027
(53,48,39)
#26221A
(38,34,26)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #ADA08F

#ADA08F
(173,160,143)
#B4A899
(180,168,153)
#BBB0A3
(187,176,163)
#C2B8AD
(194,184,173)
#C9C0B7
(201,192,183)
#D0C8C1
(208,200,193)
#D7D0CB
(215,208,203)
#DED8D5
(222,216,213)
#E5E0DF
(229,224,223)
#ECE8E9
(236,232,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA08F color. Also use rgb(173,160,143) instead hex code.

Text Font Color

.myTextColor { color: #ADA08F; }

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

This text font color is #ADA08F.


Background Color

.myBgColor { background-color: #ADA08F; }

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

This div background color is #ADA08F.


Border color

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

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

This div border color is #ADA08F.


Opacity

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

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

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

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

This text has shadow with #ADA08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA08F on black background.


Color preview on white background

This text has color #ADA08F on white background.



Black color preview on #ADA08F background

This text has black color on #ADA08F background.


White color preview on #ADA08F background

This text has white color on #ADA08F background.