COLOR #A0A190

HEX: #A0A190
RGB: (160,161,144)

Color info

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

RGB color model

#A0A190 color RGB value is (160,161,144).

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

RGB channels and saturation

R 160 of 255 = 63%
G 161 of 255 = 63%
B 144 of 255 = 56%

160
161
144

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

Portions of RGB colors in percentages

R + G + B =
160 + 161 + 144 = 465 (100%)
R 160 of 465 ~ 34.41%
G 161 of 465 ~ 34.62%
B 144 of 465 ~ 30.97%

%34.41
%34.62
%30.97

CMYK color model

#A0A190 color CMYK value is (1,0,11,37).

  • cyan value is 0.62%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 36.86%
CMYK:
(1,0,11,37)
C1M0Y11K37 
(1%,0%,11%,37%)
(0.01/0.00/0.11/0.37)	

CMYK percentages

%0.62
%0
%10.56
%36.86

Codes

Color #A0A190 in popluar color models

A0A190
RGB160161144
HSL64°8.29%59.80%
HSB/HSV64°10.56%63.14%
CMYK0.62%0.00%10.56%
36.86%

Color #A0A190 in popluar number systems.

HEXA0A190
Decimal160161144
Binary101000001010000110010000
Octal240241220

Shades and tints

Shades of #A0A190

#A0A190
(160,161,144)
#929383
(146,147,131)
#848576
(132,133,118)
#767769
(118,119,105)
#68695C
(104,105,92)
#5A5B4F
(90,91,79)
#4C4D42
(76,77,66)
#3E3F35
(62,63,53)
#303128
(48,49,40)
#22231B
(34,35,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #A0A190

#A0A190
(160,161,144)
#A8A99A
(168,169,154)
#B0B1A4
(176,177,164)
#B8B9AE
(184,185,174)
#C0C1B8
(192,193,184)
#C8C9C2
(200,201,194)
#D0D1CC
(208,209,204)
#D8D9D6
(216,217,214)
#E0E1E0
(224,225,224)
#E8E9EA
(232,233,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A190; }

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

This text font color is #A0A190.


Background Color

.myBgColor { background-color: #A0A190; }

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

This div background color is #A0A190.


Border color

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

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

This div border color is #A0A190.


Opacity

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

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

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

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

This text has shadow with #A0A190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A190 on black background.


Color preview on white background

This text has color #A0A190 on white background.



Black color preview on #A0A190 background

This text has black color on #A0A190 background.


White color preview on #A0A190 background

This text has white color on #A0A190 background.