COLOR #ABA291

HEX: #ABA291 RGB: (171,162,145)

Color info

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

RGB color model

#ABA291 color RGB value is (171,162,145).

RGB: (171,162,145) (67%, 64%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 145 of 255 = 57%

171
162
145

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

Portions of RGB colors in percentages

R + G + B = 171 + 162 + 145 = 478 (100%)
R 171 of 478 ~ 35.77%
G 162 of 478 ~ 33.89%
B 145 of 478 ~ 30.33'%

%35.77
%33.89
%30.33

CMYK color model

#ABA291 color CMYK value is (0,5,15,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 15.20%
  • key color value is 32.94%

CMYK: (0,5,15,33)
C0M5Y15K33 (0%, 5%, 15%, 33%)
(0.00 / 0.05 / 0.15 / 0.33)

CMYK percentages

%0
%5.26
%15.2
%32.94

Codes

Color #ABA291 in popluar color models

AB A2 91
RGB 171 162 145
HSL 39° 13.40% 61.96%
HSB/HSV 39° 15.20% 67.06%
CMYK 0.00% 5.26% 15.20%
32.94%

Color #ABA291 in popluar number systems.

HEX AB A2 91
Decimal 171 162 145
Binary 10101011 10100010 10010001
Octal 253 242 221

Shades and tints

Shades of #ABA291

#ABA291
(171,162,145)
#9C9484
(156,148,132)
#8D8677
(141,134,119)
#7E786A
(126,120,106)
#6F6A5D
(111,106,93)
#605C50
(96,92,80)
#514E43
(81,78,67)
#424036
(66,64,54)
#333229
(51,50,41)
#24241C
(36,36,28)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #ABA291

#ABA291
(171,162,145)
#B2AA9B
(178,170,155)
#B9B2A5
(185,178,165)
#C0BAAF
(192,186,175)
#C7C2B9
(199,194,185)
#CECAC3
(206,202,195)
#D5D2CD
(213,210,205)
#DCDAD7
(220,218,215)
#E3E2E1
(227,226,225)
#EAEAEB
(234,234,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA291 color. Also use rgb(171,162,145) instead hex code.

Text Font Color

.myTextColor { color: #ABA291; }

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

This text font color is #ABA291.

Background Color

.myBgColor { background-color: #ABA291; }

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

This div background color is #ABA291.

Border color

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

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

This div border color is #ABA291.

Opacity

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

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

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

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

This text has shadow with #ABA291 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA291.

Preview

Color preview on black background

This text has color #ABA291 on black background.


Color preview on white background

This text has color #ABA291 on white background.


Black color preview on #ABA291 background

This text has black color on #ABA291 background.


White color preview on #ABA291 background

This text has white color on #ABA291 background.


Related colors

Complementary color

Complementary color for #hex is #545D6E.


I love getcolorcode.com

Triadic colors

1 #91ABA2 and #A291AB with #ABA291 are triadic colors.

2 #91A2AB and #A2AB91 with #ABA291 are triadic colors.