COLOR #A9666B

HEX: #A9666B RGB: (169,102,107)

Color info

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

RGB color model

#A9666B color RGB value is (169,102,107).

RGB: (169,102,107) (66%, 40%, 42%)

RGB channels and saturation

R 169 of 255 = 66%
G 102 of 255 = 40%
B 107 of 255 = 42%

169
102
107

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

Portions of RGB colors in percentages

R + G + B = 169 + 102 + 107 = 378 (100%)
R 169 of 378 ~ 44.71%
G 102 of 378 ~ 26.98%
B 107 of 378 ~ 28.31'%

%44.71
%26.98
%28.31

CMYK color model

#A9666B color CMYK value is (0,40,37,34).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 36.69%
  • key color value is 33.73%

CMYK: (0,40,37,34)
C0M40Y37K34 (0%, 40%, 37%, 34%)
(0.00 / 0.40 / 0.37 / 0.34)

CMYK percentages

%0
%39.64
%36.69
%33.73

Codes

Color #A9666B in popluar color models

A9 66 6B
RGB 169 102 107
HSL 356° 28.03% 53.14%
HSB/HSV 356° 39.64% 66.27%
CMYK 0.00% 39.64% 36.69%
33.73%

Color #A9666B in popluar number systems.

HEX A9 66 6B
Decimal 169 102 107
Binary 10101001 1100110 1101011
Octal 251 146 153

Shades and tints

Shades of #A9666B

#A9666B
(169,102,107)
#9A5D62
(154,93,98)
#8B5459
(139,84,89)
#7C4B50
(124,75,80)
#6D4247
(109,66,71)
#5E393E
(94,57,62)
#4F3035
(79,48,53)
#40272C
(64,39,44)
#311E23
(49,30,35)
#22151A
(34,21,26)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #A9666B

#A9666B
(169,102,107)
#B07378
(176,115,120)
#B78085
(183,128,133)
#BE8D92
(190,141,146)
#C59A9F
(197,154,159)
#CCA7AC
(204,167,172)
#D3B4B9
(211,180,185)
#DAC1C6
(218,193,198)
#E1CED3
(225,206,211)
#E8DBE0
(232,219,224)
#EFE8ED
(239,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9666B color. Also use rgb(169,102,107) instead hex code.

Text Font Color

.myTextColor { color: #A9666B; }

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

This text font color is #A9666B.

Background Color

.myBgColor { background-color: #A9666B; }

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

This div background color is #A9666B.

Border color

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

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

This div border color is #A9666B.

Opacity

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

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

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

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

This text has shadow with #A9666B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9666B.

Preview

Color preview on black background

This text has color #A9666B on black background.


Color preview on white background

This text has color #A9666B on white background.


Black color preview on #A9666B background

This text has black color on #A9666B background.


White color preview on #A9666B background

This text has white color on #A9666B background.


Related colors

Complementary color

Complementary color for #hex is #569994.


I love getcolorcode.com

Triadic colors

1 #6BA966 and #666BA9 with #A9666B are triadic colors.

2 #6B66A9 and #66A96B with #A9666B are triadic colors.