COLOR #AC9095

HEX: #AC9095 RGB: (172,144,149)

Color info

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

RGB color model

#AC9095 color RGB value is (172,144,149).

RGB: (172,144,149) (67%, 56%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 144 of 255 = 56%
B 149 of 255 = 58%

172
144
149

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

Portions of RGB colors in percentages

R + G + B = 172 + 144 + 149 = 465 (100%)
R 172 of 465 ~ 36.99%
G 144 of 465 ~ 30.97%
B 149 of 465 ~ 32.04'%

%36.99
%30.97
%32.04

CMYK color model

#AC9095 color CMYK value is (0,16,13,33).

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

CMYK: (0,16,13,33)
C0M16Y13K33 (0%, 16%, 13%, 33%)
(0.00 / 0.16 / 0.13 / 0.33)

CMYK percentages

%0
%16.28
%13.37
%32.55

Codes

Color #AC9095 in popluar color models

AC 90 95
RGB 172 144 149
HSL 349° 14.43% 61.96%
HSB/HSV 349° 16.28% 67.45%
CMYK 0.00% 16.28% 13.37%
32.55%

Color #AC9095 in popluar number systems.

HEX AC 90 95
Decimal 172 144 149
Binary 10101100 10010000 10010101
Octal 254 220 225

Shades and tints

Shades of #AC9095

#AC9095
(172,144,149)
#9D8388
(157,131,136)
#8E767B
(142,118,123)
#7F696E
(127,105,110)
#705C61
(112,92,97)
#614F54
(97,79,84)
#524247
(82,66,71)
#43353A
(67,53,58)
#34282D
(52,40,45)
#251B20
(37,27,32)
#160E13
(22,14,19)
#000000
(0,0,0)

Tints of #AC9095

#AC9095
(172,144,149)
#B39A9E
(179,154,158)
#BAA4A7
(186,164,167)
#C1AEB0
(193,174,176)
#C8B8B9
(200,184,185)
#CFC2C2
(207,194,194)
#D6CCCB
(214,204,203)
#DDD6D4
(221,214,212)
#E4E0DD
(228,224,221)
#EBEAE6
(235,234,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9095; }

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

This text font color is #AC9095.

Background Color

.myBgColor { background-color: #AC9095; }

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

This div background color is #AC9095.

Border color

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

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

This div border color is #AC9095.

Opacity

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

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

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

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

This text has shadow with #AC9095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9095.

Preview

Color preview on black background

This text has color #AC9095 on black background.


Color preview on white background

This text has color #AC9095 on white background.


Black color preview on #AC9095 background

This text has black color on #AC9095 background.


White color preview on #AC9095 background

This text has white color on #AC9095 background.


Related colors

Complementary color

Complementary color for #hex is #536F6A.


I love getcolorcode.com

Triadic colors

1 #95AC90 and #9095AC with #AC9095 are triadic colors.

2 #9590AC and #90AC95 with #AC9095 are triadic colors.