COLOR #AC9099

HEX: #AC9099 RGB: (172,144,153)

Color info

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

RGB color model

#AC9099 color RGB value is (172,144,153).

RGB: (172,144,153) (67%, 56%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 153 of 255 = 60%

172
144
153

R + G + B ~ 61%. #AC9099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 144 + 153 = 469 (100%)
R 172 of 469 ~ 36.67%
G 144 of 469 ~ 30.7%
B 153 of 469 ~ 32.62'%

%36.67
%30.7
%32.62

CMYK color model

#AC9099 color CMYK value is (0,16,11,33).

  • cyan value is 0.00%
  • magenta value is 16.28%
  • yellow value is 11.05%
  • key color value is 32.55%

CMYK: (0,16,11,33)
C0M16Y11K33 (0%, 16%, 11%, 33%)
(0.00 / 0.16 / 0.11 / 0.33)

CMYK percentages

%0
%16.28
%11.05
%32.55

Codes

Color #AC9099 in popluar color models

AC 90 99
RGB 172 144 153
HSL 341° 14.43% 61.96%
HSB/HSV 341° 16.28% 67.45%
CMYK 0.00% 16.28% 11.05%
32.55%

Color #AC9099 in popluar number systems.

HEX AC 90 99
Decimal 172 144 153
Binary 10101100 10010000 10011001
Octal 254 220 231

Shades and tints

Shades of #AC9099

#AC9099
(172,144,153)
#9D838C
(157,131,140)
#8E767F
(142,118,127)
#7F6972
(127,105,114)
#705C65
(112,92,101)
#614F58
(97,79,88)
#52424B
(82,66,75)
#43353E
(67,53,62)
#342831
(52,40,49)
#251B24
(37,27,36)
#160E17
(22,14,23)
#000000
(0,0,0)

Tints of #AC9099

#AC9099
(172,144,153)
#B39AA2
(179,154,162)
#BAA4AB
(186,164,171)
#C1AEB4
(193,174,180)
#C8B8BD
(200,184,189)
#CFC2C6
(207,194,198)
#D6CCCF
(214,204,207)
#DDD6D8
(221,214,216)
#E4E0E1
(228,224,225)
#EBEAEA
(235,234,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9099; }

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

This text font color is #AC9099.

Background Color

.myBgColor { background-color: #AC9099; }

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

This div background color is #AC9099.

Border color

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

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

This div border color is #AC9099.

Opacity

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

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

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

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

This text has shadow with #AC9099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9099.

Preview

Color preview on black background

This text has color #AC9099 on black background.


Color preview on white background

This text has color #AC9099 on white background.


Black color preview on #AC9099 background

This text has black color on #AC9099 background.


White color preview on #AC9099 background

This text has white color on #AC9099 background.


Related colors

Complementary color

Complementary color for #hex is #536F66.


I love getcolorcode.com

Triadic colors

1 #99AC90 and #9099AC with #AC9099 are triadic colors.

2 #9990AC and #90AC99 with #AC9099 are triadic colors.