COLOR #AB9D85

HEX: #AB9D85 RGB: (171,157,133)

Color info

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

RGB color model

#AB9D85 color RGB value is (171,157,133).

RGB: (171,157,133) (67%, 62%, 52%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 133 of 255 = 52%

171
157
133

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

Portions of RGB colors in percentages

R + G + B = 171 + 157 + 133 = 461 (100%)
R 171 of 461 ~ 37.09%
G 157 of 461 ~ 34.06%
B 133 of 461 ~ 28.85'%

%37.09
%34.06
%28.85

CMYK color model

#AB9D85 color CMYK value is (0,8,22,33).

  • cyan value is 0.00%
  • magenta value is 8.19%
  • yellow value is 22.22%
  • key color value is 32.94%

CMYK: (0,8,22,33)
C0M8Y22K33 (0%, 8%, 22%, 33%)
(0.00 / 0.08 / 0.22 / 0.33)

CMYK percentages

%0
%8.19
%22.22
%32.94

Codes

Color #AB9D85 in popluar color models

AB 9D 85
RGB 171 157 133
HSL 38° 18.45% 59.61%
HSB/HSV 38° 22.22% 67.06%
CMYK 0.00% 8.19% 22.22%
32.94%

Color #AB9D85 in popluar number systems.

HEX AB 9D 85
Decimal 171 157 133
Binary 10101011 10011101 10000101
Octal 253 235 205

Shades and tints

Shades of #AB9D85

#AB9D85
(171,157,133)
#9C8F79
(156,143,121)
#8D816D
(141,129,109)
#7E7361
(126,115,97)
#6F6555
(111,101,85)
#605749
(96,87,73)
#51493D
(81,73,61)
#423B31
(66,59,49)
#332D25
(51,45,37)
#241F19
(36,31,25)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #AB9D85

#AB9D85
(171,157,133)
#B2A590
(178,165,144)
#B9AD9B
(185,173,155)
#C0B5A6
(192,181,166)
#C7BDB1
(199,189,177)
#CEC5BC
(206,197,188)
#D5CDC7
(213,205,199)
#DCD5D2
(220,213,210)
#E3DDDD
(227,221,221)
#EAE5E8
(234,229,232)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9D85 color. Also use rgb(171,157,133) instead hex code.

Text Font Color

.myTextColor { color: #AB9D85; }

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

This text font color is #AB9D85.

Background Color

.myBgColor { background-color: #AB9D85; }

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

This div background color is #AB9D85.

Border color

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

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

This div border color is #AB9D85.

Opacity

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

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

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

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

This text has shadow with #AB9D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9D85.

Preview

Color preview on black background

This text has color #AB9D85 on black background.


Color preview on white background

This text has color #AB9D85 on white background.


Black color preview on #AB9D85 background

This text has black color on #AB9D85 background.


White color preview on #AB9D85 background

This text has white color on #AB9D85 background.


Related colors

Complementary color

Complementary color for #hex is #54627A.


I love getcolorcode.com

Triadic colors

1 #85AB9D and #9D85AB with #AB9D85 are triadic colors.

2 #859DAB and #9DAB85 with #AB9D85 are triadic colors.