COLOR #AB8385

HEX: #AB8385 RGB: (171,131,133)

Color info

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

RGB color model

#AB8385 color RGB value is (171,131,133).

RGB: (171,131,133) (67%, 51%, 52%)

RGB channels and saturation

R 171 of 255 = 67%
G 131 of 255 = 51%
B 133 of 255 = 52%

171
131
133

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

Portions of RGB colors in percentages

R + G + B = 171 + 131 + 133 = 435 (100%)
R 171 of 435 ~ 39.31%
G 131 of 435 ~ 30.11%
B 133 of 435 ~ 30.57'%

%39.31
%30.11
%30.57

CMYK color model

#AB8385 color CMYK value is (0,23,22,33).

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

CMYK: (0,23,22,33)
C0M23Y22K33 (0%, 23%, 22%, 33%)
(0.00 / 0.23 / 0.22 / 0.33)

CMYK percentages

%0
%23.39
%22.22
%32.94

Codes

Color #AB8385 in popluar color models

AB 83 85
RGB 171 131 133
HSL 357° 19.23% 59.22%
HSB/HSV 357° 23.39% 67.06%
CMYK 0.00% 23.39% 22.22%
32.94%

Color #AB8385 in popluar number systems.

HEX AB 83 85
Decimal 171 131 133
Binary 10101011 10000011 10000101
Octal 253 203 205

Shades and tints

Shades of #AB8385

#AB8385
(171,131,133)
#9C7879
(156,120,121)
#8D6D6D
(141,109,109)
#7E6261
(126,98,97)
#6F5755
(111,87,85)
#604C49
(96,76,73)
#51413D
(81,65,61)
#423631
(66,54,49)
#332B25
(51,43,37)
#242019
(36,32,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #AB8385

#AB8385
(171,131,133)
#B28E90
(178,142,144)
#B9999B
(185,153,155)
#C0A4A6
(192,164,166)
#C7AFB1
(199,175,177)
#CEBABC
(206,186,188)
#D5C5C7
(213,197,199)
#DCD0D2
(220,208,210)
#E3DBDD
(227,219,221)
#EAE6E8
(234,230,232)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB8385; }

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

This text font color is #AB8385.

Background Color

.myBgColor { background-color: #AB8385; }

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

This div background color is #AB8385.

Border color

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

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

This div border color is #AB8385.

Opacity

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

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

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

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

This text has shadow with #AB8385 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB8385.

Preview

Color preview on black background

This text has color #AB8385 on black background.


Color preview on white background

This text has color #AB8385 on white background.


Black color preview on #AB8385 background

This text has black color on #AB8385 background.


White color preview on #AB8385 background

This text has white color on #AB8385 background.


Related colors

Complementary color

Complementary color for #hex is #547C7A.


I love getcolorcode.com

Triadic colors

1 #85AB83 and #8385AB with #AB8385 are triadic colors.

2 #8583AB and #83AB85 with #AB8385 are triadic colors.