COLOR #ABA391

HEX: #ABA391
RGB: (171,163,145)

Color info

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

RGB color model

#ABA391 color RGB value is (171,163,145).

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

RGB channels and saturation

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

171
163
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 145 = 479 (100%)
R 171 of 479 ~ 35.7%
G 163 of 479 ~ 34.03%
B 145 of 479 ~ 30.27%

%35.7
%34.03
%30.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.68%
  • 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
%4.68
%15.2
%32.94

Codes

Color #ABA391 in popluar color models

ABA391
RGB171163145
HSL42°13.40%61.96%
HSB/HSV42°15.20%67.06%
CMYK0.00%4.68%15.20%
32.94%

Color #ABA391 in popluar number systems.

HEXABA391
Decimal171163145
Binary101010111010001110010001
Octal253243221

Shades and tints

Shades of #ABA391

#ABA391
(171,163,145)
#9C9584
(156,149,132)
#8D8777
(141,135,119)
#7E796A
(126,121,106)
#6F6B5D
(111,107,93)
#605D50
(96,93,80)
#514F43
(81,79,67)
#424136
(66,65,54)
#333329
(51,51,41)
#24251C
(36,37,28)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #ABA391

#ABA391
(171,163,145)
#B2AB9B
(178,171,155)
#B9B3A5
(185,179,165)
#C0BBAF
(192,187,175)
#C7C3B9
(199,195,185)
#CECBC3
(206,203,195)
#D5D3CD
(213,211,205)
#DCDBD7
(220,219,215)
#E3E3E1
(227,227,225)
#EAEBEB
(234,235,235)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA391; }

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

This text font color is #ABA391.


Background Color

.myBgColor { background-color: #ABA391; }

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

This div background color is #ABA391.


Border color

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

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

This div border color is #ABA391.


Opacity

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

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

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

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

This text has shadow with #ABA391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA391 on black background.


Color preview on white background

This text has color #ABA391 on white background.



Black color preview on #ABA391 background

This text has black color on #ABA391 background.


White color preview on #ABA391 background

This text has white color on #ABA391 background.