COLOR #A69B9A

HEX: #A69B9A RGB: (166,155,154)

Color info

#A69B9A contains red, green and blue colors in about the same proportion. Web safe color of #A69B9A is #999999 (or #999).

RGB color model

#A69B9A color RGB value is (166,155,154).

RGB: (166,155,154) (65%, 61%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 154 of 255 = 60%

166
155
154

R + G + B ~ 62%. #A69B9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 155 + 154 = 475 (100%)
R 166 of 475 ~ 34.95%
G 155 of 475 ~ 32.63%
B 154 of 475 ~ 32.42'%

%34.95
%32.63
%32.42

CMYK color model

#A69B9A color CMYK value is (0,7,7,35).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 7.23%
  • key color value is 34.90%

CMYK: (0,7,7,35)
C0M7Y7K35 (0%, 7%, 7%, 35%)
(0.00 / 0.07 / 0.07 / 0.35)

CMYK percentages

%0
%6.63
%7.23
%34.9

Codes

Color #A69B9A in popluar color models

A6 9B 9A
RGB 166 155 154
HSL 6.32% 62.75%
HSB/HSV 7.23% 65.10%
CMYK 0.00% 6.63% 7.23%
34.90%

Color #A69B9A in popluar number systems.

HEX A6 9B 9A
Decimal 166 155 154
Binary 10100110 10011011 10011010
Octal 246 233 232

Shades and tints

Shades of #A69B9A

#A69B9A
(166,155,154)
#978D8C
(151,141,140)
#887F7E
(136,127,126)
#797170
(121,113,112)
#6A6362
(106,99,98)
#5B5554
(91,85,84)
#4C4746
(76,71,70)
#3D3938
(61,57,56)
#2E2B2A
(46,43,42)
#1F1D1C
(31,29,28)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #A69B9A

#A69B9A
(166,155,154)
#AEA4A3
(174,164,163)
#B6ADAC
(182,173,172)
#BEB6B5
(190,182,181)
#C6BFBE
(198,191,190)
#CEC8C7
(206,200,199)
#D6D1D0
(214,209,208)
#DEDAD9
(222,218,217)
#E6E3E2
(230,227,226)
#EEECEB
(238,236,235)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69B9A color. Also use rgb(166,155,154) instead hex code.

Text Font Color

.myTextColor { color: #A69B9A; }

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

This text font color is #A69B9A.

Background Color

.myBgColor { background-color: #A69B9A; }

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

This div background color is #A69B9A.

Border color

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

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

This div border color is #A69B9A.

Opacity

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

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

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

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

This text has shadow with #A69B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69B9A.

Preview

Color preview on black background

This text has color #A69B9A on black background.


Color preview on white background

This text has color #A69B9A on white background.


Black color preview on #A69B9A background

This text has black color on #A69B9A background.


White color preview on #A69B9A background

This text has white color on #A69B9A background.


Related colors

Complementary color

Complementary color for #hex is #596465.


I love getcolorcode.com

Triadic colors

1 #9AA69B and #9B9AA6 with #A69B9A are triadic colors.

2 #9A9BA6 and #9BA69A with #A69B9A are triadic colors.