COLOR #ADA68F

HEX: #ADA68F
RGB: (173,166,143)

Color info

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

RGB color model

#ADA68F color RGB value is (173,166,143).

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

RGB channels and saturation

R 173 of 255 = 68%
G 166 of 255 = 65%
B 143 of 255 = 56%

173
166
143

R + G + B ~ 63%. #ADA68F is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 166 + 143 = 482 (100%)
R 173 of 482 ~ 35.89%
G 166 of 482 ~ 34.44%
B 143 of 482 ~ 29.67%

%35.89
%34.44
%29.67

CMYK color model

#ADA68F color CMYK value is (0,4,17,32).

  • cyan value is 0.00%
  • magenta value is 4.05%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK:
(0,4,17,32)
C0M4Y17K32 
(0%,4%,17%,32%)
(0.00/0.04/0.17/0.32)	

CMYK percentages

%0
%4.05
%17.34
%32.16

Codes

Color #ADA68F in popluar color models

ADA68F
RGB173166143
HSL46°15.46%61.96%
HSB/HSV46°17.34%67.84%
CMYK0.00%4.05%17.34%
32.16%

Color #ADA68F in popluar number systems.

HEXADA68F
Decimal173166143
Binary101011011010011010001111
Octal255246217

Shades and tints

Shades of #ADA68F

#ADA68F
(173,166,143)
#9E9782
(158,151,130)
#8F8875
(143,136,117)
#807968
(128,121,104)
#716A5B
(113,106,91)
#625B4E
(98,91,78)
#534C41
(83,76,65)
#443D34
(68,61,52)
#352E27
(53,46,39)
#261F1A
(38,31,26)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #ADA68F

#ADA68F
(173,166,143)
#B4AE99
(180,174,153)
#BBB6A3
(187,182,163)
#C2BEAD
(194,190,173)
#C9C6B7
(201,198,183)
#D0CEC1
(208,206,193)
#D7D6CB
(215,214,203)
#DEDED5
(222,222,213)
#E5E6DF
(229,230,223)
#ECEEE9
(236,238,233)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA68F; }

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

This text font color is #ADA68F.


Background Color

.myBgColor { background-color: #ADA68F; }

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

This div background color is #ADA68F.


Border color

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

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

This div border color is #ADA68F.


Opacity

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

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

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

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

This text has shadow with #ADA68F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA68F on black background.


Color preview on white background

This text has color #ADA68F on white background.



Black color preview on #ADA68F background

This text has black color on #ADA68F background.


White color preview on #ADA68F background

This text has white color on #ADA68F background.