COLOR #A09999

HEX: #A09999 RGB: (160,153,153)

Color info

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

RGB color model

#A09999 color RGB value is (160,153,153).

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

RGB channels and saturation

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

160
153
153

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 153 = 466 (100%)
R 160 of 466 ~ 34.33%
G 153 of 466 ~ 32.83%
B 153 of 466 ~ 32.83'%

%34.33
%32.83
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.38%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK: (0,4,4,37) C0M4Y4K37 (0%,4%,4%,37%) (0.00/0.04/0.04/0.37) 

CMYK percentages

%0
%4.38
%4.38
%37.25

Codes

Color #A09999 in popluar color models

A0 99 99
RGB 160 153 153
HSL 3.55% 61.37%
HSB/HSV 4.38% 62.75%
CMYK 0.00% 4.38% 4.38%
37.25%

Color #A09999 in popluar number systems.

HEX A0 99 99
Decimal 160 153 153
Binary 10100000 10011001 10011001
Octal 240 231 231

Shades and tints

Shades of #A09999

#A09999
(160,153,153)
#928C8C
(146,140,140)
#847F7F
(132,127,127)
#767272
(118,114,114)
#686565
(104,101,101)
#5A5858
(90,88,88)
#4C4B4B
(76,75,75)
#3E3E3E
(62,62,62)
#303131
(48,49,49)
#222424
(34,36,36)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #A09999

#A09999
(160,153,153)
#A8A2A2
(168,162,162)
#B0ABAB
(176,171,171)
#B8B4B4
(184,180,180)
#C0BDBD
(192,189,189)
#C8C6C6
(200,198,198)
#D0CFCF
(208,207,207)
#D8D8D8
(216,216,216)
#E0E1E1
(224,225,225)
#E8EAEA
(232,234,234)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09999; }

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

This text font color is #A09999.

Background Color

.myBgColor { background-color: #A09999; }

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

This div background color is #A09999.

Border color

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

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

This div border color is #A09999.

Opacity

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

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

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

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

This text has shadow with #A09999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09999.

Preview

Color preview on black background

This text has color #A09999 on black background.


Color preview on white background

This text has color #A09999 on white background.


Black color preview on #A09999 background

This text has black color on #A09999 background.


White color preview on #A09999 background

This text has white color on #A09999 background.


Related colors

Complementary color

Complementary color for #hex is #5F6666.


I love getcolorcode.com