COLOR #A0A58A

HEX: #A0A58A RGB: (160,165,138)

Color info

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

RGB color model

#A0A58A color RGB value is (160,165,138).

RGB: (160,165,138) (63%, 65%, 54%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 138 of 255 = 54%

160
165
138

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 138 = 463 (100%)
R 160 of 463 ~ 34.56%
G 165 of 463 ~ 35.64%
B 138 of 463 ~ 29.81'%

%34.56
%35.64
%29.81

CMYK color model

#A0A58A color CMYK value is (3,0,16,35).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 35.29%

CMYK: (3,0,16,35)
C3M0Y16K35 (3%, 0%, 16%, 35%)
(0.03 / 0.00 / 0.16 / 0.35)

CMYK percentages

%3.03
%0
%16.36
%35.29

Codes

Color #A0A58A in popluar color models

A0 A5 8A
RGB 160 165 138
HSL 71° 13.04% 59.41%
HSB/HSV 71° 16.36% 64.71%
CMYK 3.03% 0.00% 16.36%
35.29%

Color #A0A58A in popluar number systems.

HEX A0 A5 8A
Decimal 160 165 138
Binary 10100000 10100101 10001010
Octal 240 245 212

Shades and tints

Shades of #A0A58A

#A0A58A
(160,165,138)
#92967E
(146,150,126)
#848772
(132,135,114)
#767866
(118,120,102)
#68695A
(104,105,90)
#5A5A4E
(90,90,78)
#4C4B42
(76,75,66)
#3E3C36
(62,60,54)
#302D2A
(48,45,42)
#221E1E
(34,30,30)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A0A58A

#A0A58A
(160,165,138)
#A8AD94
(168,173,148)
#B0B59E
(176,181,158)
#B8BDA8
(184,189,168)
#C0C5B2
(192,197,178)
#C8CDBC
(200,205,188)
#D0D5C6
(208,213,198)
#D8DDD0
(216,221,208)
#E0E5DA
(224,229,218)
#E8EDE4
(232,237,228)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A58A; }

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

This text font color is #A0A58A.

Background Color

.myBgColor { background-color: #A0A58A; }

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

This div background color is #A0A58A.

Border color

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

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

This div border color is #A0A58A.

Opacity

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

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

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

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

This text has shadow with #A0A58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A58A.

Preview

Color preview on black background

This text has color #A0A58A on black background.


Color preview on white background

This text has color #A0A58A on white background.


Black color preview on #A0A58A background

This text has black color on #A0A58A background.


White color preview on #A0A58A background

This text has white color on #A0A58A background.


Related colors

Complementary color

Complementary color for #hex is #5F5A75.


I love getcolorcode.com

Triadic colors

1 #8AA0A5 and #A58AA0 with #A0A58A are triadic colors.

2 #8AA5A0 and #A5A08A with #A0A58A are triadic colors.