COLOR #AB977C

HEX: #AB977C RGB: (171,151,124)

Color info

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

RGB color model

#AB977C color RGB value is (171,151,124).

RGB: (171,151,124) (67%, 59%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 151 of 255 = 59%
B 124 of 255 = 49%

171
151
124

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

Portions of RGB colors in percentages

R + G + B = 171 + 151 + 124 = 446 (100%)
R 171 of 446 ~ 38.34%
G 151 of 446 ~ 33.86%
B 124 of 446 ~ 27.8'%

%38.34
%33.86
%27.8

CMYK color model

#AB977C color CMYK value is (0,12,27,33).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 27.49%
  • key color value is 32.94%

CMYK: (0,12,27,33)
C0M12Y27K33 (0%, 12%, 27%, 33%)
(0.00 / 0.12 / 0.27 / 0.33)

CMYK percentages

%0
%11.7
%27.49
%32.94

Codes

Color #AB977C in popluar color models

AB 97 7C
RGB 171 151 124
HSL 34° 21.86% 57.84%
HSB/HSV 34° 27.49% 67.06%
CMYK 0.00% 11.70% 27.49%
32.94%

Color #AB977C in popluar number systems.

HEX AB 97 7C
Decimal 171 151 124
Binary 10101011 10010111 1111100
Octal 253 227 174

Shades and tints

Shades of #AB977C

#AB977C
(171,151,124)
#9C8A71
(156,138,113)
#8D7D66
(141,125,102)
#7E705B
(126,112,91)
#6F6350
(111,99,80)
#605645
(96,86,69)
#51493A
(81,73,58)
#423C2F
(66,60,47)
#332F24
(51,47,36)
#242219
(36,34,25)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #AB977C

#AB977C
(171,151,124)
#B2A087
(178,160,135)
#B9A992
(185,169,146)
#C0B29D
(192,178,157)
#C7BBA8
(199,187,168)
#CEC4B3
(206,196,179)
#D5CDBE
(213,205,190)
#DCD6C9
(220,214,201)
#E3DFD4
(227,223,212)
#EAE8DF
(234,232,223)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB977C color. Also use rgb(171,151,124) instead hex code.

Text Font Color

.myTextColor { color: #AB977C; }

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

This text font color is #AB977C.

Background Color

.myBgColor { background-color: #AB977C; }

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

This div background color is #AB977C.

Border color

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

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

This div border color is #AB977C.

Opacity

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

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

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

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

This text has shadow with #AB977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB977C.

Preview

Color preview on black background

This text has color #AB977C on black background.


Color preview on white background

This text has color #AB977C on white background.


Black color preview on #AB977C background

This text has black color on #AB977C background.


White color preview on #AB977C background

This text has white color on #AB977C background.


Related colors

Complementary color

Complementary color for #hex is #546883.


I love getcolorcode.com

Triadic colors

1 #7CAB97 and #977CAB with #AB977C are triadic colors.

2 #7C97AB and #97AB7C with #AB977C are triadic colors.