COLOR #A0B79C

HEX: #A0B79C RGB: (160,183,156)

Color info

#A0B79C contains red, green and blue colors in about the same proportion. Web safe color of #A0B79C is #99CC99 (or #9C9).

RGB color model

#A0B79C color RGB value is (160,183,156).

RGB: (160,183,156) (63%, 72%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 156 of 255 = 61%

160
183
156

R + G + B ~ 65%. #A0B79C is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 183 + 156 = 499 (100%)
R 160 of 499 ~ 32.06%
G 183 of 499 ~ 36.67%
B 156 of 499 ~ 31.26'%

%32.06
%36.67
%31.26

CMYK color model

#A0B79C color CMYK value is (13,0,15,28).

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK: (13,0,15,28) C13M0Y15K28 (13%,0%,15%,28%) (0.13/0.00/0.15/0.28) 

CMYK percentages

%12.57
%0
%14.75
%28.24

Codes

Color #A0B79C in popluar color models

A0 B7 9C
RGB 160 183 156
HSL 111° 15.79% 66.47%
HSB/HSV 111° 14.75% 71.76%
CMYK 12.57% 0.00% 14.75%
28.24%

Color #A0B79C in popluar number systems.

HEX A0 B7 9C
Decimal 160 183 156
Binary 10100000 10110111 10011100
Octal 240 267 234

Shades and tints

Shades of #A0B79C

#A0B79C
(160,183,156)
#92A78E
(146,167,142)
#849780
(132,151,128)
#768772
(118,135,114)
#687764
(104,119,100)
#5A6756
(90,103,86)
#4C5748
(76,87,72)
#3E473A
(62,71,58)
#30372C
(48,55,44)
#22271E
(34,39,30)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #A0B79C

#A0B79C
(160,183,156)
#A8BDA5
(168,189,165)
#B0C3AE
(176,195,174)
#B8C9B7
(184,201,183)
#C0CFC0
(192,207,192)
#C8D5C9
(200,213,201)
#D0DBD2
(208,219,210)
#D8E1DB
(216,225,219)
#E0E7E4
(224,231,228)
#E8EDED
(232,237,237)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B79C color. Also use rgb(160,183,156) instead hex code.

Text Font Color

.myTextColor { color: #A0B79C; }

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

This text font color is #A0B79C.

Background Color

.myBgColor { background-color: #A0B79C; }

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

This div background color is #A0B79C.

Border color

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

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

This div border color is #A0B79C.

Opacity

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

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

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

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

This text has shadow with #A0B79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B79C.

Preview

Color preview on black background

This text has color #A0B79C on black background.


Color preview on white background

This text has color #A0B79C on white background.


Black color preview on #A0B79C background

This text has black color on #A0B79C background.


White color preview on #A0B79C background

This text has white color on #A0B79C background.


Related colors

Complementary color

Complementary color for #hex is #5F4863.


I love getcolorcode.com

Triadic colors

1 #9CA0B7 and #B79CA0 with #A0B79C are triadic colors.

2 #9CB7A0 and #B7A09C with #A0B79C are triadic colors.