COLOR #A0A792

HEX: #A0A792 RGB: (160,167,146)

Color info

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

RGB color model

#A0A792 color RGB value is (160,167,146).

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

RGB channels and saturation

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

160
167
146

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

Portions of RGB colors in percentages

R + G + B = 160 + 167 + 146 = 473 (100%)
R 160 of 473 ~ 33.83%
G 167 of 473 ~ 35.31%
B 146 of 473 ~ 30.87'%

%33.83
%35.31
%30.87

CMYK color model

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

  • cyan value is 4.19%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • 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
%12.57
%34.51

Codes

Color #A0A792 in popluar color models

A0 A7 92
RGB 160 167 146
HSL 80° 10.66% 61.37%
HSB/HSV 80° 12.57% 65.49%
CMYK 4.19% 0.00% 12.57%
34.51%

Color #A0A792 in popluar number systems.

HEX A0 A7 92
Decimal 160 167 146
Binary 10100000 10100111 10010010
Octal 240 247 222

Shades and tints

Shades of #A0A792

#A0A792
(160,167,146)
#929885
(146,152,133)
#848978
(132,137,120)
#767A6B
(118,122,107)
#686B5E
(104,107,94)
#5A5C51
(90,92,81)
#4C4D44
(76,77,68)
#3E3E37
(62,62,55)
#302F2A
(48,47,42)
#22201D
(34,32,29)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #A0A792

#A0A792
(160,167,146)
#A8AF9B
(168,175,155)
#B0B7A4
(176,183,164)
#B8BFAD
(184,191,173)
#C0C7B6
(192,199,182)
#C8CFBF
(200,207,191)
#D0D7C8
(208,215,200)
#D8DFD1
(216,223,209)
#E0E7DA
(224,231,218)
#E8EFE3
(232,239,227)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A792; }

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

This text font color is #A0A792.

Background Color

.myBgColor { background-color: #A0A792; }

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

This div background color is #A0A792.

Border color

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

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

This div border color is #A0A792.

Opacity

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

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

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

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

This text has shadow with #A0A792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A792.

Preview

Color preview on black background

This text has color #A0A792 on black background.


Color preview on white background

This text has color #A0A792 on white background.


Black color preview on #A0A792 background

This text has black color on #A0A792 background.


White color preview on #A0A792 background

This text has white color on #A0A792 background.


Related colors

Complementary color

Complementary color for #hex is #5F586D.


I love getcolorcode.com

Triadic colors

1 #92A0A7 and #A792A0 with #A0A792 are triadic colors.

2 #92A7A0 and #A7A092 with #A0A792 are triadic colors.