COLOR #ACAE95

HEX: #ACAE95
RGB: (172,174,149)

Color info

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

RGB color model

#ACAE95 color RGB value is (172,174,149).

  • red value is 172;
  • green value is 174;
  • blue value is 149.
RGB:
(172,174,149)
(67%,68%,58%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 149 of 255 = 58%

172
174
149

R + G + B ~ 64%. #ACAE95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 149 = 495 (100%)
R 172 of 495 ~ 34.75%
G 174 of 495 ~ 35.15%
B 149 of 495 ~ 30.1%

%34.75
%35.15
%30.1

CMYK color model

#ACAE95 color CMYK value is (1,0,14,32).

  • cyan value is 1.15%
  • magenta value is 0.00%
  • yellow value is 14.37%
  • key color value is 31.76%
CMYK:
(1,0,14,32)
C1M0Y14K32 
(1%,0%,14%,32%)
(0.01/0.00/0.14/0.32)	

CMYK percentages

%1.15
%0
%14.37
%31.76

Codes

Color #ACAE95 in popluar color models

ACAE95
RGB172174149
HSL65°13.37%63.33%
HSB/HSV65°14.37%68.24%
CMYK1.15%0.00%14.37%
31.76%

Color #ACAE95 in popluar number systems.

HEXACAE95
Decimal172174149
Binary101011001010111010010101
Octal254256225

Shades and tints

Shades of #ACAE95

#ACAE95
(172,174,149)
#9D9F88
(157,159,136)
#8E907B
(142,144,123)
#7F816E
(127,129,110)
#707261
(112,114,97)
#616354
(97,99,84)
#525447
(82,84,71)
#43453A
(67,69,58)
#34362D
(52,54,45)
#252720
(37,39,32)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #ACAE95

#ACAE95
(172,174,149)
#B3B59E
(179,181,158)
#BABCA7
(186,188,167)
#C1C3B0
(193,195,176)
#C8CAB9
(200,202,185)
#CFD1C2
(207,209,194)
#D6D8CB
(214,216,203)
#DDDFD4
(221,223,212)
#E4E6DD
(228,230,221)
#EBEDE6
(235,237,230)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAE95; }

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

This text font color is #ACAE95.


Background Color

.myBgColor { background-color: #ACAE95; }

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

This div background color is #ACAE95.


Border color

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

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

This div border color is #ACAE95.


Opacity

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

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

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

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

This text has shadow with #ACAE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAE95 on black background.


Color preview on white background

This text has color #ACAE95 on white background.



Black color preview on #ACAE95 background

This text has black color on #ACAE95 background.


White color preview on #ACAE95 background

This text has white color on #ACAE95 background.