COLOR #A0A095

HEX: #A0A095
RGB: (160,160,149)

Color info

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

RGB color model

#A0A095 color RGB value is (160,160,149).

  • red value is 160;
  • green value is 160;
  • blue value is 149.
RGB:
(160,160,149)
(63%,63%,58%)

RGB channels and saturation

R 160 of 255 = 63%
G 160 of 255 = 63%
B 149 of 255 = 58%

160
160
149

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

Portions of RGB colors in percentages

R + G + B =
160 + 160 + 149 = 469 (100%)
R 160 of 469 ~ 34.12%
G 160 of 469 ~ 34.12%
B 149 of 469 ~ 31.77%

%34.12
%34.12
%31.77

CMYK color model

#A0A095 color CMYK value is (0,0,7,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(0,0,7,37)
C0M0Y7K37 
(0%,0%,7%,37%)
(0.00/0.00/0.07/0.37)	

CMYK percentages

%0
%0
%6.87
%37.25

Codes

Color #A0A095 in popluar color models

A0A095
RGB160160149
HSL60°5.47%60.59%
HSB/HSV60°6.87%62.75%
CMYK0.00%0.00%6.87%
37.25%

Color #A0A095 in popluar number systems.

HEXA0A095
Decimal160160149
Binary101000001010000010010101
Octal240240225

Shades and tints

Shades of #A0A095

#A0A095
(160,160,149)
#929288
(146,146,136)
#84847B
(132,132,123)
#76766E
(118,118,110)
#686861
(104,104,97)
#5A5A54
(90,90,84)
#4C4C47
(76,76,71)
#3E3E3A
(62,62,58)
#30302D
(48,48,45)
#222220
(34,34,32)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A0A095

#A0A095
(160,160,149)
#A8A89E
(168,168,158)
#B0B0A7
(176,176,167)
#B8B8B0
(184,184,176)
#C0C0B9
(192,192,185)
#C8C8C2
(200,200,194)
#D0D0CB
(208,208,203)
#D8D8D4
(216,216,212)
#E0E0DD
(224,224,221)
#E8E8E6
(232,232,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A095; }

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

This text font color is #A0A095.


Background Color

.myBgColor { background-color: #A0A095; }

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

This div background color is #A0A095.


Border color

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

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

This div border color is #A0A095.


Opacity

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

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

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

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

This text has shadow with #A0A095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A095 on black background.


Color preview on white background

This text has color #A0A095 on white background.



Black color preview on #A0A095 background

This text has black color on #A0A095 background.


White color preview on #A0A095 background

This text has white color on #A0A095 background.