COLOR #A69B96

HEX: #A69B96 RGB: (166,155,150)

Color info

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

RGB color model

#A69B96 color RGB value is (166,155,150).

RGB: (166,155,150) (65%, 61%, 59%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 150 of 255 = 59%

166
155
150

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

Portions of RGB colors in percentages

R + G + B = 166 + 155 + 150 = 471 (100%)
R 166 of 471 ~ 35.24%
G 155 of 471 ~ 32.91%
B 150 of 471 ~ 31.85'%

%35.24
%32.91
%31.85

CMYK color model

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

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

CMYK: (0,7,10,35)
C0M7Y10K35 (0%, 7%, 10%, 35%)
(0.00 / 0.07 / 0.10 / 0.35)

CMYK percentages

%0
%6.63
%9.64
%34.9

Codes

Color #A69B96 in popluar color models

A6 9B 96
RGB 166 155 150
HSL 19° 8.25% 61.96%
HSB/HSV 19° 9.64% 65.10%
CMYK 0.00% 6.63% 9.64%
34.90%

Color #A69B96 in popluar number systems.

HEX A6 9B 96
Decimal 166 155 150
Binary 10100110 10011011 10010110
Octal 246 233 226

Shades and tints

Shades of #A69B96

#A69B96
(166,155,150)
#978D89
(151,141,137)
#887F7C
(136,127,124)
#79716F
(121,113,111)
#6A6362
(106,99,98)
#5B5555
(91,85,85)
#4C4748
(76,71,72)
#3D393B
(61,57,59)
#2E2B2E
(46,43,46)
#1F1D21
(31,29,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #A69B96

#A69B96
(166,155,150)
#AEA49F
(174,164,159)
#B6ADA8
(182,173,168)
#BEB6B1
(190,182,177)
#C6BFBA
(198,191,186)
#CEC8C3
(206,200,195)
#D6D1CC
(214,209,204)
#DEDAD5
(222,218,213)
#E6E3DE
(230,227,222)
#EEECE7
(238,236,231)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69B96; }

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

This text font color is #A69B96.

Background Color

.myBgColor { background-color: #A69B96; }

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

This div background color is #A69B96.

Border color

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

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

This div border color is #A69B96.

Opacity

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

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

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

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

This text has shadow with #A69B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69B96.

Preview

Color preview on black background

This text has color #A69B96 on black background.


Color preview on white background

This text has color #A69B96 on white background.


Black color preview on #A69B96 background

This text has black color on #A69B96 background.


White color preview on #A69B96 background

This text has white color on #A69B96 background.


Related colors

Complementary color

Complementary color for #hex is #596469.


I love getcolorcode.com

Triadic colors

1 #96A69B and #9B96A6 with #A69B96 are triadic colors.

2 #969BA6 and #9BA696 with #A69B96 are triadic colors.