COLOR #ABA098

HEX: #ABA098 RGB: (171,160,152)

Color info

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

RGB color model

#ABA098 color RGB value is (171,160,152).

RGB: (171,160,152) (67%, 63%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 152 of 255 = 60%

171
160
152

R + G + B ~ 63%. #ABA098 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 160 + 152 = 483 (100%)
R 171 of 483 ~ 35.4%
G 160 of 483 ~ 33.13%
B 152 of 483 ~ 31.47'%

%35.4
%33.13
%31.47

CMYK color model

#ABA098 color CMYK value is (0,6,11,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 11.11%
  • key color value is 32.94%

CMYK: (0,6,11,33)
C0M6Y11K33 (0%, 6%, 11%, 33%)
(0.00 / 0.06 / 0.11 / 0.33)

CMYK percentages

%0
%6.43
%11.11
%32.94

Codes

Color #ABA098 in popluar color models

AB A0 98
RGB 171 160 152
HSL 25° 10.16% 63.33%
HSB/HSV 25° 11.11% 67.06%
CMYK 0.00% 6.43% 11.11%
32.94%

Color #ABA098 in popluar number systems.

HEX AB A0 98
Decimal 171 160 152
Binary 10101011 10100000 10011000
Octal 253 240 230

Shades and tints

Shades of #ABA098

#ABA098
(171,160,152)
#9C928B
(156,146,139)
#8D847E
(141,132,126)
#7E7671
(126,118,113)
#6F6864
(111,104,100)
#605A57
(96,90,87)
#514C4A
(81,76,74)
#423E3D
(66,62,61)
#333030
(51,48,48)
#242223
(36,34,35)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABA098

#ABA098
(171,160,152)
#B2A8A1
(178,168,161)
#B9B0AA
(185,176,170)
#C0B8B3
(192,184,179)
#C7C0BC
(199,192,188)
#CEC8C5
(206,200,197)
#D5D0CE
(213,208,206)
#DCD8D7
(220,216,215)
#E3E0E0
(227,224,224)
#EAE8E9
(234,232,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA098; }

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

This text font color is #ABA098.

Background Color

.myBgColor { background-color: #ABA098; }

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

This div background color is #ABA098.

Border color

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

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

This div border color is #ABA098.

Opacity

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

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

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

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

This text has shadow with #ABA098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA098.

Preview

Color preview on black background

This text has color #ABA098 on black background.


Color preview on white background

This text has color #ABA098 on white background.


Black color preview on #ABA098 background

This text has black color on #ABA098 background.


White color preview on #ABA098 background

This text has white color on #ABA098 background.


Related colors

Complementary color

Complementary color for #hex is #545F67.


I love getcolorcode.com

Triadic colors

1 #98ABA0 and #A098AB with #ABA098 are triadic colors.

2 #98A0AB and #A0AB98 with #ABA098 are triadic colors.