COLOR #AB927A

HEX: #AB927A RGB: (171,146,122)

Color info

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

RGB color model

#AB927A color RGB value is (171,146,122).

RGB: (171,146,122) (67%, 57%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 122 of 255 = 48%

171
146
122

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

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 122 = 439 (100%)
R 171 of 439 ~ 38.95%
G 146 of 439 ~ 33.26%
B 122 of 439 ~ 27.79'%

%38.95
%33.26
%27.79

CMYK color model

#AB927A color CMYK value is (0,15,29,33).

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

CMYK: (0,15,29,33)
C0M15Y29K33 (0%, 15%, 29%, 33%)
(0.00 / 0.15 / 0.29 / 0.33)

CMYK percentages

%0
%14.62
%28.65
%32.94

Codes

Color #AB927A in popluar color models

AB 92 7A
RGB 171 146 122
HSL 29° 22.58% 57.45%
HSB/HSV 29° 28.65% 67.06%
CMYK 0.00% 14.62% 28.65%
32.94%

Color #AB927A in popluar number systems.

HEX AB 92 7A
Decimal 171 146 122
Binary 10101011 10010010 1111010
Octal 253 222 172

Shades and tints

Shades of #AB927A

#AB927A
(171,146,122)
#9C856F
(156,133,111)
#8D7864
(141,120,100)
#7E6B59
(126,107,89)
#6F5E4E
(111,94,78)
#605143
(96,81,67)
#514438
(81,68,56)
#42372D
(66,55,45)
#332A22
(51,42,34)
#241D17
(36,29,23)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #AB927A

#AB927A
(171,146,122)
#B29B86
(178,155,134)
#B9A492
(185,164,146)
#C0AD9E
(192,173,158)
#C7B6AA
(199,182,170)
#CEBFB6
(206,191,182)
#D5C8C2
(213,200,194)
#DCD1CE
(220,209,206)
#E3DADA
(227,218,218)
#EAE3E6
(234,227,230)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB927A; }

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

This text font color is #AB927A.

Background Color

.myBgColor { background-color: #AB927A; }

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

This div background color is #AB927A.

Border color

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

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

This div border color is #AB927A.

Opacity

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

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

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

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

This text has shadow with #AB927A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB927A.

Preview

Color preview on black background

This text has color #AB927A on black background.


Color preview on white background

This text has color #AB927A on white background.


Black color preview on #AB927A background

This text has black color on #AB927A background.


White color preview on #AB927A background

This text has white color on #AB927A background.


Related colors

Complementary color

Complementary color for #hex is #546D85.


I love getcolorcode.com

Triadic colors

1 #7AAB92 and #927AAB with #AB927A are triadic colors.

2 #7A92AB and #92AB7A with #AB927A are triadic colors.