COLOR #A6767A

HEX: #A6767A
RGB: (166,118,122)

Color info

#A6767A contains red, green and blue colors in about the same proportion. Web safe color of #A6767A is #996666 (or #966).

RGB color model

#A6767A color RGB value is (166,118,122).

  • red value is 166;
  • green value is 118;
  • blue value is 122.
RGB:
(166,118,122)
(65%,46%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 122 of 255 = 48%

166
118
122

R + G + B ~ 53%. #A6767A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 118 + 122 = 406 (100%)
R 166 of 406 ~ 40.89%
G 118 of 406 ~ 29.06%
B 122 of 406 ~ 30.05%

%40.89
%29.06
%30.05

CMYK color model

#A6767A color CMYK value is (0,29,27,35).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK:
(0,29,27,35)
C0M29Y27K35 
(0%,29%,27%,35%)
(0.00/0.29/0.27/0.35)	

CMYK percentages

%0
%28.92
%26.51
%34.9

Codes

Color #A6767A in popluar color models

A6767A
RGB166118122
HSL355°21.24%55.69%
HSB/HSV355°28.92%65.10%
CMYK0.00%28.92%26.51%
34.90%

Color #A6767A in popluar number systems.

HEXA6767A
Decimal166118122
Binary1010011011101101111010
Octal246166172

Shades and tints

Shades of #A6767A

#A6767A
(166,118,122)
#976C6F
(151,108,111)
#886264
(136,98,100)
#795859
(121,88,89)
#6A4E4E
(106,78,78)
#5B4443
(91,68,67)
#4C3A38
(76,58,56)
#3D302D
(61,48,45)
#2E2622
(46,38,34)
#1F1C17
(31,28,23)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #A6767A

#A6767A
(166,118,122)
#AE8286
(174,130,134)
#B68E92
(182,142,146)
#BE9A9E
(190,154,158)
#C6A6AA
(198,166,170)
#CEB2B6
(206,178,182)
#D6BEC2
(214,190,194)
#DECACE
(222,202,206)
#E6D6DA
(230,214,218)
#EEE2E6
(238,226,230)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6767A color. Also use rgb(166,118,122) instead hex code.

Text Font Color

.myTextColor { color: #A6767A; }

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

This text font color is #A6767A.


Background Color

.myBgColor { background-color: #A6767A; }

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

This div background color is #A6767A.


Border color

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

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

This div border color is #A6767A.


Opacity

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

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

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

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

This text has shadow with #A6767A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6767A on black background.


Color preview on white background

This text has color #A6767A on white background.



Black color preview on #A6767A background

This text has black color on #A6767A background.


White color preview on #A6767A background

This text has white color on #A6767A background.