COLOR #A0BB6E

HEX: #A0BB6E RGB: (160,187,110)

Color info

#A0BB6E contains mainly red and green colors. Web safe color of #A0BB6E is #99CC66 (or #9C6).

RGB color model

#A0BB6E color RGB value is (160,187,110).

RGB: (160,187,110) (63%, 73%, 43%)

RGB channels and saturation

R 160 of 255 = 63%
G 187 of 255 = 73%
B 110 of 255 = 43%

160
187
110

R + G + B ~ 60%. #A0BB6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 160 + 187 + 110 = 457 (100%)
R 160 of 457 ~ 35.01%
G 187 of 457 ~ 40.92%
B 110 of 457 ~ 24.07'%

%35.01
%40.92
%24.07

CMYK color model

#A0BB6E color CMYK value is (14,0,41,27).

  • cyan value is 14.44%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 26.67%

CMYK: (14,0,41,27)
C14M0Y41K27 (14%, 0%, 41%, 27%)
(0.14 / 0.00 / 0.41 / 0.27)

CMYK percentages

%14.44
%0
%41.18
%26.67

Codes

Color #A0BB6E in popluar color models

A0 BB 6E
RGB 160 187 110
HSL 81° 36.15% 58.24%
HSB/HSV 81° 41.18% 73.33%
CMYK 14.44% 0.00% 41.18%
26.67%

Color #A0BB6E in popluar number systems.

HEX A0 BB 6E
Decimal 160 187 110
Binary 10100000 10111011 1101110
Octal 240 273 156

Shades and tints

Shades of #A0BB6E

#A0BB6E
(160,187,110)
#92AA64
(146,170,100)
#84995A
(132,153,90)
#768850
(118,136,80)
#687746
(104,119,70)
#5A663C
(90,102,60)
#4C5532
(76,85,50)
#3E4428
(62,68,40)
#30331E
(48,51,30)
#222214
(34,34,20)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #A0BB6E

#A0BB6E
(160,187,110)
#A8C17B
(168,193,123)
#B0C788
(176,199,136)
#B8CD95
(184,205,149)
#C0D3A2
(192,211,162)
#C8D9AF
(200,217,175)
#D0DFBC
(208,223,188)
#D8E5C9
(216,229,201)
#E0EBD6
(224,235,214)
#E8F1E3
(232,241,227)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BB6E color. Also use rgb(160,187,110) instead hex code.

Text Font Color

.myTextColor { color: #A0BB6E; }

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

This text font color is #A0BB6E.

Background Color

.myBgColor { background-color: #A0BB6E; }

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

This div background color is #A0BB6E.

Border color

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

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

This div border color is #A0BB6E.

Opacity

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

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

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

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

This text has shadow with #A0BB6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0BB6E.

Preview

Color preview on black background

This text has color #A0BB6E on black background.


Color preview on white background

This text has color #A0BB6E on white background.


Black color preview on #A0BB6E background

This text has black color on #A0BB6E background.


White color preview on #A0BB6E background

This text has white color on #A0BB6E background.


Related colors

Complementary color

Complementary color for #hex is #5F4491.


I love getcolorcode.com

Triadic colors

1 #6EA0BB and #BB6EA0 with #A0BB6E are triadic colors.

2 #6EBBA0 and #BBA06E with #A0BB6E are triadic colors.