COLOR #AD9B88

HEX: #AD9B88 RGB: (173,155,136)

Color info

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

RGB color model

#AD9B88 color RGB value is (173,155,136).

RGB: (173,155,136) (68%, 61%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 136 of 255 = 53%

173
155
136

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

Portions of RGB colors in percentages

R + G + B = 173 + 155 + 136 = 464 (100%)
R 173 of 464 ~ 37.28%
G 155 of 464 ~ 33.41%
B 136 of 464 ~ 29.31'%

%37.28
%33.41
%29.31

CMYK color model

#AD9B88 color CMYK value is (0,10,21,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 21.39%
  • key color value is 32.16%

CMYK: (0,10,21,32)
C0M10Y21K32 (0%, 10%, 21%, 32%)
(0.00 / 0.10 / 0.21 / 0.32)

CMYK percentages

%0
%10.4
%21.39
%32.16

Codes

Color #AD9B88 in popluar color models

AD 9B 88
RGB 173 155 136
HSL 31° 18.41% 60.59%
HSB/HSV 31° 21.39% 67.84%
CMYK 0.00% 10.40% 21.39%
32.16%

Color #AD9B88 in popluar number systems.

HEX AD 9B 88
Decimal 173 155 136
Binary 10101101 10011011 10001000
Octal 255 233 210

Shades and tints

Shades of #AD9B88

#AD9B88
(173,155,136)
#9E8D7C
(158,141,124)
#8F7F70
(143,127,112)
#807164
(128,113,100)
#716358
(113,99,88)
#62554C
(98,85,76)
#534740
(83,71,64)
#443934
(68,57,52)
#352B28
(53,43,40)
#261D1C
(38,29,28)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD9B88

#AD9B88
(173,155,136)
#B4A492
(180,164,146)
#BBAD9C
(187,173,156)
#C2B6A6
(194,182,166)
#C9BFB0
(201,191,176)
#D0C8BA
(208,200,186)
#D7D1C4
(215,209,196)
#DEDACE
(222,218,206)
#E5E3D8
(229,227,216)
#ECECE2
(236,236,226)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9B88 color. Also use rgb(173,155,136) instead hex code.

Text Font Color

.myTextColor { color: #AD9B88; }

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

This text font color is #AD9B88.

Background Color

.myBgColor { background-color: #AD9B88; }

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

This div background color is #AD9B88.

Border color

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

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

This div border color is #AD9B88.

Opacity

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

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

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

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

This text has shadow with #AD9B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9B88.

Preview

Color preview on black background

This text has color #AD9B88 on black background.


Color preview on white background

This text has color #AD9B88 on white background.


Black color preview on #AD9B88 background

This text has black color on #AD9B88 background.


White color preview on #AD9B88 background

This text has white color on #AD9B88 background.


Related colors

Complementary color

Complementary color for #hex is #526477.


I love getcolorcode.com

Triadic colors

1 #88AD9B and #9B88AD with #AD9B88 are triadic colors.

2 #889BAD and #9BAD88 with #AD9B88 are triadic colors.