COLOR #A0B7A6

HEX: #A0B7A6 RGB: (160,183,166)

Color info

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

RGB color model

#A0B7A6 color RGB value is (160,183,166).

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

RGB channels and saturation

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

160
183
166

R + G + B ~ 67%. #A0B7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 183 + 166 = 509 (100%)
R 160 of 509 ~ 31.43%
G 183 of 509 ~ 35.95%
B 166 of 509 ~ 32.61'%

%31.43
%35.95
%32.61

CMYK color model

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

  • cyan value is 12.57%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 28.24%

CMYK: (13,0,9,28)
C13M0Y9K28 (13%, 0%, 9%, 28%)
(0.13 / 0.00 / 0.09 / 0.28)

CMYK percentages

%12.57
%0
%9.29
%28.24

Codes

Color #A0B7A6 in popluar color models

A0 B7 A6
RGB 160 183 166
HSL 136° 13.77% 67.25%
HSB/HSV 136° 12.57% 71.76%
CMYK 12.57% 0.00% 9.29%
28.24%

Color #A0B7A6 in popluar number systems.

HEX A0 B7 A6
Decimal 160 183 166
Binary 10100000 10110111 10100110
Octal 240 267 246

Shades and tints

Shades of #A0B7A6

#A0B7A6
(160,183,166)
#92A797
(146,167,151)
#849788
(132,151,136)
#768779
(118,135,121)
#68776A
(104,119,106)
#5A675B
(90,103,91)
#4C574C
(76,87,76)
#3E473D
(62,71,61)
#30372E
(48,55,46)
#22271F
(34,39,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #A0B7A6

#A0B7A6
(160,183,166)
#A8BDAE
(168,189,174)
#B0C3B6
(176,195,182)
#B8C9BE
(184,201,190)
#C0CFC6
(192,207,198)
#C8D5CE
(200,213,206)
#D0DBD6
(208,219,214)
#D8E1DE
(216,225,222)
#E0E7E6
(224,231,230)
#E8EDEE
(232,237,238)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B7A6; }

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

This text font color is #A0B7A6.

Background Color

.myBgColor { background-color: #A0B7A6; }

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

This div background color is #A0B7A6.

Border color

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

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

This div border color is #A0B7A6.

Opacity

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

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

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

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

This text has shadow with #A0B7A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B7A6.

Preview

Color preview on black background

This text has color #A0B7A6 on black background.


Color preview on white background

This text has color #A0B7A6 on white background.


Black color preview on #A0B7A6 background

This text has black color on #A0B7A6 background.


White color preview on #A0B7A6 background

This text has white color on #A0B7A6 background.


Related colors

Complementary color

Complementary color for #hex is #5F4859.


I love getcolorcode.com

Triadic colors

1 #A6A0B7 and #B7A6A0 with #A0B7A6 are triadic colors.

2 #A6B7A0 and #B7A0A6 with #A0B7A6 are triadic colors.