COLOR #AC99AB

HEX: #AC99AB RGB: (172,153,171)

Color info

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

RGB color model

#AC99AB color RGB value is (172,153,171).

RGB: (172,153,171) (67%, 60%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 171 of 255 = 67%

172
153
171

R + G + B ~ 65%. #AC99AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 153 + 171 = 496 (100%)
R 172 of 496 ~ 34.68%
G 153 of 496 ~ 30.85%
B 171 of 496 ~ 34.48'%

%34.68
%30.85
%34.48

CMYK color model

#AC99AB color CMYK value is (0,11,1,33).

  • cyan value is 0.00%
  • magenta value is 11.05%
  • yellow value is 0.58%
  • key color value is 32.55%
CMYK: (0,11,1,33) C0M11Y1K33 (0%,11%,1%,33%) (0.00/0.11/0.01/0.33) 

CMYK percentages

%0
%11.05
%0.58
%32.55

Codes

Color #AC99AB in popluar color models

AC 99 AB
RGB 172 153 171
HSL 303° 10.27% 63.73%
HSB/HSV 303° 11.05% 67.45%
CMYK 0.00% 11.05% 0.58%
32.55%

Color #AC99AB in popluar number systems.

HEX AC 99 AB
Decimal 172 153 171
Binary 10101100 10011001 10101011
Octal 254 231 253

Shades and tints

Shades of #AC99AB

#AC99AB
(172,153,171)
#9D8C9C
(157,140,156)
#8E7F8D
(142,127,141)
#7F727E
(127,114,126)
#70656F
(112,101,111)
#615860
(97,88,96)
#524B51
(82,75,81)
#433E42
(67,62,66)
#343133
(52,49,51)
#252424
(37,36,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #AC99AB

#AC99AB
(172,153,171)
#B3A2B2
(179,162,178)
#BAABB9
(186,171,185)
#C1B4C0
(193,180,192)
#C8BDC7
(200,189,199)
#CFC6CE
(207,198,206)
#D6CFD5
(214,207,213)
#DDD8DC
(221,216,220)
#E4E1E3
(228,225,227)
#EBEAEA
(235,234,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC99AB color. Also use rgb(172,153,171) instead hex code.

Text Font Color

.myTextColor { color: #AC99AB; }

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

This text font color is #AC99AB.

Background Color

.myBgColor { background-color: #AC99AB; }

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

This div background color is #AC99AB.

Border color

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

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

This div border color is #AC99AB.

Opacity

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

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

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

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

This text has shadow with #AC99AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC99AB.

Preview

Color preview on black background

This text has color #AC99AB on black background.


Color preview on white background

This text has color #AC99AB on white background.


Black color preview on #AC99AB background

This text has black color on #AC99AB background.


White color preview on #AC99AB background

This text has white color on #AC99AB background.


Related colors

Complementary color

Complementary color for #hex is #536654.


I love getcolorcode.com

Triadic colors

1 #ABAC99 and #99ABAC with #AC99AB are triadic colors.

2 #AB99AC and #99ACAB with #AC99AB are triadic colors.