COLOR #A0999B

HEX: #A0999B
RGB: (160,153,155)

Color info

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

RGB color model

#A0999B color RGB value is (160,153,155).

  • red value is 160;
  • green value is 153;
  • blue value is 155.
RGB:
(160,153,155)
(63%,60%,61%)

RGB channels and saturation

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

160
153
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 155 = 468 (100%)
R 160 of 468 ~ 34.19%
G 153 of 468 ~ 32.69%
B 155 of 468 ~ 33.12%

%34.19
%32.69
%33.12

CMYK color model

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

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

CMYK percentages

%0
%4.38
%3.13
%37.25

Codes

Color #A0999B in popluar color models

A0999B
RGB160153155
HSL343°3.55%61.37%
HSB/HSV343°4.38%62.75%
CMYK0.00%4.38%3.13%
37.25%

Color #A0999B in popluar number systems.

HEXA0999B
Decimal160153155
Binary101000001001100110011011
Octal240231233

Shades and tints

Shades of #A0999B

#A0999B
(160,153,155)
#928C8D
(146,140,141)
#847F7F
(132,127,127)
#767271
(118,114,113)
#686563
(104,101,99)
#5A5855
(90,88,85)
#4C4B47
(76,75,71)
#3E3E39
(62,62,57)
#30312B
(48,49,43)
#22241D
(34,36,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #A0999B

#A0999B
(160,153,155)
#A8A2A4
(168,162,164)
#B0ABAD
(176,171,173)
#B8B4B6
(184,180,182)
#C0BDBF
(192,189,191)
#C8C6C8
(200,198,200)
#D0CFD1
(208,207,209)
#D8D8DA
(216,216,218)
#E0E1E3
(224,225,227)
#E8EAEC
(232,234,236)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0999B; }

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

This text font color is #A0999B.


Background Color

.myBgColor { background-color: #A0999B; }

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

This div background color is #A0999B.


Border color

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

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

This div border color is #A0999B.


Opacity

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

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

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

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

This text has shadow with #A0999B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0999B on black background.


Color preview on white background

This text has color #A0999B on white background.



Black color preview on #A0999B background

This text has black color on #A0999B background.


White color preview on #A0999B background

This text has white color on #A0999B background.