COLOR #AD958F

HEX: #AD958F RGB: (173,149,143)

Color info

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

RGB color model

#AD958F color RGB value is (173,149,143).

RGB: (173,149,143) (68%, 58%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 143 of 255 = 56%

173
149
143

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

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 143 = 465 (100%)
R 173 of 465 ~ 37.2%
G 149 of 465 ~ 32.04%
B 143 of 465 ~ 30.75'%

%37.2
%32.04
%30.75

CMYK color model

#AD958F color CMYK value is (0,14,17,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 17.34%
  • key color value is 32.16%
CMYK: (0,14,17,32) C0M14Y17K32 (0%,14%,17%,32%) (0.00/0.14/0.17/0.32) 

CMYK percentages

%0
%13.87
%17.34
%32.16

Codes

Color #AD958F in popluar color models

AD 95 8F
RGB 173 149 143
HSL 12° 15.46% 61.96%
HSB/HSV 12° 17.34% 67.84%
CMYK 0.00% 13.87% 17.34%
32.16%

Color #AD958F in popluar number systems.

HEX AD 95 8F
Decimal 173 149 143
Binary 10101101 10010101 10001111
Octal 255 225 217

Shades and tints

Shades of #AD958F

#AD958F
(173,149,143)
#9E8882
(158,136,130)
#8F7B75
(143,123,117)
#806E68
(128,110,104)
#71615B
(113,97,91)
#62544E
(98,84,78)
#534741
(83,71,65)
#443A34
(68,58,52)
#352D27
(53,45,39)
#26201A
(38,32,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #AD958F

#AD958F
(173,149,143)
#B49E99
(180,158,153)
#BBA7A3
(187,167,163)
#C2B0AD
(194,176,173)
#C9B9B7
(201,185,183)
#D0C2C1
(208,194,193)
#D7CBCB
(215,203,203)
#DED4D5
(222,212,213)
#E5DDDF
(229,221,223)
#ECE6E9
(236,230,233)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD958F; }

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

This text font color is #AD958F.

Background Color

.myBgColor { background-color: #AD958F; }

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

This div background color is #AD958F.

Border color

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

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

This div border color is #AD958F.

Opacity

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

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

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

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

This text has shadow with #AD958F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD958F.

Preview

Color preview on black background

This text has color #AD958F on black background.


Color preview on white background

This text has color #AD958F on white background.


Black color preview on #AD958F background

This text has black color on #AD958F background.


White color preview on #AD958F background

This text has white color on #AD958F background.


Related colors

Complementary color

Complementary color for #hex is #526A70.


I love getcolorcode.com

Triadic colors

1 #8FAD95 and #958FAD with #AD958F are triadic colors.

2 #8F95AD and #95AD8F with #AD958F are triadic colors.