COLOR #AD958A

HEX: #AD958A RGB: (173,149,138)

Color info

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

RGB color model

#AD958A color RGB value is (173,149,138).

RGB: (173,149,138) (68%, 58%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 149 of 255 = 58%
B 138 of 255 = 54%

173
149
138

R + G + B ~ 60%. #AD958A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 149 + 138 = 460 (100%)
R 173 of 460 ~ 37.61%
G 149 of 460 ~ 32.39%
B 138 of 460 ~ 30'%

%37.61
%32.39
%30

CMYK color model

#AD958A color CMYK value is (0,14,20,32).

  • cyan value is 0.00%
  • magenta value is 13.87%
  • yellow value is 20.23%
  • key color value is 32.16%

CMYK: (0,14,20,32)
C0M14Y20K32 (0%, 14%, 20%, 32%)
(0.00 / 0.14 / 0.20 / 0.32)

CMYK percentages

%0
%13.87
%20.23
%32.16

Codes

Color #AD958A in popluar color models

AD 95 8A
RGB 173 149 138
HSL 19° 17.59% 60.98%
HSB/HSV 19° 20.23% 67.84%
CMYK 0.00% 13.87% 20.23%
32.16%

Color #AD958A in popluar number systems.

HEX AD 95 8A
Decimal 173 149 138
Binary 10101101 10010101 10001010
Octal 255 225 212

Shades and tints

Shades of #AD958A

#AD958A
(173,149,138)
#9E887E
(158,136,126)
#8F7B72
(143,123,114)
#806E66
(128,110,102)
#71615A
(113,97,90)
#62544E
(98,84,78)
#534742
(83,71,66)
#443A36
(68,58,54)
#352D2A
(53,45,42)
#26201E
(38,32,30)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #AD958A

#AD958A
(173,149,138)
#B49E94
(180,158,148)
#BBA79E
(187,167,158)
#C2B0A8
(194,176,168)
#C9B9B2
(201,185,178)
#D0C2BC
(208,194,188)
#D7CBC6
(215,203,198)
#DED4D0
(222,212,208)
#E5DDDA
(229,221,218)
#ECE6E4
(236,230,228)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD958A; }

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

This text font color is #AD958A.

Background Color

.myBgColor { background-color: #AD958A; }

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

This div background color is #AD958A.

Border color

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

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

This div border color is #AD958A.

Opacity

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

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

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

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

This text has shadow with #AD958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD958A.

Preview

Color preview on black background

This text has color #AD958A on black background.


Color preview on white background

This text has color #AD958A on white background.


Black color preview on #AD958A background

This text has black color on #AD958A background.


White color preview on #AD958A background

This text has white color on #AD958A background.


Related colors

Complementary color

Complementary color for #hex is #526A75.


I love getcolorcode.com

Triadic colors

1 #8AAD95 and #958AAD with #AD958A are triadic colors.

2 #8A95AD and #95AD8A with #AD958A are triadic colors.