COLOR #A0A598

HEX: #A0A598
RGB: (160,165,152)

Color info

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

RGB color model

#A0A598 color RGB value is (160,165,152).

  • red value is 160;
  • green value is 165;
  • blue value is 152.
RGB:
(160,165,152)
(63%,65%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 152 of 255 = 60%

160
165
152

R + G + B ~ 63%. #A0A598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 165 + 152 = 477 (100%)
R 160 of 477 ~ 33.54%
G 165 of 477 ~ 34.59%
B 152 of 477 ~ 31.87%

%33.54
%34.59
%31.87

CMYK color model

#A0A598 color CMYK value is (3,0,8,35).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK:
(3,0,8,35)
C3M0Y8K35 
(3%,0%,8%,35%)
(0.03/0.00/0.08/0.35)	

CMYK percentages

%3.03
%0
%7.88
%35.29

Codes

Color #A0A598 in popluar color models

A0A598
RGB160165152
HSL83°6.74%62.16%
HSB/HSV83°7.88%64.71%
CMYK3.03%0.00%7.88%
35.29%

Color #A0A598 in popluar number systems.

HEXA0A598
Decimal160165152
Binary101000001010010110011000
Octal240245230

Shades and tints

Shades of #A0A598

#A0A598
(160,165,152)
#92968B
(146,150,139)
#84877E
(132,135,126)
#767871
(118,120,113)
#686964
(104,105,100)
#5A5A57
(90,90,87)
#4C4B4A
(76,75,74)
#3E3C3D
(62,60,61)
#302D30
(48,45,48)
#221E23
(34,30,35)
#140F16
(20,15,22)
#000000
(0,0,0)

Tints of #A0A598

#A0A598
(160,165,152)
#A8ADA1
(168,173,161)
#B0B5AA
(176,181,170)
#B8BDB3
(184,189,179)
#C0C5BC
(192,197,188)
#C8CDC5
(200,205,197)
#D0D5CE
(208,213,206)
#D8DDD7
(216,221,215)
#E0E5E0
(224,229,224)
#E8EDE9
(232,237,233)
#F0F5F2
(240,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A598; }

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

This text font color is #A0A598.


Background Color

.myBgColor { background-color: #A0A598; }

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

This div background color is #A0A598.


Border color

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

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

This div border color is #A0A598.


Opacity

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

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

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

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

This text has shadow with #A0A598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A598 on black background.


Color preview on white background

This text has color #A0A598 on white background.



Black color preview on #A0A598 background

This text has black color on #A0A598 background.


White color preview on #A0A598 background

This text has white color on #A0A598 background.