COLOR #A6645D

HEX: #A6645D
RGB: (166,100,93)

Color info

#A6645D contains mainly red color. Web safe color of #A6645D is #996666 (or #966).

RGB color model

#A6645D color RGB value is (166,100,93).

  • red value is 166;
  • green value is 100;
  • blue value is 93.
RGB:
(166,100,93)
(65%,39%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 100 of 255 = 39%
B 93 of 255 = 36%

166
100
93

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

Portions of RGB colors in percentages

R + G + B =
166 + 100 + 93 = 359 (100%)
R 166 of 359 ~ 46.24%
G 100 of 359 ~ 27.86%
B 93 of 359 ~ 25.91%

%46.24
%27.86
%25.91

CMYK color model

#A6645D color CMYK value is (0,40,44,35).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 43.98%
  • key color value is 34.90%
CMYK:
(0,40,44,35)
C0M40Y44K35 
(0%,40%,44%,35%)
(0.00/0.40/0.44/0.35)	

CMYK percentages

%0
%39.76
%43.98
%34.9

Codes

Color #A6645D in popluar color models

A6645D
RGB16610093
HSL29.08%50.78%
HSB/HSV43.98%65.10%
CMYK0.00%39.76%43.98%
34.90%

Color #A6645D in popluar number systems.

HEXA6645D
Decimal16610093
Binary1010011011001001011101
Octal246144135

Shades and tints

Shades of #A6645D

#A6645D
(166,100,93)
#975B55
(151,91,85)
#88524D
(136,82,77)
#794945
(121,73,69)
#6A403D
(106,64,61)
#5B3735
(91,55,53)
#4C2E2D
(76,46,45)
#3D2525
(61,37,37)
#2E1C1D
(46,28,29)
#1F1315
(31,19,21)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #A6645D

#A6645D
(166,100,93)
#AE726B
(174,114,107)
#B68079
(182,128,121)
#BE8E87
(190,142,135)
#C69C95
(198,156,149)
#CEAAA3
(206,170,163)
#D6B8B1
(214,184,177)
#DEC6BF
(222,198,191)
#E6D4CD
(230,212,205)
#EEE2DB
(238,226,219)
#F6F0E9
(246,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6645D color. Also use rgb(166,100,93) instead hex code.

Text Font Color

.myTextColor { color: #A6645D; }

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

This text font color is #A6645D.


Background Color

.myBgColor { background-color: #A6645D; }

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

This div background color is #A6645D.


Border color

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

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

This div border color is #A6645D.


Opacity

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

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

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

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

This text has shadow with #A6645D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6645D on black background.


Color preview on white background

This text has color #A6645D on white background.



Black color preview on #A6645D background

This text has black color on #A6645D background.


White color preview on #A6645D background

This text has white color on #A6645D background.