COLOR #A0A193

HEX: #A0A193
RGB: (160,161,147)

Color info

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

RGB color model

#A0A193 color RGB value is (160,161,147).

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

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 147 of 255 = 58%

160
161
147

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 147 = 468 (100%)
R 160 of 468 ~ 34.19%
G 161 of 468 ~ 34.4%
B 147 of 468 ~ 31.41%

%34.19
%34.4
%31.41

CMYK color model

#A0A193 color CMYK value is (1,0,9,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 36.86%
CMYK:
(1,0,9,37)
C1M0Y9K37 
(1%,0%,9%,37%)
(0.01/0.00/0.09/0.37)	

CMYK percentages

%0.62
%0
%8.7
%36.86

Codes

Color #A0A193 in popluar color models

A0A193
RGB160161147
HSL64°6.93%60.39%
HSB/HSV64°8.70%63.14%
CMYK0.62%0.00%8.70%
36.86%

Color #A0A193 in popluar number systems.

HEXA0A193
Decimal160161147
Binary101000001010000110010011
Octal240241223

Shades and tints

Shades of #A0A193

#A0A193
(160,161,147)
#929386
(146,147,134)
#848579
(132,133,121)
#76776C
(118,119,108)
#68695F
(104,105,95)
#5A5B52
(90,91,82)
#4C4D45
(76,77,69)
#3E3F38
(62,63,56)
#30312B
(48,49,43)
#22231E
(34,35,30)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A0A193

#A0A193
(160,161,147)
#A8A99C
(168,169,156)
#B0B1A5
(176,177,165)
#B8B9AE
(184,185,174)
#C0C1B7
(192,193,183)
#C8C9C0
(200,201,192)
#D0D1C9
(208,209,201)
#D8D9D2
(216,217,210)
#E0E1DB
(224,225,219)
#E8E9E4
(232,233,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A193; }

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

This text font color is #A0A193.


Background Color

.myBgColor { background-color: #A0A193; }

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

This div background color is #A0A193.


Border color

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

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

This div border color is #A0A193.


Opacity

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

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

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

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

This text has shadow with #A0A193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A193 on black background.


Color preview on white background

This text has color #A0A193 on white background.



Black color preview on #A0A193 background

This text has black color on #A0A193 background.


White color preview on #A0A193 background

This text has white color on #A0A193 background.