COLOR #AB927C

HEX: #AB927C RGB: (171,146,124)

Color info

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

RGB color model

#AB927C color RGB value is (171,146,124).

RGB: (171,146,124) (67%, 57%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 124 of 255 = 49%

171
146
124

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

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 124 = 441 (100%)
R 171 of 441 ~ 38.78%
G 146 of 441 ~ 33.11%
B 124 of 441 ~ 28.12'%

%38.78
%33.11
%28.12

CMYK color model

#AB927C color CMYK value is (0,15,27,33).

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

CMYK: (0,15,27,33)
C0M15Y27K33 (0%, 15%, 27%, 33%)
(0.00 / 0.15 / 0.27 / 0.33)

CMYK percentages

%0
%14.62
%27.49
%32.94

Codes

Color #AB927C in popluar color models

AB 92 7C
RGB 171 146 124
HSL 28° 21.86% 57.84%
HSB/HSV 28° 27.49% 67.06%
CMYK 0.00% 14.62% 27.49%
32.94%

Color #AB927C in popluar number systems.

HEX AB 92 7C
Decimal 171 146 124
Binary 10101011 10010010 1111100
Octal 253 222 174

Shades and tints

Shades of #AB927C

#AB927C
(171,146,124)
#9C8571
(156,133,113)
#8D7866
(141,120,102)
#7E6B5B
(126,107,91)
#6F5E50
(111,94,80)
#605145
(96,81,69)
#51443A
(81,68,58)
#42372F
(66,55,47)
#332A24
(51,42,36)
#241D19
(36,29,25)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #AB927C

#AB927C
(171,146,124)
#B29B87
(178,155,135)
#B9A492
(185,164,146)
#C0AD9D
(192,173,157)
#C7B6A8
(199,182,168)
#CEBFB3
(206,191,179)
#D5C8BE
(213,200,190)
#DCD1C9
(220,209,201)
#E3DAD4
(227,218,212)
#EAE3DF
(234,227,223)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB927C; }

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

This text font color is #AB927C.

Background Color

.myBgColor { background-color: #AB927C; }

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

This div background color is #AB927C.

Border color

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

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

This div border color is #AB927C.

Opacity

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

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

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

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

This text has shadow with #AB927C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB927C.

Preview

Color preview on black background

This text has color #AB927C on black background.


Color preview on white background

This text has color #AB927C on white background.


Black color preview on #AB927C background

This text has black color on #AB927C background.


White color preview on #AB927C background

This text has white color on #AB927C background.


Related colors

Complementary color

Complementary color for #hex is #546D83.


I love getcolorcode.com

Triadic colors

1 #7CAB92 and #927CAB with #AB927C are triadic colors.

2 #7C92AB and #92AB7C with #AB927C are triadic colors.