COLOR #A2B097

HEX: #A2B097 RGB: (162,176,151)

Color info

#A2B097 contains red, green and blue colors in about the same proportion. Web safe color of #A2B097 is #999999 (or #999).

RGB color model

#A2B097 color RGB value is (162,176,151).

RGB: (162,176,151) (64%, 69%, 59%)

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 151 of 255 = 59%

162
176
151

R + G + B ~ 64%. #A2B097 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 176 + 151 = 489 (100%)
R 162 of 489 ~ 33.13%
G 176 of 489 ~ 35.99%
B 151 of 489 ~ 30.88'%

%33.13
%35.99
%30.88

CMYK color model

#A2B097 color CMYK value is (8,0,14,31).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 30.98%

CMYK: (8,0,14,31)
C8M0Y14K31 (8%, 0%, 14%, 31%)
(0.08 / 0.00 / 0.14 / 0.31)

CMYK percentages

%7.95
%0
%14.2
%30.98

Codes

Color #A2B097 in popluar color models

A2 B0 97
RGB 162 176 151
HSL 94° 13.66% 64.12%
HSB/HSV 94° 14.20% 69.02%
CMYK 7.95% 0.00% 14.20%
30.98%

Color #A2B097 in popluar number systems.

HEX A2 B0 97
Decimal 162 176 151
Binary 10100010 10110000 10010111
Octal 242 260 227

Shades and tints

Shades of #A2B097

#A2B097
(162,176,151)
#94A08A
(148,160,138)
#86907D
(134,144,125)
#788070
(120,128,112)
#6A7063
(106,112,99)
#5C6056
(92,96,86)
#4E5049
(78,80,73)
#40403C
(64,64,60)
#32302F
(50,48,47)
#242022
(36,32,34)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #A2B097

#A2B097
(162,176,151)
#AAB7A0
(170,183,160)
#B2BEA9
(178,190,169)
#BAC5B2
(186,197,178)
#C2CCBB
(194,204,187)
#CAD3C4
(202,211,196)
#D2DACD
(210,218,205)
#DAE1D6
(218,225,214)
#E2E8DF
(226,232,223)
#EAEFE8
(234,239,232)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B097 color. Also use rgb(162,176,151) instead hex code.

Text Font Color

.myTextColor { color: #A2B097; }

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

This text font color is #A2B097.

Background Color

.myBgColor { background-color: #A2B097; }

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

This div background color is #A2B097.

Border color

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

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

This div border color is #A2B097.

Opacity

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

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

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

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

This text has shadow with #A2B097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B097.

Preview

Color preview on black background

This text has color #A2B097 on black background.


Color preview on white background

This text has color #A2B097 on white background.


Black color preview on #A2B097 background

This text has black color on #A2B097 background.


White color preview on #A2B097 background

This text has white color on #A2B097 background.


Related colors

Complementary color

Complementary color for #hex is #5D4F68.


I love getcolorcode.com

Triadic colors

1 #97A2B0 and #B097A2 with #A2B097 are triadic colors.

2 #97B0A2 and #B0A297 with #A2B097 are triadic colors.