COLOR #A6625F

HEX: #A6625F
RGB: (166,98,95)

Color info

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

RGB color model

#A6625F color RGB value is (166,98,95).

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

RGB channels and saturation

R 166 of 255 = 65%
G 98 of 255 = 38%
B 95 of 255 = 37%

166
98
95

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

Portions of RGB colors in percentages

R + G + B =
166 + 98 + 95 = 359 (100%)
R 166 of 359 ~ 46.24%
G 98 of 359 ~ 27.3%
B 95 of 359 ~ 26.46%

%46.24
%27.3
%26.46

CMYK color model

#A6625F color CMYK value is (0,41,43,35).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 42.77%
  • key color value is 34.90%
CMYK:
(0,41,43,35)
C0M41Y43K35 
(0%,41%,43%,35%)
(0.00/0.41/0.43/0.35)	

CMYK percentages

%0
%40.96
%42.77
%34.9

Codes

Color #A6625F in popluar color models

A6625F
RGB1669895
HSL28.51%51.18%
HSB/HSV42.77%65.10%
CMYK0.00%40.96%42.77%
34.90%

Color #A6625F in popluar number systems.

HEXA6625F
Decimal1669895
Binary1010011011000101011111
Octal246142137

Shades and tints

Shades of #A6625F

#A6625F
(166,98,95)
#975A57
(151,90,87)
#88524F
(136,82,79)
#794A47
(121,74,71)
#6A423F
(106,66,63)
#5B3A37
(91,58,55)
#4C322F
(76,50,47)
#3D2A27
(61,42,39)
#2E221F
(46,34,31)
#1F1A17
(31,26,23)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #A6625F

#A6625F
(166,98,95)
#AE706D
(174,112,109)
#B67E7B
(182,126,123)
#BE8C89
(190,140,137)
#C69A97
(198,154,151)
#CEA8A5
(206,168,165)
#D6B6B3
(214,182,179)
#DEC4C1
(222,196,193)
#E6D2CF
(230,210,207)
#EEE0DD
(238,224,221)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6625F; }

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

This text font color is #A6625F.


Background Color

.myBgColor { background-color: #A6625F; }

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

This div background color is #A6625F.


Border color

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

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

This div border color is #A6625F.


Opacity

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

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

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

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

This text has shadow with #A6625F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6625F on black background.


Color preview on white background

This text has color #A6625F on white background.



Black color preview on #A6625F background

This text has black color on #A6625F background.


White color preview on #A6625F background

This text has white color on #A6625F background.