COLOR #A6625C

HEX: #A6625C
RGB: (166,98,92)

Color info

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

RGB color model

#A6625C color RGB value is (166,98,92).

  • red value is 166;
  • green value is 98;
  • blue value is 92.
RGB:
(166,98,92)
(65%,38%,36%)

RGB channels and saturation

R 166 of 255 = 65%
G 98 of 255 = 38%
B 92 of 255 = 36%

166
98
92

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

Portions of RGB colors in percentages

R + G + B =
166 + 98 + 92 = 356 (100%)
R 166 of 356 ~ 46.63%
G 98 of 356 ~ 27.53%
B 92 of 356 ~ 25.84%

%46.63
%27.53
%25.84

CMYK color model

#A6625C color CMYK value is (0,41,45,35).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 44.58%
  • key color value is 34.90%
CMYK:
(0,41,45,35)
C0M41Y45K35 
(0%,41%,45%,35%)
(0.00/0.41/0.45/0.35)	

CMYK percentages

%0
%40.96
%44.58
%34.9

Codes

Color #A6625C in popluar color models

A6625C
RGB1669892
HSL29.37%50.59%
HSB/HSV44.58%65.10%
CMYK0.00%40.96%44.58%
34.90%

Color #A6625C in popluar number systems.

HEXA6625C
Decimal1669892
Binary1010011011000101011100
Octal246142134

Shades and tints

Shades of #A6625C

#A6625C
(166,98,92)
#975A54
(151,90,84)
#88524C
(136,82,76)
#794A44
(121,74,68)
#6A423C
(106,66,60)
#5B3A34
(91,58,52)
#4C322C
(76,50,44)
#3D2A24
(61,42,36)
#2E221C
(46,34,28)
#1F1A14
(31,26,20)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #A6625C

#A6625C
(166,98,92)
#AE706A
(174,112,106)
#B67E78
(182,126,120)
#BE8C86
(190,140,134)
#C69A94
(198,154,148)
#CEA8A2
(206,168,162)
#D6B6B0
(214,182,176)
#DEC4BE
(222,196,190)
#E6D2CC
(230,210,204)
#EEE0DA
(238,224,218)
#F6EEE8
(246,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6625C color. Also use rgb(166,98,92) instead hex code.

Text Font Color

.myTextColor { color: #A6625C; }

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

This text font color is #A6625C.


Background Color

.myBgColor { background-color: #A6625C; }

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

This div background color is #A6625C.


Border color

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

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

This div border color is #A6625C.


Opacity

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

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

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

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

This text has shadow with #A6625C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6625C on black background.


Color preview on white background

This text has color #A6625C on white background.



Black color preview on #A6625C background

This text has black color on #A6625C background.


White color preview on #A6625C background

This text has white color on #A6625C background.