COLOR #A9666C

HEX: #A9666C RGB: (169,102,108)

Color info

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

RGB color model

#A9666C color RGB value is (169,102,108).

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

RGB channels and saturation

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

169
102
108

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

Portions of RGB colors in percentages

R + G + B = 169 + 102 + 108 = 379 (100%)
R 169 of 379 ~ 44.59%
G 102 of 379 ~ 26.91%
B 108 of 379 ~ 28.5'%

%44.59
%26.91
%28.5

CMYK color model

#A9666C color CMYK value is (0,40,36,34).

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

CMYK: (0,40,36,34)
C0M40Y36K34 (0%, 40%, 36%, 34%)
(0.00 / 0.40 / 0.36 / 0.34)

CMYK percentages

%0
%39.64
%36.09
%33.73

Codes

Color #A9666C in popluar color models

A9 66 6C
RGB 169 102 108
HSL 355° 28.03% 53.14%
HSB/HSV 355° 39.64% 66.27%
CMYK 0.00% 39.64% 36.09%
33.73%

Color #A9666C in popluar number systems.

HEX A9 66 6C
Decimal 169 102 108
Binary 10101001 1100110 1101100
Octal 251 146 154

Shades and tints

Shades of #A9666C

#A9666C
(169,102,108)
#9A5D63
(154,93,99)
#8B545A
(139,84,90)
#7C4B51
(124,75,81)
#6D4248
(109,66,72)
#5E393F
(94,57,63)
#4F3036
(79,48,54)
#40272D
(64,39,45)
#311E24
(49,30,36)
#22151B
(34,21,27)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #A9666C

#A9666C
(169,102,108)
#B07379
(176,115,121)
#B78086
(183,128,134)
#BE8D93
(190,141,147)
#C59AA0
(197,154,160)
#CCA7AD
(204,167,173)
#D3B4BA
(211,180,186)
#DAC1C7
(218,193,199)
#E1CED4
(225,206,212)
#E8DBE1
(232,219,225)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9666C; }

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

This text font color is #A9666C.

Background Color

.myBgColor { background-color: #A9666C; }

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

This div background color is #A9666C.

Border color

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

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

This div border color is #A9666C.

Opacity

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

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

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

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

This text has shadow with #A9666C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9666C.

Preview

Color preview on black background

This text has color #A9666C on black background.


Color preview on white background

This text has color #A9666C on white background.


Black color preview on #A9666C background

This text has black color on #A9666C background.


White color preview on #A9666C background

This text has white color on #A9666C background.


Related colors

Complementary color

Complementary color for #hex is #569993.


I love getcolorcode.com

Triadic colors

1 #6CA966 and #666CA9 with #A9666C are triadic colors.

2 #6C66A9 and #66A96C with #A9666C are triadic colors.