COLOR #ACA099

HEX: #ACA099 RGB: (172,160,153)

Color info

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

RGB color model

#ACA099 color RGB value is (172,160,153).

RGB: (172,160,153) (67%, 63%, 60%)

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 153 of 255 = 60%

172
160
153

R + G + B ~ 63%. #ACA099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 160 + 153 = 485 (100%)
R 172 of 485 ~ 35.46%
G 160 of 485 ~ 32.99%
B 153 of 485 ~ 31.55'%

%35.46
%32.99
%31.55

CMYK color model

#ACA099 color CMYK value is (0,7,11,33).

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

CMYK: (0,7,11,33)
C0M7Y11K33 (0%, 7%, 11%, 33%)
(0.00 / 0.07 / 0.11 / 0.33)

CMYK percentages

%0
%6.98
%11.05
%32.55

Codes

Color #ACA099 in popluar color models

AC A0 99
RGB 172 160 153
HSL 22° 10.27% 63.73%
HSB/HSV 22° 11.05% 67.45%
CMYK 0.00% 6.98% 11.05%
32.55%

Color #ACA099 in popluar number systems.

HEX AC A0 99
Decimal 172 160 153
Binary 10101100 10100000 10011001
Octal 254 240 231

Shades and tints

Shades of #ACA099

#ACA099
(172,160,153)
#9D928C
(157,146,140)
#8E847F
(142,132,127)
#7F7672
(127,118,114)
#706865
(112,104,101)
#615A58
(97,90,88)
#524C4B
(82,76,75)
#433E3E
(67,62,62)
#343031
(52,48,49)
#252224
(37,34,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #ACA099

#ACA099
(172,160,153)
#B3A8A2
(179,168,162)
#BAB0AB
(186,176,171)
#C1B8B4
(193,184,180)
#C8C0BD
(200,192,189)
#CFC8C6
(207,200,198)
#D6D0CF
(214,208,207)
#DDD8D8
(221,216,216)
#E4E0E1
(228,224,225)
#EBE8EA
(235,232,234)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA099; }

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

This text font color is #ACA099.

Background Color

.myBgColor { background-color: #ACA099; }

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

This div background color is #ACA099.

Border color

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

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

This div border color is #ACA099.

Opacity

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

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

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

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

This text has shadow with #ACA099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA099.

Preview

Color preview on black background

This text has color #ACA099 on black background.


Color preview on white background

This text has color #ACA099 on white background.


Black color preview on #ACA099 background

This text has black color on #ACA099 background.


White color preview on #ACA099 background

This text has white color on #ACA099 background.


Related colors

Complementary color

Complementary color for #hex is #535F66.


I love getcolorcode.com

Triadic colors

1 #99ACA0 and #A099AC with #ACA099 are triadic colors.

2 #99A0AC and #A0AC99 with #ACA099 are triadic colors.