COLOR #A99B88

HEX: #A99B88 RGB: (169,155,136)

Color info

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

RGB color model

#A99B88 color RGB value is (169,155,136).

RGB: (169,155,136) (66%, 61%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 136 of 255 = 53%

169
155
136

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

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 136 = 460 (100%)
R 169 of 460 ~ 36.74%
G 155 of 460 ~ 33.7%
B 136 of 460 ~ 29.57'%

%36.74
%33.7
%29.57

CMYK color model

#A99B88 color CMYK value is (0,8,20,34).

  • cyan value is 0.00%
  • magenta value is 8.28%
  • yellow value is 19.53%
  • key color value is 33.73%

CMYK: (0,8,20,34)
C0M8Y20K34 (0%, 8%, 20%, 34%)
(0.00 / 0.08 / 0.20 / 0.34)

CMYK percentages

%0
%8.28
%19.53
%33.73

Codes

Color #A99B88 in popluar color models

A9 9B 88
RGB 169 155 136
HSL 35° 16.10% 59.80%
HSB/HSV 35° 19.53% 66.27%
CMYK 0.00% 8.28% 19.53%
33.73%

Color #A99B88 in popluar number systems.

HEX A9 9B 88
Decimal 169 155 136
Binary 10101001 10011011 10001000
Octal 251 233 210

Shades and tints

Shades of #A99B88

#A99B88
(169,155,136)
#9A8D7C
(154,141,124)
#8B7F70
(139,127,112)
#7C7164
(124,113,100)
#6D6358
(109,99,88)
#5E554C
(94,85,76)
#4F4740
(79,71,64)
#403934
(64,57,52)
#312B28
(49,43,40)
#221D1C
(34,29,28)
#130F10
(19,15,16)
#000000
(0,0,0)

Tints of #A99B88

#A99B88
(169,155,136)
#B0A492
(176,164,146)
#B7AD9C
(183,173,156)
#BEB6A6
(190,182,166)
#C5BFB0
(197,191,176)
#CCC8BA
(204,200,186)
#D3D1C4
(211,209,196)
#DADACE
(218,218,206)
#E1E3D8
(225,227,216)
#E8ECE2
(232,236,226)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99B88 color. Also use rgb(169,155,136) instead hex code.

Text Font Color

.myTextColor { color: #A99B88; }

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

This text font color is #A99B88.

Background Color

.myBgColor { background-color: #A99B88; }

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

This div background color is #A99B88.

Border color

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

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

This div border color is #A99B88.

Opacity

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

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

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

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

This text has shadow with #A99B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99B88.

Preview

Color preview on black background

This text has color #A99B88 on black background.


Color preview on white background

This text has color #A99B88 on white background.


Black color preview on #A99B88 background

This text has black color on #A99B88 background.


White color preview on #A99B88 background

This text has white color on #A99B88 background.


Related colors

Complementary color

Complementary color for #hex is #566477.


I love getcolorcode.com

Triadic colors

1 #88A99B and #9B88A9 with #A99B88 are triadic colors.

2 #889BA9 and #9BA988 with #A99B88 are triadic colors.