COLOR #ACB6AA

HEX: #ACB6AA RGB: (172,182,170)

Color info

#ACB6AA contains red, green and blue colors in about the same proportion. Web safe color of #ACB6AA is #99CC99 (or #9C9).

RGB color model

#ACB6AA color RGB value is (172,182,170).

RGB: (172,182,170) (67%, 71%, 67%)

RGB channels and saturation

R 172 of 255 = 67%
G 182 of 255 = 71%
B 170 of 255 = 67%

172
182
170

R + G + B ~ 68%. #ACB6AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 182 + 170 = 524 (100%)
R 172 of 524 ~ 32.82%
G 182 of 524 ~ 34.73%
B 170 of 524 ~ 32.44'%

%32.82
%34.73
%32.44

CMYK color model

#ACB6AA color CMYK value is (5,0,7,29).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 6.59%
  • key color value is 28.63%

CMYK: (5,0,7,29)
C5M0Y7K29 (5%, 0%, 7%, 29%)
(0.05 / 0.00 / 0.07 / 0.29)

CMYK percentages

%5.49
%0
%6.59
%28.63

Codes

Color #ACB6AA in popluar color models

AC B6 AA
RGB 172 182 170
HSL 110° 7.59% 69.02%
HSB/HSV 110° 6.59% 71.37%
CMYK 5.49% 0.00% 6.59%
28.63%

Color #ACB6AA in popluar number systems.

HEX AC B6 AA
Decimal 172 182 170
Binary 10101100 10110110 10101010
Octal 254 266 252

Shades and tints

Shades of #ACB6AA

#ACB6AA
(172,182,170)
#9DA69B
(157,166,155)
#8E968C
(142,150,140)
#7F867D
(127,134,125)
#70766E
(112,118,110)
#61665F
(97,102,95)
#525650
(82,86,80)
#434641
(67,70,65)
#343632
(52,54,50)
#252623
(37,38,35)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACB6AA

#ACB6AA
(172,182,170)
#B3BCB1
(179,188,177)
#BAC2B8
(186,194,184)
#C1C8BF
(193,200,191)
#C8CEC6
(200,206,198)
#CFD4CD
(207,212,205)
#D6DAD4
(214,218,212)
#DDE0DB
(221,224,219)
#E4E6E2
(228,230,226)
#EBECE9
(235,236,233)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB6AA color. Also use rgb(172,182,170) instead hex code.

Text Font Color

.myTextColor { color: #ACB6AA; }

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

This text font color is #ACB6AA.

Background Color

.myBgColor { background-color: #ACB6AA; }

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

This div background color is #ACB6AA.

Border color

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

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

This div border color is #ACB6AA.

Opacity

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

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

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

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

This text has shadow with #ACB6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACB6AA.

Preview

Color preview on black background

This text has color #ACB6AA on black background.


Color preview on white background

This text has color #ACB6AA on white background.


Black color preview on #ACB6AA background

This text has black color on #ACB6AA background.


White color preview on #ACB6AA background

This text has white color on #ACB6AA background.


Related colors

Complementary color

Complementary color for #hex is #534955.


I love getcolorcode.com

Triadic colors

1 #AAACB6 and #B6AAAC with #ACB6AA are triadic colors.

2 #AAB6AC and #B6ACAA with #ACB6AA are triadic colors.