COLOR #AB818A

HEX: #AB818A RGB: (171,129,138)

Color info

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

RGB color model

#AB818A color RGB value is (171,129,138).

RGB: (171,129,138) (67%, 51%, 54%)

RGB channels and saturation

R 171 of 255 = 67%
G 129 of 255 = 51%
B 138 of 255 = 54%

171
129
138

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

Portions of RGB colors in percentages

R + G + B = 171 + 129 + 138 = 438 (100%)
R 171 of 438 ~ 39.04%
G 129 of 438 ~ 29.45%
B 138 of 438 ~ 31.51'%

%39.04
%29.45
%31.51

CMYK color model

#AB818A color CMYK value is (0,25,19,33).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 19.30%
  • key color value is 32.94%

CMYK: (0,25,19,33)
C0M25Y19K33 (0%, 25%, 19%, 33%)
(0.00 / 0.25 / 0.19 / 0.33)

CMYK percentages

%0
%24.56
%19.3
%32.94

Codes

Color #AB818A in popluar color models

AB 81 8A
RGB 171 129 138
HSL 347° 20.00% 58.82%
HSB/HSV 347° 24.56% 67.06%
CMYK 0.00% 24.56% 19.30%
32.94%

Color #AB818A in popluar number systems.

HEX AB 81 8A
Decimal 171 129 138
Binary 10101011 10000001 10001010
Octal 253 201 212

Shades and tints

Shades of #AB818A

#AB818A
(171,129,138)
#9C767E
(156,118,126)
#8D6B72
(141,107,114)
#7E6066
(126,96,102)
#6F555A
(111,85,90)
#604A4E
(96,74,78)
#513F42
(81,63,66)
#423436
(66,52,54)
#33292A
(51,41,42)
#241E1E
(36,30,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #AB818A

#AB818A
(171,129,138)
#B28C94
(178,140,148)
#B9979E
(185,151,158)
#C0A2A8
(192,162,168)
#C7ADB2
(199,173,178)
#CEB8BC
(206,184,188)
#D5C3C6
(213,195,198)
#DCCED0
(220,206,208)
#E3D9DA
(227,217,218)
#EAE4E4
(234,228,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB818A color. Also use rgb(171,129,138) instead hex code.

Text Font Color

.myTextColor { color: #AB818A; }

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

This text font color is #AB818A.

Background Color

.myBgColor { background-color: #AB818A; }

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

This div background color is #AB818A.

Border color

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

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

This div border color is #AB818A.

Opacity

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

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

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

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

This text has shadow with #AB818A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB818A.

Preview

Color preview on black background

This text has color #AB818A on black background.


Color preview on white background

This text has color #AB818A on white background.


Black color preview on #AB818A background

This text has black color on #AB818A background.


White color preview on #AB818A background

This text has white color on #AB818A background.


Related colors

Complementary color

Complementary color for #hex is #547E75.


I love getcolorcode.com

Triadic colors

1 #8AAB81 and #818AAB with #AB818A are triadic colors.

2 #8A81AB and #81AB8A with #AB818A are triadic colors.