COLOR #AB8277

HEX: #AB8277 RGB: (171,130,119)

Color info

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

RGB color model

#AB8277 color RGB value is (171,130,119).

RGB: (171,130,119) (67%, 51%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 130 of 255 = 51%
B 119 of 255 = 47%

171
130
119

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

Portions of RGB colors in percentages

R + G + B = 171 + 130 + 119 = 420 (100%)
R 171 of 420 ~ 40.71%
G 130 of 420 ~ 30.95%
B 119 of 420 ~ 28.33'%

%40.71
%30.95
%28.33

CMYK color model

#AB8277 color CMYK value is (0,24,30,33).

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

CMYK: (0,24,30,33)
C0M24Y30K33 (0%, 24%, 30%, 33%)
(0.00 / 0.24 / 0.30 / 0.33)

CMYK percentages

%0
%23.98
%30.41
%32.94

Codes

Color #AB8277 in popluar color models

AB 82 77
RGB 171 130 119
HSL 13° 23.64% 56.86%
HSB/HSV 13° 30.41% 67.06%
CMYK 0.00% 23.98% 30.41%
32.94%

Color #AB8277 in popluar number systems.

HEX AB 82 77
Decimal 171 130 119
Binary 10101011 10000010 1110111
Octal 253 202 167

Shades and tints

Shades of #AB8277

#AB8277
(171,130,119)
#9C776D
(156,119,109)
#8D6C63
(141,108,99)
#7E6159
(126,97,89)
#6F564F
(111,86,79)
#604B45
(96,75,69)
#51403B
(81,64,59)
#423531
(66,53,49)
#332A27
(51,42,39)
#241F1D
(36,31,29)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #AB8277

#AB8277
(171,130,119)
#B28D83
(178,141,131)
#B9988F
(185,152,143)
#C0A39B
(192,163,155)
#C7AEA7
(199,174,167)
#CEB9B3
(206,185,179)
#D5C4BF
(213,196,191)
#DCCFCB
(220,207,203)
#E3DAD7
(227,218,215)
#EAE5E3
(234,229,227)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8277; }

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

This text font color is #AB8277.

Background Color

.myBgColor { background-color: #AB8277; }

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

This div background color is #AB8277.

Border color

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

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

This div border color is #AB8277.

Opacity

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

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

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

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

This text has shadow with #AB8277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8277.

Preview

Color preview on black background

This text has color #AB8277 on black background.


Color preview on white background

This text has color #AB8277 on white background.


Black color preview on #AB8277 background

This text has black color on #AB8277 background.


White color preview on #AB8277 background

This text has white color on #AB8277 background.


Related colors

Complementary color

Complementary color for #hex is #547D88.


I love getcolorcode.com

Triadic colors

1 #77AB82 and #8277AB with #AB8277 are triadic colors.

2 #7782AB and #82AB77 with #AB8277 are triadic colors.