COLOR #A6694C

HEX: #A6694C
RGB: (166,105,76)

Color info

#A6694C contains mainly red color. Web safe color of #A6694C is #996633 (or #963).

RGB color model

#A6694C color RGB value is (166,105,76).

  • red value is 166;
  • green value is 105;
  • blue value is 76.
RGB:
(166,105,76)
(65%,41%,30%)

RGB channels and saturation

R 166 of 255 = 65%
G 105 of 255 = 41%
B 76 of 255 = 30%

166
105
76

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

Portions of RGB colors in percentages

R + G + B =
166 + 105 + 76 = 347 (100%)
R 166 of 347 ~ 47.84%
G 105 of 347 ~ 30.26%
B 76 of 347 ~ 21.9%

%47.84
%30.26
%21.9

CMYK color model

#A6694C color CMYK value is (0,37,54,35).

  • cyan value is 0.00%
  • magenta value is 36.75%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(0,37,54,35)
C0M37Y54K35 
(0%,37%,54%,35%)
(0.00/0.37/0.54/0.35)	

CMYK percentages

%0
%36.75
%54.22
%34.9

Codes

Color #A6694C in popluar color models

A6694C
RGB16610576
HSL19°37.19%47.45%
HSB/HSV19°54.22%65.10%
CMYK0.00%36.75%54.22%
34.90%

Color #A6694C in popluar number systems.

HEXA6694C
Decimal16610576
Binary1010011011010011001100
Octal246151114

Shades and tints

Shades of #A6694C

#A6694C
(166,105,76)
#976046
(151,96,70)
#885740
(136,87,64)
#794E3A
(121,78,58)
#6A4534
(106,69,52)
#5B3C2E
(91,60,46)
#4C3328
(76,51,40)
#3D2A22
(61,42,34)
#2E211C
(46,33,28)
#1F1816
(31,24,22)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #A6694C

#A6694C
(166,105,76)
#AE765C
(174,118,92)
#B6836C
(182,131,108)
#BE907C
(190,144,124)
#C69D8C
(198,157,140)
#CEAA9C
(206,170,156)
#D6B7AC
(214,183,172)
#DEC4BC
(222,196,188)
#E6D1CC
(230,209,204)
#EEDEDC
(238,222,220)
#F6EBEC
(246,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6694C color. Also use rgb(166,105,76) instead hex code.

Text Font Color

.myTextColor { color: #A6694C; }

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

This text font color is #A6694C.


Background Color

.myBgColor { background-color: #A6694C; }

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

This div background color is #A6694C.


Border color

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

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

This div border color is #A6694C.


Opacity

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

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

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

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

This text has shadow with #A6694C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6694C on black background.


Color preview on white background

This text has color #A6694C on white background.



Black color preview on #A6694C background

This text has black color on #A6694C background.


White color preview on #A6694C background

This text has white color on #A6694C background.