COLOR #ABA491

HEX: #ABA491
RGB: (171,164,145)

Color info

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

RGB color model

#ABA491 color RGB value is (171,164,145).

  • red value is 171;
  • green value is 164;
  • blue value is 145.
RGB:
(171,164,145)
(67%,64%,57%)

RGB channels and saturation

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

171
164
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 164 + 145 = 480 (100%)
R 171 of 480 ~ 35.63%
G 164 of 480 ~ 34.17%
B 145 of 480 ~ 30.21%

%35.63
%34.17
%30.21

CMYK color model

#ABA491 color CMYK value is (0,4,15,33).

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,4,15,33)
C0M4Y15K33 
(0%,4%,15%,33%)
(0.00/0.04/0.15/0.33)	

CMYK percentages

%0
%4.09
%15.2
%32.94

Codes

Color #ABA491 in popluar color models

ABA491
RGB171164145
HSL44°13.40%61.96%
HSB/HSV44°15.20%67.06%
CMYK0.00%4.09%15.20%
32.94%

Color #ABA491 in popluar number systems.

HEXABA491
Decimal171164145
Binary101010111010010010010001
Octal253244221

Shades and tints

Shades of #ABA491

#ABA491
(171,164,145)
#9C9684
(156,150,132)
#8D8877
(141,136,119)
#7E7A6A
(126,122,106)
#6F6C5D
(111,108,93)
#605E50
(96,94,80)
#515043
(81,80,67)
#424236
(66,66,54)
#333429
(51,52,41)
#24261C
(36,38,28)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #ABA491

#ABA491
(171,164,145)
#B2AC9B
(178,172,155)
#B9B4A5
(185,180,165)
#C0BCAF
(192,188,175)
#C7C4B9
(199,196,185)
#CECCC3
(206,204,195)
#D5D4CD
(213,212,205)
#DCDCD7
(220,220,215)
#E3E4E1
(227,228,225)
#EAECEB
(234,236,235)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA491; }

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

This text font color is #ABA491.


Background Color

.myBgColor { background-color: #ABA491; }

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

This div background color is #ABA491.


Border color

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

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

This div border color is #ABA491.


Opacity

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

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

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

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

This text has shadow with #ABA491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA491 on black background.


Color preview on white background

This text has color #ABA491 on white background.



Black color preview on #ABA491 background

This text has black color on #ABA491 background.


White color preview on #ABA491 background

This text has white color on #ABA491 background.