COLOR #A99988

HEX: #A99988 RGB: (169,153,136)

Color info

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

RGB color model

#A99988 color RGB value is (169,153,136).

RGB: (169,153,136) (66%, 60%, 53%)

RGB channels and saturation

R 169 of 255 = 66%
G 153 of 255 = 60%
B 136 of 255 = 53%

169
153
136

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

Portions of RGB colors in percentages

R + G + B = 169 + 153 + 136 = 458 (100%)
R 169 of 458 ~ 36.9%
G 153 of 458 ~ 33.41%
B 136 of 458 ~ 29.69'%

%36.9
%33.41
%29.69

CMYK color model

#A99988 color CMYK value is (0,9,20,34).

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

CMYK: (0,9,20,34)
C0M9Y20K34 (0%, 9%, 20%, 34%)
(0.00 / 0.09 / 0.20 / 0.34)

CMYK percentages

%0
%9.47
%19.53
%33.73

Codes

Color #A99988 in popluar color models

A9 99 88
RGB 169 153 136
HSL 31° 16.10% 59.80%
HSB/HSV 31° 19.53% 66.27%
CMYK 0.00% 9.47% 19.53%
33.73%

Color #A99988 in popluar number systems.

HEX A9 99 88
Decimal 169 153 136
Binary 10101001 10011001 10001000
Octal 251 231 210

Shades and tints

Shades of #A99988

#A99988
(169,153,136)
#9A8C7C
(154,140,124)
#8B7F70
(139,127,112)
#7C7264
(124,114,100)
#6D6558
(109,101,88)
#5E584C
(94,88,76)
#4F4B40
(79,75,64)
#403E34
(64,62,52)
#313128
(49,49,40)
#22241C
(34,36,28)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #A99988

#A99988
(169,153,136)
#B0A292
(176,162,146)
#B7AB9C
(183,171,156)
#BEB4A6
(190,180,166)
#C5BDB0
(197,189,176)
#CCC6BA
(204,198,186)
#D3CFC4
(211,207,196)
#DAD8CE
(218,216,206)
#E1E1D8
(225,225,216)
#E8EAE2
(232,234,226)
#EFF3EC
(239,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99988; }

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

This text font color is #A99988.

Background Color

.myBgColor { background-color: #A99988; }

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

This div background color is #A99988.

Border color

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

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

This div border color is #A99988.

Opacity

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

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

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

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

This text has shadow with #A99988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99988.

Preview

Color preview on black background

This text has color #A99988 on black background.


Color preview on white background

This text has color #A99988 on white background.


Black color preview on #A99988 background

This text has black color on #A99988 background.


White color preview on #A99988 background

This text has white color on #A99988 background.


Related colors

Complementary color

Complementary color for #hex is #566677.


I love getcolorcode.com

Triadic colors

1 #88A999 and #9988A9 with #A99988 are triadic colors.

2 #8899A9 and #99A988 with #A99988 are triadic colors.