COLOR #A0B4AC

HEX: #A0B4AC
RGB: (160,180,172)

Color info

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

RGB color model

#A0B4AC color RGB value is (160,180,172).

  • red value is 160;
  • green value is 180;
  • blue value is 172.
RGB: (160,180,172) (63%,71%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 180 of 255 = 71%
B 172 of 255 = 67%

160
180
172

R + G + B ~ 67%. #A0B4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 180 + 172 = 512 (100%)
R 160 of 512 ~ 31.25%
G 180 of 512 ~ 35.16%
B 172 of 512 ~ 33.59%

%31.25
%35.16
%33.59

CMYK color model

#A0B4AC color CMYK value is (11,0,4,29).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK: (11,0,4,29) C11M0Y4K29 (11%,0%,4%,29%) (0.11/0.00/0.04/0.29)

CMYK percentages

%11.11
%0
%4.44
%29.41

Codes

Color #A0B4AC in popluar color models

A0B4AC
RGB160180172
HSL156°11.76%66.67%
HSB/HSV156°11.11%70.59%
CMYK11.11%0.00%4.44%
29.41%

Color #A0B4AC in popluar number systems.

HEXA0B4AC
Decimal160180172
Binary101000001011010010101100
Octal240264254

Shades and tints

Shades of #A0B4AC

#A0B4AC
(160,180,172)
#92A49D
(146,164,157)
#84948E
(132,148,142)
#76847F
(118,132,127)
#687470
(104,116,112)
#5A6461
(90,100,97)
#4C5452
(76,84,82)
#3E4443
(62,68,67)
#303434
(48,52,52)
#222425
(34,36,37)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A0B4AC

#A0B4AC
(160,180,172)
#A8BAB3
(168,186,179)
#B0C0BA
(176,192,186)
#B8C6C1
(184,198,193)
#C0CCC8
(192,204,200)
#C8D2CF
(200,210,207)
#D0D8D6
(208,216,214)
#D8DEDD
(216,222,221)
#E0E4E4
(224,228,228)
#E8EAEB
(232,234,235)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B4AC; }

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

This text font color is #A0B4AC.


Background Color

.myBgColor { background-color: #A0B4AC; }

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

This div background color is #A0B4AC.


Border color

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

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

This div border color is #A0B4AC.


Opacity

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

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

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

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

This text has shadow with #A0B4AC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A0B4AC on black background.


Color preview on white background

This text has color #A0B4AC on white background.



Black color preview on #A0B4AC background

This text has black color on #A0B4AC background.


White color preview on #A0B4AC background

This text has white color on #A0B4AC background.