COLOR #ACB195

HEX: #ACB195 RGB: (172,177,149)

Color info

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

RGB color model

#ACB195 color RGB value is (172,177,149).

RGB: (172,177,149) (67%, 69%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 149 of 255 = 58%

172
177
149

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

Portions of RGB colors in percentages

R + G + B = 172 + 177 + 149 = 498 (100%)
R 172 of 498 ~ 34.54%
G 177 of 498 ~ 35.54%
B 149 of 498 ~ 29.92'%

%34.54
%35.54
%29.92

CMYK color model

#ACB195 color CMYK value is (3,0,16,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 15.82%
  • key color value is 30.59%

CMYK: (3,0,16,31)
C3M0Y16K31 (3%, 0%, 16%, 31%)
(0.03 / 0.00 / 0.16 / 0.31)

CMYK percentages

%2.82
%0
%15.82
%30.59

Codes

Color #ACB195 in popluar color models

AC B1 95
RGB 172 177 149
HSL 71° 15.22% 63.92%
HSB/HSV 71° 15.82% 69.41%
CMYK 2.82% 0.00% 15.82%
30.59%

Color #ACB195 in popluar number systems.

HEX AC B1 95
Decimal 172 177 149
Binary 10101100 10110001 10010101
Octal 254 261 225

Shades and tints

Shades of #ACB195

#ACB195
(172,177,149)
#9DA188
(157,161,136)
#8E917B
(142,145,123)
#7F816E
(127,129,110)
#707161
(112,113,97)
#616154
(97,97,84)
#525147
(82,81,71)
#43413A
(67,65,58)
#34312D
(52,49,45)
#252120
(37,33,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #ACB195

#ACB195
(172,177,149)
#B3B89E
(179,184,158)
#BABFA7
(186,191,167)
#C1C6B0
(193,198,176)
#C8CDB9
(200,205,185)
#CFD4C2
(207,212,194)
#D6DBCB
(214,219,203)
#DDE2D4
(221,226,212)
#E4E9DD
(228,233,221)
#EBF0E6
(235,240,230)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB195; }

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

This text font color is #ACB195.

Background Color

.myBgColor { background-color: #ACB195; }

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

This div background color is #ACB195.

Border color

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

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

This div border color is #ACB195.

Opacity

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

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

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

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

This text has shadow with #ACB195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB195.

Preview

Color preview on black background

This text has color #ACB195 on black background.


Color preview on white background

This text has color #ACB195 on white background.


Black color preview on #ACB195 background

This text has black color on #ACB195 background.


White color preview on #ACB195 background

This text has white color on #ACB195 background.


Related colors

Complementary color

Complementary color for #hex is #534E6A.


I love getcolorcode.com

Triadic colors

1 #95ACB1 and #B195AC with #ACB195 are triadic colors.

2 #95B1AC and #B1AC95 with #ACB195 are triadic colors.