COLOR #A09090

HEX: #A09090
RGB: (160,144,144)

Color info

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

RGB color model

#A09090 color RGB value is (160,144,144).

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

RGB channels and saturation

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

160
144
144

R + G + B ~ 58%. #A09090 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 144 + 144 = 448 (100%)
R 160 of 448 ~ 35.71%
G 144 of 448 ~ 32.14%
B 144 of 448 ~ 32.14%

%35.71
%32.14
%32.14

CMYK color model

#A09090 color CMYK value is (0,10,10,37).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 10.00%
  • key color value is 37.25%
CMYK:
(0,10,10,37)
C0M10Y10K37 
(0%,10%,10%,37%)
(0.00/0.10/0.10/0.37)	

CMYK percentages

%0
%10
%10
%37.25

Codes

Color #A09090 in popluar color models

A09090
RGB160144144
HSL7.77%59.61%
HSB/HSV10.00%62.75%
CMYK0.00%10.00%10.00%
37.25%

Color #A09090 in popluar number systems.

HEXA09090
Decimal160144144
Binary101000001001000010010000
Octal240220220

Shades and tints

Shades of #A09090

#A09090
(160,144,144)
#928383
(146,131,131)
#847676
(132,118,118)
#766969
(118,105,105)
#685C5C
(104,92,92)
#5A4F4F
(90,79,79)
#4C4242
(76,66,66)
#3E3535
(62,53,53)
#302828
(48,40,40)
#221B1B
(34,27,27)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #A09090

#A09090
(160,144,144)
#A89A9A
(168,154,154)
#B0A4A4
(176,164,164)
#B8AEAE
(184,174,174)
#C0B8B8
(192,184,184)
#C8C2C2
(200,194,194)
#D0CCCC
(208,204,204)
#D8D6D6
(216,214,214)
#E0E0E0
(224,224,224)
#E8EAEA
(232,234,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09090; }

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

This text font color is #A09090.


Background Color

.myBgColor { background-color: #A09090; }

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

This div background color is #A09090.


Border color

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

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

This div border color is #A09090.


Opacity

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

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

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

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

This text has shadow with #A09090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09090 on black background.


Color preview on white background

This text has color #A09090 on white background.



Black color preview on #A09090 background

This text has black color on #A09090 background.


White color preview on #A09090 background

This text has white color on #A09090 background.