COLOR #AB837A

HEX: #AB837A RGB: (171,131,122)

Color info

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

RGB color model

#AB837A color RGB value is (171,131,122).

RGB: (171,131,122) (67%, 51%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 122 of 255 = 48%

171
131
122

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

Portions of RGB colors in percentages

R + G + B = 171 + 131 + 122 = 424 (100%)
R 171 of 424 ~ 40.33%
G 131 of 424 ~ 30.9%
B 122 of 424 ~ 28.77'%

%40.33
%30.9
%28.77

CMYK color model

#AB837A color CMYK value is (0,23,29,33).

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

CMYK: (0,23,29,33)
C0M23Y29K33 (0%, 23%, 29%, 33%)
(0.00 / 0.23 / 0.29 / 0.33)

CMYK percentages

%0
%23.39
%28.65
%32.94

Codes

Color #AB837A in popluar color models

AB 83 7A
RGB 171 131 122
HSL 11° 22.58% 57.45%
HSB/HSV 11° 28.65% 67.06%
CMYK 0.00% 23.39% 28.65%
32.94%

Color #AB837A in popluar number systems.

HEX AB 83 7A
Decimal 171 131 122
Binary 10101011 10000011 1111010
Octal 253 203 172

Shades and tints

Shades of #AB837A

#AB837A
(171,131,122)
#9C786F
(156,120,111)
#8D6D64
(141,109,100)
#7E6259
(126,98,89)
#6F574E
(111,87,78)
#604C43
(96,76,67)
#514138
(81,65,56)
#42362D
(66,54,45)
#332B22
(51,43,34)
#242017
(36,32,23)
#15150C
(21,21,12)
#000000
(0,0,0)

Tints of #AB837A

#AB837A
(171,131,122)
#B28E86
(178,142,134)
#B99992
(185,153,146)
#C0A49E
(192,164,158)
#C7AFAA
(199,175,170)
#CEBAB6
(206,186,182)
#D5C5C2
(213,197,194)
#DCD0CE
(220,208,206)
#E3DBDA
(227,219,218)
#EAE6E6
(234,230,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB837A; }

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

This text font color is #AB837A.

Background Color

.myBgColor { background-color: #AB837A; }

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

This div background color is #AB837A.

Border color

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

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

This div border color is #AB837A.

Opacity

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

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

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

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

This text has shadow with #AB837A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB837A.

Preview

Color preview on black background

This text has color #AB837A on black background.


Color preview on white background

This text has color #AB837A on white background.


Black color preview on #AB837A background

This text has black color on #AB837A background.


White color preview on #AB837A background

This text has white color on #AB837A background.


Related colors

Complementary color

Complementary color for #hex is #547C85.


I love getcolorcode.com

Triadic colors

1 #7AAB83 and #837AAB with #AB837A are triadic colors.

2 #7A83AB and #83AB7A with #AB837A are triadic colors.