COLOR #AB9978

HEX: #AB9978 RGB: (171,153,120)

Color info

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

RGB color model

#AB9978 color RGB value is (171,153,120).

RGB: (171,153,120) (67%, 60%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 120 of 255 = 47%

171
153
120

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

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 120 = 444 (100%)
R 171 of 444 ~ 38.51%
G 153 of 444 ~ 34.46%
B 120 of 444 ~ 27.03'%

%38.51
%34.46
%27.03

CMYK color model

#AB9978 color CMYK value is (0,11,30,33).

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

CMYK: (0,11,30,33)
C0M11Y30K33 (0%, 11%, 30%, 33%)
(0.00 / 0.11 / 0.30 / 0.33)

CMYK percentages

%0
%10.53
%29.82
%32.94

Codes

Color #AB9978 in popluar color models

AB 99 78
RGB 171 153 120
HSL 39° 23.29% 57.06%
HSB/HSV 39° 29.82% 67.06%
CMYK 0.00% 10.53% 29.82%
32.94%

Color #AB9978 in popluar number systems.

HEX AB 99 78
Decimal 171 153 120
Binary 10101011 10011001 1111000
Octal 253 231 170

Shades and tints

Shades of #AB9978

#AB9978
(171,153,120)
#9C8C6E
(156,140,110)
#8D7F64
(141,127,100)
#7E725A
(126,114,90)
#6F6550
(111,101,80)
#605846
(96,88,70)
#514B3C
(81,75,60)
#423E32
(66,62,50)
#333128
(51,49,40)
#24241E
(36,36,30)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #AB9978

#AB9978
(171,153,120)
#B2A284
(178,162,132)
#B9AB90
(185,171,144)
#C0B49C
(192,180,156)
#C7BDA8
(199,189,168)
#CEC6B4
(206,198,180)
#D5CFC0
(213,207,192)
#DCD8CC
(220,216,204)
#E3E1D8
(227,225,216)
#EAEAE4
(234,234,228)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9978; }

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

This text font color is #AB9978.

Background Color

.myBgColor { background-color: #AB9978; }

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

This div background color is #AB9978.

Border color

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

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

This div border color is #AB9978.

Opacity

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

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

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

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

This text has shadow with #AB9978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9978.

Preview

Color preview on black background

This text has color #AB9978 on black background.


Color preview on white background

This text has color #AB9978 on white background.


Black color preview on #AB9978 background

This text has black color on #AB9978 background.


White color preview on #AB9978 background

This text has white color on #AB9978 background.


Related colors

Complementary color

Complementary color for #hex is #546687.


I love getcolorcode.com

Triadic colors

1 #78AB99 and #9978AB with #AB9978 are triadic colors.

2 #7899AB and #99AB78 with #AB9978 are triadic colors.