COLOR #A6969A

HEX: #A6969A
RGB: (166,150,154)

Color info

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

RGB color model

#A6969A color RGB value is (166,150,154).

  • red value is 166;
  • green value is 150;
  • blue value is 154.
RGB:
(166,150,154)
(65%,59%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 154 of 255 = 60%

166
150
154

R + G + B ~ 61%. #A6969A is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 154 = 470 (100%)
R 166 of 470 ~ 35.32%
G 150 of 470 ~ 31.91%
B 154 of 470 ~ 32.77%

%35.32
%31.91
%32.77

CMYK color model

#A6969A color CMYK value is (0,10,7,35).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(0,10,7,35)
C0M10Y7K35 
(0%,10%,7%,35%)
(0.00/0.10/0.07/0.35)	

CMYK percentages

%0
%9.64
%7.23
%34.9

Codes

Color #A6969A in popluar color models

A6969A
RGB166150154
HSL345°8.25%61.96%
HSB/HSV345°9.64%65.10%
CMYK0.00%9.64%7.23%
34.90%

Color #A6969A in popluar number systems.

HEXA6969A
Decimal166150154
Binary101001101001011010011010
Octal246226232

Shades and tints

Shades of #A6969A

#A6969A
(166,150,154)
#97898C
(151,137,140)
#887C7E
(136,124,126)
#796F70
(121,111,112)
#6A6262
(106,98,98)
#5B5554
(91,85,84)
#4C4846
(76,72,70)
#3D3B38
(61,59,56)
#2E2E2A
(46,46,42)
#1F211C
(31,33,28)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #A6969A

#A6969A
(166,150,154)
#AE9FA3
(174,159,163)
#B6A8AC
(182,168,172)
#BEB1B5
(190,177,181)
#C6BABE
(198,186,190)
#CEC3C7
(206,195,199)
#D6CCD0
(214,204,208)
#DED5D9
(222,213,217)
#E6DEE2
(230,222,226)
#EEE7EB
(238,231,235)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6969A color. Also use rgb(166,150,154) instead hex code.

Text Font Color

.myTextColor { color: #A6969A; }

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

This text font color is #A6969A.


Background Color

.myBgColor { background-color: #A6969A; }

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

This div background color is #A6969A.


Border color

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

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

This div border color is #A6969A.


Opacity

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

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

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

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

This text has shadow with #A6969A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6969A on black background.


Color preview on white background

This text has color #A6969A on white background.



Black color preview on #A6969A background

This text has black color on #A6969A background.


White color preview on #A6969A background

This text has white color on #A6969A background.