COLOR #AB9185

HEX: #AB9185
RGB: (171,145,133)

Color info

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

RGB color model

#AB9185 color RGB value is (171,145,133).

  • red value is 171;
  • green value is 145;
  • blue value is 133.
RGB:
(171,145,133)
(67%,57%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 145 of 255 = 57%
B 133 of 255 = 52%

171
145
133

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

Portions of RGB colors in percentages

R + G + B =
171 + 145 + 133 = 449 (100%)
R 171 of 449 ~ 38.08%
G 145 of 449 ~ 32.29%
B 133 of 449 ~ 29.62%

%38.08
%32.29
%29.62

CMYK color model

#AB9185 color CMYK value is (0,15,22,33).

  • cyan value is 0.00%
  • magenta value is 15.20%
  • yellow value is 22.22%
  • key color value is 32.94%
CMYK:
(0,15,22,33)
C0M15Y22K33 
(0%,15%,22%,33%)
(0.00/0.15/0.22/0.33)	

CMYK percentages

%0
%15.2
%22.22
%32.94

Codes

Color #AB9185 in popluar color models

AB9185
RGB171145133
HSL19°18.45%59.61%
HSB/HSV19°22.22%67.06%
CMYK0.00%15.20%22.22%
32.94%

Color #AB9185 in popluar number systems.

HEXAB9185
Decimal171145133
Binary101010111001000110000101
Octal253221205

Shades and tints

Shades of #AB9185

#AB9185
(171,145,133)
#9C8479
(156,132,121)
#8D776D
(141,119,109)
#7E6A61
(126,106,97)
#6F5D55
(111,93,85)
#605049
(96,80,73)
#51433D
(81,67,61)
#423631
(66,54,49)
#332925
(51,41,37)
#241C19
(36,28,25)
#150F0D
(21,15,13)
#000000
(0,0,0)

Tints of #AB9185

#AB9185
(171,145,133)
#B29B90
(178,155,144)
#B9A59B
(185,165,155)
#C0AFA6
(192,175,166)
#C7B9B1
(199,185,177)
#CEC3BC
(206,195,188)
#D5CDC7
(213,205,199)
#DCD7D2
(220,215,210)
#E3E1DD
(227,225,221)
#EAEBE8
(234,235,232)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9185; }

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

This text font color is #AB9185.


Background Color

.myBgColor { background-color: #AB9185; }

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

This div background color is #AB9185.


Border color

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

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

This div border color is #AB9185.


Opacity

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

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

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

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

This text has shadow with #AB9185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9185 on black background.


Color preview on white background

This text has color #AB9185 on white background.



Black color preview on #AB9185 background

This text has black color on #AB9185 background.


White color preview on #AB9185 background

This text has white color on #AB9185 background.