COLOR #A0B69B

HEX: #A0B69B
RGB: (160,182,155)

Color info

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

RGB color model

#A0B69B color RGB value is (160,182,155).

  • red value is 160;
  • green value is 182;
  • blue value is 155.
RGB:
(160,182,155)
(63%,71%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 155 of 255 = 61%

160
182
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 155 = 497 (100%)
R 160 of 497 ~ 32.19%
G 182 of 497 ~ 36.62%
B 155 of 497 ~ 31.19%

%32.19
%36.62
%31.19

CMYK color model

#A0B69B color CMYK value is (12,0,15,29).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 28.63%
CMYK:
(12,0,15,29)
C12M0Y15K29 
(12%,0%,15%,29%)
(0.12/0.00/0.15/0.29)	

CMYK percentages

%12.09
%0
%14.84
%28.63

Codes

Color #A0B69B in popluar color models

A0B69B
RGB160182155
HSL109°15.61%66.08%
HSB/HSV109°14.84%71.37%
CMYK12.09%0.00%14.84%
28.63%

Color #A0B69B in popluar number systems.

HEXA0B69B
Decimal160182155
Binary101000001011011010011011
Octal240266233

Shades and tints

Shades of #A0B69B

#A0B69B
(160,182,155)
#92A68D
(146,166,141)
#84967F
(132,150,127)
#768671
(118,134,113)
#687663
(104,118,99)
#5A6655
(90,102,85)
#4C5647
(76,86,71)
#3E4639
(62,70,57)
#30362B
(48,54,43)
#22261D
(34,38,29)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #A0B69B

#A0B69B
(160,182,155)
#A8BCA4
(168,188,164)
#B0C2AD
(176,194,173)
#B8C8B6
(184,200,182)
#C0CEBF
(192,206,191)
#C8D4C8
(200,212,200)
#D0DAD1
(208,218,209)
#D8E0DA
(216,224,218)
#E0E6E3
(224,230,227)
#E8ECEC
(232,236,236)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B69B color. Also use rgb(160,182,155) instead hex code.

Text Font Color

.myTextColor { color: #A0B69B; }

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

This text font color is #A0B69B.


Background Color

.myBgColor { background-color: #A0B69B; }

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

This div background color is #A0B69B.


Border color

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

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

This div border color is #A0B69B.


Opacity

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

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

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

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

This text has shadow with #A0B69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B69B on black background.


Color preview on white background

This text has color #A0B69B on white background.



Black color preview on #A0B69B background

This text has black color on #A0B69B background.


White color preview on #A0B69B background

This text has white color on #A0B69B background.