COLOR #A6634C

HEX: #A6634C
RGB: (166,99,76)

Color info

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

RGB color model

#A6634C color RGB value is (166,99,76).

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

RGB channels and saturation

R 166 of 255 = 65%
G 99 of 255 = 39%
B 76 of 255 = 30%

166
99
76

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

Portions of RGB colors in percentages

R + G + B =
166 + 99 + 76 = 341 (100%)
R 166 of 341 ~ 48.68%
G 99 of 341 ~ 29.03%
B 76 of 341 ~ 22.29%

%48.68
%29.03
%22.29

CMYK color model

#A6634C color CMYK value is (0,40,54,35).

  • cyan value is 0.00%
  • magenta value is 40.36%
  • yellow value is 54.22%
  • key color value is 34.90%
CMYK:
(0,40,54,35)
C0M40Y54K35 
(0%,40%,54%,35%)
(0.00/0.40/0.54/0.35)	

CMYK percentages

%0
%40.36
%54.22
%34.9

Codes

Color #A6634C in popluar color models

A6634C
RGB1669976
HSL15°37.19%47.45%
HSB/HSV15°54.22%65.10%
CMYK0.00%40.36%54.22%
34.90%

Color #A6634C in popluar number systems.

HEXA6634C
Decimal1669976
Binary1010011011000111001100
Octal246143114

Shades and tints

Shades of #A6634C

#A6634C
(166,99,76)
#975A46
(151,90,70)
#885140
(136,81,64)
#79483A
(121,72,58)
#6A3F34
(106,63,52)
#5B362E
(91,54,46)
#4C2D28
(76,45,40)
#3D2422
(61,36,34)
#2E1B1C
(46,27,28)
#1F1216
(31,18,22)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #A6634C

#A6634C
(166,99,76)
#AE715C
(174,113,92)
#B67F6C
(182,127,108)
#BE8D7C
(190,141,124)
#C69B8C
(198,155,140)
#CEA99C
(206,169,156)
#D6B7AC
(214,183,172)
#DEC5BC
(222,197,188)
#E6D3CC
(230,211,204)
#EEE1DC
(238,225,220)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6634C; }

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

This text font color is #A6634C.


Background Color

.myBgColor { background-color: #A6634C; }

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

This div background color is #A6634C.


Border color

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

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

This div border color is #A6634C.


Opacity

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

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

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

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

This text has shadow with #A6634C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6634C on black background.


Color preview on white background

This text has color #A6634C on white background.



Black color preview on #A6634C background

This text has black color on #A6634C background.


White color preview on #A6634C background

This text has white color on #A6634C background.