COLOR #AB9480

HEX: #AB9480 RGB: (171,148,128)

Color info

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

RGB color model

#AB9480 color RGB value is (171,148,128).

RGB: (171,148,128) (67%, 58%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 148 of 255 = 58%
B 128 of 255 = 50%

171
148
128

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

Portions of RGB colors in percentages

R + G + B = 171 + 148 + 128 = 447 (100%)
R 171 of 447 ~ 38.26%
G 148 of 447 ~ 33.11%
B 128 of 447 ~ 28.64'%

%38.26
%33.11
%28.64

CMYK color model

#AB9480 color CMYK value is (0,13,25,33).

  • cyan value is 0.00%
  • magenta value is 13.45%
  • yellow value is 25.15%
  • key color value is 32.94%

CMYK: (0,13,25,33)
C0M13Y25K33 (0%, 13%, 25%, 33%)
(0.00 / 0.13 / 0.25 / 0.33)

CMYK percentages

%0
%13.45
%25.15
%32.94

Codes

Color #AB9480 in popluar color models

AB 94 80
RGB 171 148 128
HSL 28° 20.38% 58.63%
HSB/HSV 28° 25.15% 67.06%
CMYK 0.00% 13.45% 25.15%
32.94%

Color #AB9480 in popluar number systems.

HEX AB 94 80
Decimal 171 148 128
Binary 10101011 10010100 10000000
Octal 253 224 200

Shades and tints

Shades of #AB9480

#AB9480
(171,148,128)
#9C8775
(156,135,117)
#8D7A6A
(141,122,106)
#7E6D5F
(126,109,95)
#6F6054
(111,96,84)
#605349
(96,83,73)
#51463E
(81,70,62)
#423933
(66,57,51)
#332C28
(51,44,40)
#241F1D
(36,31,29)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #AB9480

#AB9480
(171,148,128)
#B29D8B
(178,157,139)
#B9A696
(185,166,150)
#C0AFA1
(192,175,161)
#C7B8AC
(199,184,172)
#CEC1B7
(206,193,183)
#D5CAC2
(213,202,194)
#DCD3CD
(220,211,205)
#E3DCD8
(227,220,216)
#EAE5E3
(234,229,227)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9480 color. Also use rgb(171,148,128) instead hex code.

Text Font Color

.myTextColor { color: #AB9480; }

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

This text font color is #AB9480.

Background Color

.myBgColor { background-color: #AB9480; }

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

This div background color is #AB9480.

Border color

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

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

This div border color is #AB9480.

Opacity

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

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

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

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

This text has shadow with #AB9480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9480.

Preview

Color preview on black background

This text has color #AB9480 on black background.


Color preview on white background

This text has color #AB9480 on white background.


Black color preview on #AB9480 background

This text has black color on #AB9480 background.


White color preview on #AB9480 background

This text has white color on #AB9480 background.


Related colors

Complementary color

Complementary color for #hex is #546B7F.


I love getcolorcode.com

Triadic colors

1 #80AB94 and #9480AB with #AB9480 are triadic colors.

2 #8094AB and #94AB80 with #AB9480 are triadic colors.