COLOR #A0B7AA

HEX: #A0B7AA RGB: (160,183,170)

Color info

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

RGB color model

#A0B7AA color RGB value is (160,183,170).

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

RGB channels and saturation

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

160
183
170

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

Portions of RGB colors in percentages

R + G + B = 160 + 183 + 170 = 513 (100%)
R 160 of 513 ~ 31.19%
G 183 of 513 ~ 35.67%
B 170 of 513 ~ 33.14'%

%31.19
%35.67
%33.14

CMYK color model

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

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

CMYK: (13,0,7,28)
C13M0Y7K28 (13%, 0%, 7%, 28%)
(0.13 / 0.00 / 0.07 / 0.28)

CMYK percentages

%12.57
%0
%7.1
%28.24

Codes

Color #A0B7AA in popluar color models

A0 B7 AA
RGB 160 183 170
HSL 146° 13.77% 67.25%
HSB/HSV 146° 12.57% 71.76%
CMYK 12.57% 0.00% 7.10%
28.24%

Color #A0B7AA in popluar number systems.

HEX A0 B7 AA
Decimal 160 183 170
Binary 10100000 10110111 10101010
Octal 240 267 252

Shades and tints

Shades of #A0B7AA

#A0B7AA
(160,183,170)
#92A79B
(146,167,155)
#84978C
(132,151,140)
#76877D
(118,135,125)
#68776E
(104,119,110)
#5A675F
(90,103,95)
#4C5750
(76,87,80)
#3E4741
(62,71,65)
#303732
(48,55,50)
#222723
(34,39,35)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #A0B7AA

#A0B7AA
(160,183,170)
#A8BDB1
(168,189,177)
#B0C3B8
(176,195,184)
#B8C9BF
(184,201,191)
#C0CFC6
(192,207,198)
#C8D5CD
(200,213,205)
#D0DBD4
(208,219,212)
#D8E1DB
(216,225,219)
#E0E7E2
(224,231,226)
#E8EDE9
(232,237,233)
#F0F3F0
(240,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B7AA; }

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

This text font color is #A0B7AA.

Background Color

.myBgColor { background-color: #A0B7AA; }

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

This div background color is #A0B7AA.

Border color

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

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

This div border color is #A0B7AA.

Opacity

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

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

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

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

This text has shadow with #A0B7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B7AA.

Preview

Color preview on black background

This text has color #A0B7AA on black background.


Color preview on white background

This text has color #A0B7AA on white background.


Black color preview on #A0B7AA background

This text has black color on #A0B7AA background.


White color preview on #A0B7AA background

This text has white color on #A0B7AA background.


Related colors

Complementary color

Complementary color for #hex is #5F4855.


I love getcolorcode.com

Triadic colors

1 #AAA0B7 and #B7AAA0 with #A0B7AA are triadic colors.

2 #AAB7A0 and #B7A0AA with #A0B7AA are triadic colors.