COLOR #A6625A

HEX: #A6625A RGB: (166,98,90)

Color info

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

RGB color model

#A6625A color RGB value is (166,98,90).

RGB: (166,98,90) (65%, 38%, 35%)

RGB channels and saturation

R 166 of 255 = 65%
G 98 of 255 = 38%
B 90 of 255 = 35%

166
98
90

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

Portions of RGB colors in percentages

R + G + B = 166 + 98 + 90 = 354 (100%)
R 166 of 354 ~ 46.89%
G 98 of 354 ~ 27.68%
B 90 of 354 ~ 25.42'%

%46.89
%27.68
%25.42

CMYK color model

#A6625A color CMYK value is (0,41,46,35).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 45.78%
  • key color value is 34.90%

CMYK: (0,41,46,35)
C0M41Y46K35 (0%, 41%, 46%, 35%)
(0.00 / 0.41 / 0.46 / 0.35)

CMYK percentages

%0
%40.96
%45.78
%34.9

Codes

Color #A6625A in popluar color models

A6 62 5A
RGB 166 98 90
HSL 29.92% 50.20%
HSB/HSV 45.78% 65.10%
CMYK 0.00% 40.96% 45.78%
34.90%

Color #A6625A in popluar number systems.

HEX A6 62 5A
Decimal 166 98 90
Binary 10100110 1100010 1011010
Octal 246 142 132

Shades and tints

Shades of #A6625A

#A6625A
(166,98,90)
#975A52
(151,90,82)
#88524A
(136,82,74)
#794A42
(121,74,66)
#6A423A
(106,66,58)
#5B3A32
(91,58,50)
#4C322A
(76,50,42)
#3D2A22
(61,42,34)
#2E221A
(46,34,26)
#1F1A12
(31,26,18)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #A6625A

#A6625A
(166,98,90)
#AE7069
(174,112,105)
#B67E78
(182,126,120)
#BE8C87
(190,140,135)
#C69A96
(198,154,150)
#CEA8A5
(206,168,165)
#D6B6B4
(214,182,180)
#DEC4C3
(222,196,195)
#E6D2D2
(230,210,210)
#EEE0E1
(238,224,225)
#F6EEF0
(246,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6625A; }

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

This text font color is #A6625A.

Background Color

.myBgColor { background-color: #A6625A; }

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

This div background color is #A6625A.

Border color

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

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

This div border color is #A6625A.

Opacity

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

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

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

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

This text has shadow with #A6625A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6625A.

Preview

Color preview on black background

This text has color #A6625A on black background.


Color preview on white background

This text has color #A6625A on white background.


Black color preview on #A6625A background

This text has black color on #A6625A background.


White color preview on #A6625A background

This text has white color on #A6625A background.


Related colors

Complementary color

Complementary color for #hex is #599DA5.


I love getcolorcode.com

Triadic colors

1 #5AA662 and #625AA6 with #A6625A are triadic colors.

2 #5A62A6 and #62A65A with #A6625A are triadic colors.