COLOR #ABA997

HEX: #ABA997 RGB: (171,169,151)

Color info

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

RGB color model

#ABA997 color RGB value is (171,169,151).

RGB: (171,169,151) (67%, 66%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 151 of 255 = 59%

171
169
151

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

Portions of RGB colors in percentages

R + G + B = 171 + 169 + 151 = 491 (100%)
R 171 of 491 ~ 34.83%
G 169 of 491 ~ 34.42%
B 151 of 491 ~ 30.75'%

%34.83
%34.42
%30.75

CMYK color model

#ABA997 color CMYK value is (0,1,12,33).

  • cyan value is 0.00%
  • magenta value is 1.17%
  • yellow value is 11.70%
  • key color value is 32.94%

CMYK: (0,1,12,33)
C0M1Y12K33 (0%, 1%, 12%, 33%)
(0.00 / 0.01 / 0.12 / 0.33)

CMYK percentages

%0
%1.17
%11.7
%32.94

Codes

Color #ABA997 in popluar color models

AB A9 97
RGB 171 169 151
HSL 54° 10.64% 63.14%
HSB/HSV 54° 11.70% 67.06%
CMYK 0.00% 1.17% 11.70%
32.94%

Color #ABA997 in popluar number systems.

HEX AB A9 97
Decimal 171 169 151
Binary 10101011 10101001 10010111
Octal 253 251 227

Shades and tints

Shades of #ABA997

#ABA997
(171,169,151)
#9C9A8A
(156,154,138)
#8D8B7D
(141,139,125)
#7E7C70
(126,124,112)
#6F6D63
(111,109,99)
#605E56
(96,94,86)
#514F49
(81,79,73)
#42403C
(66,64,60)
#33312F
(51,49,47)
#242222
(36,34,34)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABA997

#ABA997
(171,169,151)
#B2B0A0
(178,176,160)
#B9B7A9
(185,183,169)
#C0BEB2
(192,190,178)
#C7C5BB
(199,197,187)
#CECCC4
(206,204,196)
#D5D3CD
(213,211,205)
#DCDAD6
(220,218,214)
#E3E1DF
(227,225,223)
#EAE8E8
(234,232,232)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA997 color. Also use rgb(171,169,151) instead hex code.

Text Font Color

.myTextColor { color: #ABA997; }

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

This text font color is #ABA997.

Background Color

.myBgColor { background-color: #ABA997; }

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

This div background color is #ABA997.

Border color

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

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

This div border color is #ABA997.

Opacity

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

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

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

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

This text has shadow with #ABA997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA997.

Preview

Color preview on black background

This text has color #ABA997 on black background.


Color preview on white background

This text has color #ABA997 on white background.


Black color preview on #ABA997 background

This text has black color on #ABA997 background.


White color preview on #ABA997 background

This text has white color on #ABA997 background.


Related colors

Complementary color

Complementary color for #hex is #545668.


I love getcolorcode.com

Triadic colors

1 #97ABA9 and #A997AB with #ABA997 are triadic colors.

2 #97A9AB and #A9AB97 with #ABA997 are triadic colors.