COLOR #AB9280

HEX: #AB9280 RGB: (171,146,128)

Color info

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

RGB color model

#AB9280 color RGB value is (171,146,128).

RGB: (171,146,128) (67%, 57%, 50%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 128 of 255 = 50%

171
146
128

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

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 128 = 445 (100%)
R 171 of 445 ~ 38.43%
G 146 of 445 ~ 32.81%
B 128 of 445 ~ 28.76'%

%38.43
%32.81
%28.76

CMYK color model

#AB9280 color CMYK value is (0,15,25,33).

  • cyan value is 0.00%
  • magenta value is 14.62%
  • yellow value is 25.15%
  • key color value is 32.94%
CMYK: (0,15,25,33) C0M15Y25K33 (0%,15%,25%,33%) (0.00/0.15/0.25/0.33) 

CMYK percentages

%0
%14.62
%25.15
%32.94

Codes

Color #AB9280 in popluar color models

AB 92 80
RGB 171 146 128
HSL 25° 20.38% 58.63%
HSB/HSV 25° 25.15% 67.06%
CMYK 0.00% 14.62% 25.15%
32.94%

Color #AB9280 in popluar number systems.

HEX AB 92 80
Decimal 171 146 128
Binary 10101011 10010010 10000000
Octal 253 222 200

Shades and tints

Shades of #AB9280

#AB9280
(171,146,128)
#9C8575
(156,133,117)
#8D786A
(141,120,106)
#7E6B5F
(126,107,95)
#6F5E54
(111,94,84)
#605149
(96,81,73)
#51443E
(81,68,62)
#423733
(66,55,51)
#332A28
(51,42,40)
#241D1D
(36,29,29)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #AB9280

#AB9280
(171,146,128)
#B29B8B
(178,155,139)
#B9A496
(185,164,150)
#C0ADA1
(192,173,161)
#C7B6AC
(199,182,172)
#CEBFB7
(206,191,183)
#D5C8C2
(213,200,194)
#DCD1CD
(220,209,205)
#E3DAD8
(227,218,216)
#EAE3E3
(234,227,227)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9280; }

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

This text font color is #AB9280.

Background Color

.myBgColor { background-color: #AB9280; }

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

This div background color is #AB9280.

Border color

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

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

This div border color is #AB9280.

Opacity

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

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

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

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

This text has shadow with #AB9280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9280.

Preview

Color preview on black background

This text has color #AB9280 on black background.


Color preview on white background

This text has color #AB9280 on white background.


Black color preview on #AB9280 background

This text has black color on #AB9280 background.


White color preview on #AB9280 background

This text has white color on #AB9280 background.


Related colors

Complementary color

Complementary color for #hex is #546D7F.


I love getcolorcode.com

Triadic colors

1 #80AB92 and #9280AB with #AB9280 are triadic colors.

2 #8092AB and #92AB80 with #AB9280 are triadic colors.