COLOR #A0AC93

HEX: #A0AC93 RGB: (160,172,147)

Color info

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

RGB color model

#A0AC93 color RGB value is (160,172,147).

RGB: (160,172,147) (63%, 67%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 172 of 255 = 67%
B 147 of 255 = 58%

160
172
147

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

Portions of RGB colors in percentages

R + G + B = 160 + 172 + 147 = 479 (100%)
R 160 of 479 ~ 33.4%
G 172 of 479 ~ 35.91%
B 147 of 479 ~ 30.69'%

%33.4
%35.91
%30.69

CMYK color model

#A0AC93 color CMYK value is (7,0,15,33).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 32.55%

CMYK: (7,0,15,33)
C7M0Y15K33 (7%, 0%, 15%, 33%)
(0.07 / 0.00 / 0.15 / 0.33)

CMYK percentages

%6.98
%0
%14.53
%32.55

Codes

Color #A0AC93 in popluar color models

A0 AC 93
RGB 160 172 147
HSL 89° 13.09% 62.55%
HSB/HSV 89° 14.53% 67.45%
CMYK 6.98% 0.00% 14.53%
32.55%

Color #A0AC93 in popluar number systems.

HEX A0 AC 93
Decimal 160 172 147
Binary 10100000 10101100 10010011
Octal 240 254 223

Shades and tints

Shades of #A0AC93

#A0AC93
(160,172,147)
#929D86
(146,157,134)
#848E79
(132,142,121)
#767F6C
(118,127,108)
#68705F
(104,112,95)
#5A6152
(90,97,82)
#4C5245
(76,82,69)
#3E4338
(62,67,56)
#30342B
(48,52,43)
#22251E
(34,37,30)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #A0AC93

#A0AC93
(160,172,147)
#A8B39C
(168,179,156)
#B0BAA5
(176,186,165)
#B8C1AE
(184,193,174)
#C0C8B7
(192,200,183)
#C8CFC0
(200,207,192)
#D0D6C9
(208,214,201)
#D8DDD2
(216,221,210)
#E0E4DB
(224,228,219)
#E8EBE4
(232,235,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AC93; }

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

This text font color is #A0AC93.

Background Color

.myBgColor { background-color: #A0AC93; }

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

This div background color is #A0AC93.

Border color

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

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

This div border color is #A0AC93.

Opacity

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

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

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

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

This text has shadow with #A0AC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0AC93.

Preview

Color preview on black background

This text has color #A0AC93 on black background.


Color preview on white background

This text has color #A0AC93 on white background.


Black color preview on #A0AC93 background

This text has black color on #A0AC93 background.


White color preview on #A0AC93 background

This text has white color on #A0AC93 background.


Related colors

Complementary color

Complementary color for #hex is #5F536C.


I love getcolorcode.com

Triadic colors

1 #93A0AC and #AC93A0 with #A0AC93 are triadic colors.

2 #93ACA0 and #ACA093 with #A0AC93 are triadic colors.