COLOR #AB9183

HEX: #AB9183 RGB: (171,145,131)

Color info

#AB9183 contains red, green and blue colors in about the same proportion. Web safe color of #AB9183 is #999999 (or #999).

RGB color model

#AB9183 color RGB value is (171,145,131).

RGB: (171,145,131) (67%, 57%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 131 of 255 = 51%

171
145
131

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

Portions of RGB colors in percentages

R + G + B = 171 + 145 + 131 = 447 (100%)
R 171 of 447 ~ 38.26%
G 145 of 447 ~ 32.44%
B 131 of 447 ~ 29.31'%

%38.26
%32.44
%29.31

CMYK color model

#AB9183 color CMYK value is (0,15,23,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 23.39%
  • key color value is 32.94%

CMYK: (0,15,23,33)
C0M15Y23K33 (0%, 15%, 23%, 33%)
(0.00 / 0.15 / 0.23 / 0.33)

CMYK percentages

%0
%15.2
%23.39
%32.94

Codes

Color #AB9183 in popluar color models

AB 91 83
RGB 171 145 131
HSL 21° 19.23% 59.22%
HSB/HSV 21° 23.39% 67.06%
CMYK 0.00% 15.20% 23.39%
32.94%

Color #AB9183 in popluar number systems.

HEX AB 91 83
Decimal 171 145 131
Binary 10101011 10010001 10000011
Octal 253 221 203

Shades and tints

Shades of #AB9183

#AB9183
(171,145,131)
#9C8478
(156,132,120)
#8D776D
(141,119,109)
#7E6A62
(126,106,98)
#6F5D57
(111,93,87)
#60504C
(96,80,76)
#514341
(81,67,65)
#423636
(66,54,54)
#33292B
(51,41,43)
#241C20
(36,28,32)
#150F15
(21,15,21)
#000000
(0,0,0)

Tints of #AB9183

#AB9183
(171,145,131)
#B29B8E
(178,155,142)
#B9A599
(185,165,153)
#C0AFA4
(192,175,164)
#C7B9AF
(199,185,175)
#CEC3BA
(206,195,186)
#D5CDC5
(213,205,197)
#DCD7D0
(220,215,208)
#E3E1DB
(227,225,219)
#EAEBE6
(234,235,230)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9183 color. Also use rgb(171,145,131) instead hex code.

Text Font Color

.myTextColor { color: #AB9183; }

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

This text font color is #AB9183.

Background Color

.myBgColor { background-color: #AB9183; }

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

This div background color is #AB9183.

Border color

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

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

This div border color is #AB9183.

Opacity

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

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

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

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

This text has shadow with #AB9183 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9183.

Preview

Color preview on black background

This text has color #AB9183 on black background.


Color preview on white background

This text has color #AB9183 on white background.


Black color preview on #AB9183 background

This text has black color on #AB9183 background.


White color preview on #AB9183 background

This text has white color on #AB9183 background.


Related colors

Complementary color

Complementary color for #hex is #546E7C.


I love getcolorcode.com

Triadic colors

1 #83AB91 and #9183AB with #AB9183 are triadic colors.

2 #8391AB and #91AB83 with #AB9183 are triadic colors.