COLOR #A09996

HEX: #A09996 RGB: (160,153,150)

Color info

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

RGB color model

#A09996 color RGB value is (160,153,150).

RGB: (160,153,150) (63%, 60%, 59%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 150 of 255 = 59%

160
153
150

R + G + B ~ 61%. #A09996 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 150 = 463 (100%)
R 160 of 463 ~ 34.56%
G 153 of 463 ~ 33.05%
B 150 of 463 ~ 32.4'%

%34.56
%33.05
%32.4

CMYK color model

#A09996 color CMYK value is (0,4,6,37).

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 6.25%
  • key color value is 37.25%

CMYK: (0,4,6,37)
C0M4Y6K37 (0%, 4%, 6%, 37%)
(0.00 / 0.04 / 0.06 / 0.37)

CMYK percentages

%0
%4.38
%6.25
%37.25

Codes

Color #A09996 in popluar color models

A0 99 96
RGB 160 153 150
HSL 18° 5.00% 60.78%
HSB/HSV 18° 6.25% 62.75%
CMYK 0.00% 4.38% 6.25%
37.25%

Color #A09996 in popluar number systems.

HEX A0 99 96
Decimal 160 153 150
Binary 10100000 10011001 10010110
Octal 240 231 226

Shades and tints

Shades of #A09996

#A09996
(160,153,150)
#928C89
(146,140,137)
#847F7C
(132,127,124)
#76726F
(118,114,111)
#686562
(104,101,98)
#5A5855
(90,88,85)
#4C4B48
(76,75,72)
#3E3E3B
(62,62,59)
#30312E
(48,49,46)
#222421
(34,36,33)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A09996

#A09996
(160,153,150)
#A8A29F
(168,162,159)
#B0ABA8
(176,171,168)
#B8B4B1
(184,180,177)
#C0BDBA
(192,189,186)
#C8C6C3
(200,198,195)
#D0CFCC
(208,207,204)
#D8D8D5
(216,216,213)
#E0E1DE
(224,225,222)
#E8EAE7
(232,234,231)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09996 color. Also use rgb(160,153,150) instead hex code.

Text Font Color

.myTextColor { color: #A09996; }

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

This text font color is #A09996.

Background Color

.myBgColor { background-color: #A09996; }

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

This div background color is #A09996.

Border color

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

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

This div border color is #A09996.

Opacity

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

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

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

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

This text has shadow with #A09996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09996.

Preview

Color preview on black background

This text has color #A09996 on black background.


Color preview on white background

This text has color #A09996 on white background.


Black color preview on #A09996 background

This text has black color on #A09996 background.


White color preview on #A09996 background

This text has white color on #A09996 background.


Related colors

Complementary color

Complementary color for #hex is #5F6669.


I love getcolorcode.com

Triadic colors

1 #96A099 and #9996A0 with #A09996 are triadic colors.

2 #9699A0 and #99A096 with #A09996 are triadic colors.