COLOR #A0999F

HEX: #A0999F RGB: (160,153,159)

Color info

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

RGB color model

#A0999F color RGB value is (160,153,159).

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

RGB channels and saturation

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

160
153
159

R + G + B ~ 62%. #A0999F is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 159 = 472 (100%)
R 160 of 472 ~ 33.9%
G 153 of 472 ~ 32.42%
B 159 of 472 ~ 33.69'%

%33.9
%32.42
%33.69

CMYK color model

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

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

CMYK percentages

%0
%4.38
%0.62
%37.25

Codes

Color #A0999F in popluar color models

A0 99 9F
RGB 160 153 159
HSL 309° 3.55% 61.37%
HSB/HSV 309° 4.38% 62.75%
CMYK 0.00% 4.38% 0.62%
37.25%

Color #A0999F in popluar number systems.

HEX A0 99 9F
Decimal 160 153 159
Binary 10100000 10011001 10011111
Octal 240 231 237

Shades and tints

Shades of #A0999F

#A0999F
(160,153,159)
#928C91
(146,140,145)
#847F83
(132,127,131)
#767275
(118,114,117)
#686567
(104,101,103)
#5A5859
(90,88,89)
#4C4B4B
(76,75,75)
#3E3E3D
(62,62,61)
#30312F
(48,49,47)
#222421
(34,36,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A0999F

#A0999F
(160,153,159)
#A8A2A7
(168,162,167)
#B0ABAF
(176,171,175)
#B8B4B7
(184,180,183)
#C0BDBF
(192,189,191)
#C8C6C7
(200,198,199)
#D0CFCF
(208,207,207)
#D8D8D7
(216,216,215)
#E0E1DF
(224,225,223)
#E8EAE7
(232,234,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0999F; }

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

This text font color is #A0999F.

Background Color

.myBgColor { background-color: #A0999F; }

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

This div background color is #A0999F.

Border color

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

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

This div border color is #A0999F.

Opacity

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

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

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

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

This text has shadow with #A0999F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0999F.

Preview

Color preview on black background

This text has color #A0999F on black background.


Color preview on white background

This text has color #A0999F on white background.


Black color preview on #A0999F background

This text has black color on #A0999F background.


White color preview on #A0999F background

This text has white color on #A0999F background.


Related colors

Complementary color

Complementary color for #hex is #5F6660.


I love getcolorcode.com

Triadic colors

1 #9FA099 and #999FA0 with #A0999F are triadic colors.

2 #9F99A0 and #99A09F with #A0999F are triadic colors.