COLOR #A0B7A0

HEX: #A0B7A0 RGB: (160,183,160)

Color info

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

RGB color model

#A0B7A0 color RGB value is (160,183,160).

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

RGB channels and saturation

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

160
183
160

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

Portions of RGB colors in percentages

R + G + B = 160 + 183 + 160 = 503 (100%)
R 160 of 503 ~ 31.81%
G 183 of 503 ~ 36.38%
B 160 of 503 ~ 31.81'%

%31.81
%36.38
%31.81

CMYK color model

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

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

Codes

Color #A0B7A0 in popluar color models

A0 B7 A0
RGB 160 183 160
HSL 120° 13.77% 67.25%
HSB/HSV 120° 12.57% 71.76%
CMYK 12.57% 0.00% 12.57%
28.24%

Color #A0B7A0 in popluar number systems.

HEX A0 B7 A0
Decimal 160 183 160
Binary 10100000 10110111 10100000
Octal 240 267 240

Shades and tints

Shades of #A0B7A0

#A0B7A0
(160,183,160)
#92A792
(146,167,146)
#849784
(132,151,132)
#768776
(118,135,118)
#687768
(104,119,104)
#5A675A
(90,103,90)
#4C574C
(76,87,76)
#3E473E
(62,71,62)
#303730
(48,55,48)
#222722
(34,39,34)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0B7A0

#A0B7A0
(160,183,160)
#A8BDA8
(168,189,168)
#B0C3B0
(176,195,176)
#B8C9B8
(184,201,184)
#C0CFC0
(192,207,192)
#C8D5C8
(200,213,200)
#D0DBD0
(208,219,208)
#D8E1D8
(216,225,216)
#E0E7E0
(224,231,224)
#E8EDE8
(232,237,232)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B7A0; }

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

This text font color is #A0B7A0.

Background Color

.myBgColor { background-color: #A0B7A0; }

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

This div background color is #A0B7A0.

Border color

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

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

This div border color is #A0B7A0.

Opacity

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

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

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

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

This text has shadow with #A0B7A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B7A0.

Preview

Color preview on black background

This text has color #A0B7A0 on black background.


Color preview on white background

This text has color #A0B7A0 on white background.


Black color preview on #A0B7A0 background

This text has black color on #A0B7A0 background.


White color preview on #A0B7A0 background

This text has white color on #A0B7A0 background.


Related colors

Complementary color

Complementary color for #hex is #5F485F.


I love getcolorcode.com

Triadic colors

1 #A0A0B7 and #B7A0A0 with #A0B7A0 are triadic colors.

2 #A0B7A0 and #B7A0A0 with #A0B7A0 are triadic colors.