COLOR #A7ACAC

HEX: #A7ACAC
RGB: (167,172,172)

Color info

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

RGB color model

#A7ACAC color RGB value is (167,172,172).

  • red value is 167;
  • green value is 172;
  • blue value is 172.
RGB:
(167,172,172)
(65%,67%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 172 of 255 = 67%

167
172
172

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

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 172 = 511 (100%)
R 167 of 511 ~ 32.68%
G 172 of 511 ~ 33.66%
B 172 of 511 ~ 33.66%

%32.68
%33.66
%33.66

CMYK color model

#A7ACAC color CMYK value is (3,0,0,33).

  • cyan value is 2.91%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(3,0,0,33)
C3M0Y0K33 
(3%,0%,0%,33%)
(0.03/0.00/0.00/0.33)	

CMYK percentages

%2.91
%0
%0
%32.55

Codes

Color #A7ACAC in popluar color models

A7ACAC
RGB167172172
HSL180°2.92%66.47%
HSB/HSV180°2.91%67.45%
CMYK2.91%0.00%0.00%
32.55%

Color #A7ACAC in popluar number systems.

HEXA7ACAC
Decimal167172172
Binary101001111010110010101100
Octal247254254

Shades and tints

Shades of #A7ACAC

#A7ACAC
(167,172,172)
#989D9D
(152,157,157)
#898E8E
(137,142,142)
#7A7F7F
(122,127,127)
#6B7070
(107,112,112)
#5C6161
(92,97,97)
#4D5252
(77,82,82)
#3E4343
(62,67,67)
#2F3434
(47,52,52)
#202525
(32,37,37)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A7ACAC

#A7ACAC
(167,172,172)
#AFB3B3
(175,179,179)
#B7BABA
(183,186,186)
#BFC1C1
(191,193,193)
#C7C8C8
(199,200,200)
#CFCFCF
(207,207,207)
#D7D6D6
(215,214,214)
#DFDDDD
(223,221,221)
#E7E4E4
(231,228,228)
#EFEBEB
(239,235,235)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ACAC; }

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

This text font color is #A7ACAC.


Background Color

.myBgColor { background-color: #A7ACAC; }

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

This div background color is #A7ACAC.


Border color

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

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

This div border color is #A7ACAC.


Opacity

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

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

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

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

This text has shadow with #A7ACAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ACAC on black background.


Color preview on white background

This text has color #A7ACAC on white background.



Black color preview on #A7ACAC background

This text has black color on #A7ACAC background.


White color preview on #A7ACAC background

This text has white color on #A7ACAC background.