COLOR #A0B79F

HEX: #A0B79F
RGB: (160,183,159)

Color info

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

RGB color model

#A0B79F color RGB value is (160,183,159).

  • red value is 160;
  • green value is 183;
  • blue value is 159.
RGB:
(160,183,159)
(63%,72%,62%)

RGB channels and saturation

R 160 of 255 = 63%
G 183 of 255 = 72%
B 159 of 255 = 62%

160
183
159

R + G + B ~ 66%. #A0B79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 183 + 159 = 502 (100%)
R 160 of 502 ~ 31.87%
G 183 of 502 ~ 36.45%
B 159 of 502 ~ 31.67%

%31.87
%36.45
%31.67

CMYK color model

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

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 28.24%
CMYK:
(13,0,13,28)
C13M0Y13K28 
(13%,0%,13%,28%)
(0.13/0.00/0.13/0.28)	

CMYK percentages

%12.57
%0
%13.11
%28.24

Codes

Color #A0B79F in popluar color models

A0B79F
RGB160183159
HSL118°14.29%67.06%
HSB/HSV118°13.11%71.76%
CMYK12.57%0.00%13.11%
28.24%

Color #A0B79F in popluar number systems.

HEXA0B79F
Decimal160183159
Binary101000001011011110011111
Octal240267237

Shades and tints

Shades of #A0B79F

#A0B79F
(160,183,159)
#92A791
(146,167,145)
#849783
(132,151,131)
#768775
(118,135,117)
#687767
(104,119,103)
#5A6759
(90,103,89)
#4C574B
(76,87,75)
#3E473D
(62,71,61)
#30372F
(48,55,47)
#222721
(34,39,33)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A0B79F

#A0B79F
(160,183,159)
#A8BDA7
(168,189,167)
#B0C3AF
(176,195,175)
#B8C9B7
(184,201,183)
#C0CFBF
(192,207,191)
#C8D5C7
(200,213,199)
#D0DBCF
(208,219,207)
#D8E1D7
(216,225,215)
#E0E7DF
(224,231,223)
#E8EDE7
(232,237,231)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B79F; }

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

This text font color is #A0B79F.


Background Color

.myBgColor { background-color: #A0B79F; }

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

This div background color is #A0B79F.


Border color

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

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

This div border color is #A0B79F.


Opacity

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

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

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

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

This text has shadow with #A0B79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B79F on black background.


Color preview on white background

This text has color #A0B79F on white background.



Black color preview on #A0B79F background

This text has black color on #A0B79F background.


White color preview on #A0B79F background

This text has white color on #A0B79F background.