COLOR #A0A791

HEX: #A0A791 RGB: (160,167,145)

Color info

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

RGB color model

#A0A791 color RGB value is (160,167,145).

RGB: (160,167,145) (63%, 65%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 167 of 255 = 65%
B 145 of 255 = 57%

160
167
145

R + G + B ~ 62%. #A0A791 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 167 + 145 = 472 (100%)
R 160 of 472 ~ 33.9%
G 167 of 472 ~ 35.38%
B 145 of 472 ~ 30.72'%

%33.9
%35.38
%30.72

CMYK color model

#A0A791 color CMYK value is (4,0,13,35).

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 34.51%

CMYK: (4,0,13,35)
C4M0Y13K35 (4%, 0%, 13%, 35%)
(0.04 / 0.00 / 0.13 / 0.35)

CMYK percentages

%4.19
%0
%13.17
%34.51

Codes

Color #A0A791 in popluar color models

A0 A7 91
RGB 160 167 145
HSL 79° 11.11% 61.18%
HSB/HSV 79° 13.17% 65.49%
CMYK 4.19% 0.00% 13.17%
34.51%

Color #A0A791 in popluar number systems.

HEX A0 A7 91
Decimal 160 167 145
Binary 10100000 10100111 10010001
Octal 240 247 221

Shades and tints

Shades of #A0A791

#A0A791
(160,167,145)
#929884
(146,152,132)
#848977
(132,137,119)
#767A6A
(118,122,106)
#686B5D
(104,107,93)
#5A5C50
(90,92,80)
#4C4D43
(76,77,67)
#3E3E36
(62,62,54)
#302F29
(48,47,41)
#22201C
(34,32,28)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #A0A791

#A0A791
(160,167,145)
#A8AF9B
(168,175,155)
#B0B7A5
(176,183,165)
#B8BFAF
(184,191,175)
#C0C7B9
(192,199,185)
#C8CFC3
(200,207,195)
#D0D7CD
(208,215,205)
#D8DFD7
(216,223,215)
#E0E7E1
(224,231,225)
#E8EFEB
(232,239,235)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A791; }

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

This text font color is #A0A791.

Background Color

.myBgColor { background-color: #A0A791; }

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

This div background color is #A0A791.

Border color

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

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

This div border color is #A0A791.

Opacity

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

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

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

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

This text has shadow with #A0A791 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A791.

Preview

Color preview on black background

This text has color #A0A791 on black background.


Color preview on white background

This text has color #A0A791 on white background.


Black color preview on #A0A791 background

This text has black color on #A0A791 background.


White color preview on #A0A791 background

This text has white color on #A0A791 background.


Related colors

Complementary color

Complementary color for #hex is #5F586E.


I love getcolorcode.com

Triadic colors

1 #91A0A7 and #A791A0 with #A0A791 are triadic colors.

2 #91A7A0 and #A7A091 with #A0A791 are triadic colors.