COLOR #A0ACB1

HEX: #A0ACB1 RGB: (160,172,177)

Color info

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

RGB color model

#A0ACB1 color RGB value is (160,172,177).

RGB: (160,172,177) (63%, 67%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 177 of 255 = 69%

160
172
177

R + G + B ~ 66%. #A0ACB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 172 + 177 = 509 (100%)
R 160 of 509 ~ 31.43%
G 172 of 509 ~ 33.79%
B 177 of 509 ~ 34.77'%

%31.43
%33.79
%34.77

CMYK color model

#A0ACB1 color CMYK value is (10,3,0,31).

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

CMYK: (10,3,0,31)
C10M3Y0K31 (10%, 3%, 0%, 31%)
(0.10 / 0.03 / 0.00 / 0.31)

CMYK percentages

%9.6
%2.82
%0
%30.59

Codes

Color #A0ACB1 in popluar color models

A0 AC B1
RGB 160 172 177
HSL 198° 9.83% 66.08%
HSB/HSV 198° 9.60% 69.41%
CMYK 9.60% 2.82% 0.00%
30.59%

Color #A0ACB1 in popluar number systems.

HEX A0 AC B1
Decimal 160 172 177
Binary 10100000 10101100 10110001
Octal 240 254 261

Shades and tints

Shades of #A0ACB1

#A0ACB1
(160,172,177)
#929DA1
(146,157,161)
#848E91
(132,142,145)
#767F81
(118,127,129)
#687071
(104,112,113)
#5A6161
(90,97,97)
#4C5251
(76,82,81)
#3E4341
(62,67,65)
#303431
(48,52,49)
#222521
(34,37,33)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0ACB1

#A0ACB1
(160,172,177)
#A8B3B8
(168,179,184)
#B0BABF
(176,186,191)
#B8C1C6
(184,193,198)
#C0C8CD
(192,200,205)
#C8CFD4
(200,207,212)
#D0D6DB
(208,214,219)
#D8DDE2
(216,221,226)
#E0E4E9
(224,228,233)
#E8EBF0
(232,235,240)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ACB1; }

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

This text font color is #A0ACB1.

Background Color

.myBgColor { background-color: #A0ACB1; }

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

This div background color is #A0ACB1.

Border color

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

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

This div border color is #A0ACB1.

Opacity

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

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

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

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

This text has shadow with #A0ACB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0ACB1.

Preview

Color preview on black background

This text has color #A0ACB1 on black background.


Color preview on white background

This text has color #A0ACB1 on white background.


Black color preview on #A0ACB1 background

This text has black color on #A0ACB1 background.


White color preview on #A0ACB1 background

This text has white color on #A0ACB1 background.


Related colors

Complementary color

Complementary color for #hex is #5F534E.


I love getcolorcode.com

Triadic colors

1 #B1A0AC and #ACB1A0 with #A0ACB1 are triadic colors.

2 #B1ACA0 and #ACA0B1 with #A0ACB1 are triadic colors.