COLOR #A9626A

HEX: #A9626A RGB: (169,98,106)

Color info

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

RGB color model

#A9626A color RGB value is (169,98,106).

RGB: (169,98,106) (66%, 38%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 98 of 255 = 38%
B 106 of 255 = 42%

169
98
106

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

Portions of RGB colors in percentages

R + G + B = 169 + 98 + 106 = 373 (100%)
R 169 of 373 ~ 45.31%
G 98 of 373 ~ 26.27%
B 106 of 373 ~ 28.42'%

%45.31
%26.27
%28.42

CMYK color model

#A9626A color CMYK value is (0,42,37,34).

  • cyan value is 0.00%
  • magenta value is 42.01%
  • yellow value is 37.28%
  • key color value is 33.73%

CMYK: (0,42,37,34)
C0M42Y37K34 (0%, 42%, 37%, 34%)
(0.00 / 0.42 / 0.37 / 0.34)

CMYK percentages

%0
%42.01
%37.28
%33.73

Codes

Color #A9626A in popluar color models

A9 62 6A
RGB 169 98 106
HSL 353° 29.22% 52.35%
HSB/HSV 353° 42.01% 66.27%
CMYK 0.00% 42.01% 37.28%
33.73%

Color #A9626A in popluar number systems.

HEX A9 62 6A
Decimal 169 98 106
Binary 10101001 1100010 1101010
Octal 251 142 152

Shades and tints

Shades of #A9626A

#A9626A
(169,98,106)
#9A5A61
(154,90,97)
#8B5258
(139,82,88)
#7C4A4F
(124,74,79)
#6D4246
(109,66,70)
#5E3A3D
(94,58,61)
#4F3234
(79,50,52)
#402A2B
(64,42,43)
#312222
(49,34,34)
#221A19
(34,26,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #A9626A

#A9626A
(169,98,106)
#B07077
(176,112,119)
#B77E84
(183,126,132)
#BE8C91
(190,140,145)
#C59A9E
(197,154,158)
#CCA8AB
(204,168,171)
#D3B6B8
(211,182,184)
#DAC4C5
(218,196,197)
#E1D2D2
(225,210,210)
#E8E0DF
(232,224,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9626A color. Also use rgb(169,98,106) instead hex code.

Text Font Color

.myTextColor { color: #A9626A; }

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

This text font color is #A9626A.

Background Color

.myBgColor { background-color: #A9626A; }

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

This div background color is #A9626A.

Border color

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

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

This div border color is #A9626A.

Opacity

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

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

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

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

This text has shadow with #A9626A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9626A.

Preview

Color preview on black background

This text has color #A9626A on black background.


Color preview on white background

This text has color #A9626A on white background.


Black color preview on #A9626A background

This text has black color on #A9626A background.


White color preview on #A9626A background

This text has white color on #A9626A background.


Related colors

Complementary color

Complementary color for #hex is #569D95.


I love getcolorcode.com

Triadic colors

1 #6AA962 and #626AA9 with #A9626A are triadic colors.

2 #6A62A9 and #62A96A with #A9626A are triadic colors.