COLOR #A99690

HEX: #A99690 RGB: (169,150,144)

Color info

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

RGB color model

#A99690 color RGB value is (169,150,144).

RGB: (169,150,144) (66%, 59%, 56%)

RGB channels and saturation

R 169 of 255 = 66%
G 150 of 255 = 59%
B 144 of 255 = 56%

169
150
144

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

Portions of RGB colors in percentages

R + G + B = 169 + 150 + 144 = 463 (100%)
R 169 of 463 ~ 36.5%
G 150 of 463 ~ 32.4%
B 144 of 463 ~ 31.1'%

%36.5
%32.4
%31.1

CMYK color model

#A99690 color CMYK value is (0,11,15,34).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 14.79%
  • key color value is 33.73%

CMYK: (0,11,15,34)
C0M11Y15K34 (0%, 11%, 15%, 34%)
(0.00 / 0.11 / 0.15 / 0.34)

CMYK percentages

%0
%11.24
%14.79
%33.73

Codes

Color #A99690 in popluar color models

A9 96 90
RGB 169 150 144
HSL 14° 12.69% 61.37%
HSB/HSV 14° 14.79% 66.27%
CMYK 0.00% 11.24% 14.79%
33.73%

Color #A99690 in popluar number systems.

HEX A9 96 90
Decimal 169 150 144
Binary 10101001 10010110 10010000
Octal 251 226 220

Shades and tints

Shades of #A99690

#A99690
(169,150,144)
#9A8983
(154,137,131)
#8B7C76
(139,124,118)
#7C6F69
(124,111,105)
#6D625C
(109,98,92)
#5E554F
(94,85,79)
#4F4842
(79,72,66)
#403B35
(64,59,53)
#312E28
(49,46,40)
#22211B
(34,33,27)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #A99690

#A99690
(169,150,144)
#B09F9A
(176,159,154)
#B7A8A4
(183,168,164)
#BEB1AE
(190,177,174)
#C5BAB8
(197,186,184)
#CCC3C2
(204,195,194)
#D3CCCC
(211,204,204)
#DAD5D6
(218,213,214)
#E1DEE0
(225,222,224)
#E8E7EA
(232,231,234)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99690 color. Also use rgb(169,150,144) instead hex code.

Text Font Color

.myTextColor { color: #A99690; }

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

This text font color is #A99690.

Background Color

.myBgColor { background-color: #A99690; }

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

This div background color is #A99690.

Border color

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

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

This div border color is #A99690.

Opacity

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

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

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

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

This text has shadow with #A99690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99690.

Preview

Color preview on black background

This text has color #A99690 on black background.


Color preview on white background

This text has color #A99690 on white background.


Black color preview on #A99690 background

This text has black color on #A99690 background.


White color preview on #A99690 background

This text has white color on #A99690 background.


Related colors

Complementary color

Complementary color for #hex is #56696F.


I love getcolorcode.com

Triadic colors

1 #90A996 and #9690A9 with #A99690 are triadic colors.

2 #9096A9 and #96A990 with #A99690 are triadic colors.