COLOR #A0B198

HEX: #A0B198 RGB: (160,177,152)

Color info

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

RGB color model

#A0B198 color RGB value is (160,177,152).

RGB: (160,177,152) (63%, 69%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 152 of 255 = 60%

160
177
152

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

Portions of RGB colors in percentages

R + G + B = 160 + 177 + 152 = 489 (100%)
R 160 of 489 ~ 32.72%
G 177 of 489 ~ 36.2%
B 152 of 489 ~ 31.08'%

%32.72
%36.2
%31.08

CMYK color model

#A0B198 color CMYK value is (10,0,14,31).

  • cyan value is 9.60%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 30.59%

CMYK: (10,0,14,31)
C10M0Y14K31 (10%, 0%, 14%, 31%)
(0.10 / 0.00 / 0.14 / 0.31)

CMYK percentages

%9.6
%0
%14.12
%30.59

Codes

Color #A0B198 in popluar color models

A0 B1 98
RGB 160 177 152
HSL 101° 13.81% 64.51%
HSB/HSV 101° 14.12% 69.41%
CMYK 9.60% 0.00% 14.12%
30.59%

Color #A0B198 in popluar number systems.

HEX A0 B1 98
Decimal 160 177 152
Binary 10100000 10110001 10011000
Octal 240 261 230

Shades and tints

Shades of #A0B198

#A0B198
(160,177,152)
#92A18B
(146,161,139)
#84917E
(132,145,126)
#768171
(118,129,113)
#687164
(104,113,100)
#5A6157
(90,97,87)
#4C514A
(76,81,74)
#3E413D
(62,65,61)
#303130
(48,49,48)
#222123
(34,33,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #A0B198

#A0B198
(160,177,152)
#A8B8A1
(168,184,161)
#B0BFAA
(176,191,170)
#B8C6B3
(184,198,179)
#C0CDBC
(192,205,188)
#C8D4C5
(200,212,197)
#D0DBCE
(208,219,206)
#D8E2D7
(216,226,215)
#E0E9E0
(224,233,224)
#E8F0E9
(232,240,233)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B198; }

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

This text font color is #A0B198.

Background Color

.myBgColor { background-color: #A0B198; }

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

This div background color is #A0B198.

Border color

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

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

This div border color is #A0B198.

Opacity

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

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

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

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

This text has shadow with #A0B198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B198.

Preview

Color preview on black background

This text has color #A0B198 on black background.


Color preview on white background

This text has color #A0B198 on white background.


Black color preview on #A0B198 background

This text has black color on #A0B198 background.


White color preview on #A0B198 background

This text has white color on #A0B198 background.


Related colors

Complementary color

Complementary color for #hex is #5F4E67.


I love getcolorcode.com

Triadic colors

1 #98A0B1 and #B198A0 with #A0B198 are triadic colors.

2 #98B1A0 and #B1A098 with #A0B198 are triadic colors.