COLOR #AB8C78

HEX: #AB8C78 RGB: (171,140,120)

Color info

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

RGB color model

#AB8C78 color RGB value is (171,140,120).

RGB: (171,140,120) (67%, 55%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 140 of 255 = 55%
B 120 of 255 = 47%

171
140
120

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

Portions of RGB colors in percentages

R + G + B = 171 + 140 + 120 = 431 (100%)
R 171 of 431 ~ 39.68%
G 140 of 431 ~ 32.48%
B 120 of 431 ~ 27.84'%

%39.68
%32.48
%27.84

CMYK color model

#AB8C78 color CMYK value is (0,18,30,33).

  • cyan value is 0.00%
  • magenta value is 18.13%
  • yellow value is 29.82%
  • key color value is 32.94%

CMYK: (0,18,30,33)
C0M18Y30K33 (0%, 18%, 30%, 33%)
(0.00 / 0.18 / 0.30 / 0.33)

CMYK percentages

%0
%18.13
%29.82
%32.94

Codes

Color #AB8C78 in popluar color models

AB 8C 78
RGB 171 140 120
HSL 24° 23.29% 57.06%
HSB/HSV 24° 29.82% 67.06%
CMYK 0.00% 18.13% 29.82%
32.94%

Color #AB8C78 in popluar number systems.

HEX AB 8C 78
Decimal 171 140 120
Binary 10101011 10001100 1111000
Octal 253 214 170

Shades and tints

Shades of #AB8C78

#AB8C78
(171,140,120)
#9C806E
(156,128,110)
#8D7464
(141,116,100)
#7E685A
(126,104,90)
#6F5C50
(111,92,80)
#605046
(96,80,70)
#51443C
(81,68,60)
#423832
(66,56,50)
#332C28
(51,44,40)
#24201E
(36,32,30)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #AB8C78

#AB8C78
(171,140,120)
#B29684
(178,150,132)
#B9A090
(185,160,144)
#C0AA9C
(192,170,156)
#C7B4A8
(199,180,168)
#CEBEB4
(206,190,180)
#D5C8C0
(213,200,192)
#DCD2CC
(220,210,204)
#E3DCD8
(227,220,216)
#EAE6E4
(234,230,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB8C78 color. Also use rgb(171,140,120) instead hex code.

Text Font Color

.myTextColor { color: #AB8C78; }

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

This text font color is #AB8C78.

Background Color

.myBgColor { background-color: #AB8C78; }

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

This div background color is #AB8C78.

Border color

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

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

This div border color is #AB8C78.

Opacity

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

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

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

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

This text has shadow with #AB8C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8C78.

Preview

Color preview on black background

This text has color #AB8C78 on black background.


Color preview on white background

This text has color #AB8C78 on white background.


Black color preview on #AB8C78 background

This text has black color on #AB8C78 background.


White color preview on #AB8C78 background

This text has white color on #AB8C78 background.


Related colors

Complementary color

Complementary color for #hex is #547387.


I love getcolorcode.com

Triadic colors

1 #78AB8C and #8C78AB with #AB8C78 are triadic colors.

2 #788CAB and #8CAB78 with #AB8C78 are triadic colors.