COLOR #A0A384

HEX: #A0A384
RGB: (160,163,132)

Color info

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

RGB color model

#A0A384 color RGB value is (160,163,132).

  • red value is 160;
  • green value is 163;
  • blue value is 132.
RGB:
(160,163,132)
(63%,64%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 132 of 255 = 52%

160
163
132

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

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 132 = 455 (100%)
R 160 of 455 ~ 35.16%
G 163 of 455 ~ 35.82%
B 132 of 455 ~ 29.01%

%35.16
%35.82
%29.01

CMYK color model

#A0A384 color CMYK value is (2,0,19,36).

  • cyan value is 1.84%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 36.08%
CMYK:
(2,0,19,36)
C2M0Y19K36 
(2%,0%,19%,36%)
(0.02/0.00/0.19/0.36)	

CMYK percentages

%1.84
%0
%19.02
%36.08

Codes

Color #A0A384 in popluar color models

A0A384
RGB160163132
HSL66°14.42%57.84%
HSB/HSV66°19.02%63.92%
CMYK1.84%0.00%19.02%
36.08%

Color #A0A384 in popluar number systems.

HEXA0A384
Decimal160163132
Binary101000001010001110000100
Octal240243204

Shades and tints

Shades of #A0A384

#A0A384
(160,163,132)
#929578
(146,149,120)
#84876C
(132,135,108)
#767960
(118,121,96)
#686B54
(104,107,84)
#5A5D48
(90,93,72)
#4C4F3C
(76,79,60)
#3E4130
(62,65,48)
#303324
(48,51,36)
#222518
(34,37,24)
#14170C
(20,23,12)
#000000
(0,0,0)

Tints of #A0A384

#A0A384
(160,163,132)
#A8AB8F
(168,171,143)
#B0B39A
(176,179,154)
#B8BBA5
(184,187,165)
#C0C3B0
(192,195,176)
#C8CBBB
(200,203,187)
#D0D3C6
(208,211,198)
#D8DBD1
(216,219,209)
#E0E3DC
(224,227,220)
#E8EBE7
(232,235,231)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A384; }

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

This text font color is #A0A384.


Background Color

.myBgColor { background-color: #A0A384; }

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

This div background color is #A0A384.


Border color

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

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

This div border color is #A0A384.


Opacity

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

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

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

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

This text has shadow with #A0A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A384 on black background.


Color preview on white background

This text has color #A0A384 on white background.



Black color preview on #A0A384 background

This text has black color on #A0A384 background.


White color preview on #A0A384 background

This text has white color on #A0A384 background.