COLOR #AB9877

HEX: #AB9877 RGB: (171,152,119)

Color info

#AB9877 contains red, green and blue colors in about the same proportion. Web safe color of #AB9877 is #999966 (or #996).

RGB color model

#AB9877 color RGB value is (171,152,119).

RGB: (171,152,119) (67%, 60%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 152 of 255 = 60%
B 119 of 255 = 47%

171
152
119

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

Portions of RGB colors in percentages

R + G + B = 171 + 152 + 119 = 442 (100%)
R 171 of 442 ~ 38.69%
G 152 of 442 ~ 34.39%
B 119 of 442 ~ 26.92'%

%38.69
%34.39
%26.92

CMYK color model

#AB9877 color CMYK value is (0,11,30,33).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 30.41%
  • key color value is 32.94%

CMYK: (0,11,30,33)
C0M11Y30K33 (0%, 11%, 30%, 33%)
(0.00 / 0.11 / 0.30 / 0.33)

CMYK percentages

%0
%11.11
%30.41
%32.94

Codes

Color #AB9877 in popluar color models

AB 98 77
RGB 171 152 119
HSL 38° 23.64% 56.86%
HSB/HSV 38° 30.41% 67.06%
CMYK 0.00% 11.11% 30.41%
32.94%

Color #AB9877 in popluar number systems.

HEX AB 98 77
Decimal 171 152 119
Binary 10101011 10011000 1110111
Octal 253 230 167

Shades and tints

Shades of #AB9877

#AB9877
(171,152,119)
#9C8B6D
(156,139,109)
#8D7E63
(141,126,99)
#7E7159
(126,113,89)
#6F644F
(111,100,79)
#605745
(96,87,69)
#514A3B
(81,74,59)
#423D31
(66,61,49)
#333027
(51,48,39)
#24231D
(36,35,29)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #AB9877

#AB9877
(171,152,119)
#B2A183
(178,161,131)
#B9AA8F
(185,170,143)
#C0B39B
(192,179,155)
#C7BCA7
(199,188,167)
#CEC5B3
(206,197,179)
#D5CEBF
(213,206,191)
#DCD7CB
(220,215,203)
#E3E0D7
(227,224,215)
#EAE9E3
(234,233,227)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9877 color. Also use rgb(171,152,119) instead hex code.

Text Font Color

.myTextColor { color: #AB9877; }

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

This text font color is #AB9877.

Background Color

.myBgColor { background-color: #AB9877; }

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

This div background color is #AB9877.

Border color

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

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

This div border color is #AB9877.

Opacity

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

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

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

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

This text has shadow with #AB9877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9877.

Preview

Color preview on black background

This text has color #AB9877 on black background.


Color preview on white background

This text has color #AB9877 on white background.


Black color preview on #AB9877 background

This text has black color on #AB9877 background.


White color preview on #AB9877 background

This text has white color on #AB9877 background.


Related colors

Complementary color

Complementary color for #hex is #546788.


I love getcolorcode.com

Triadic colors

1 #77AB98 and #9877AB with #AB9877 are triadic colors.

2 #7798AB and #98AB77 with #AB9877 are triadic colors.