COLOR #ABA791

HEX: #ABA791
RGB: (171,167,145)

Color info

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

RGB color model

#ABA791 color RGB value is (171,167,145).

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

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 145 of 255 = 57%

171
167
145

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 145 = 483 (100%)
R 171 of 483 ~ 35.4%
G 167 of 483 ~ 34.58%
B 145 of 483 ~ 30.02%

%35.4
%34.58
%30.02

CMYK color model

#ABA791 color CMYK value is (0,2,15,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 15.20%
  • key color value is 32.94%
CMYK:
(0,2,15,33)
C0M2Y15K33 
(0%,2%,15%,33%)
(0.00/0.02/0.15/0.33)	

CMYK percentages

%0
%2.34
%15.2
%32.94

Codes

Color #ABA791 in popluar color models

ABA791
RGB171167145
HSL51°13.40%61.96%
HSB/HSV51°15.20%67.06%
CMYK0.00%2.34%15.20%
32.94%

Color #ABA791 in popluar number systems.

HEXABA791
Decimal171167145
Binary101010111010011110010001
Octal253247221

Shades and tints

Shades of #ABA791

#ABA791
(171,167,145)
#9C9884
(156,152,132)
#8D8977
(141,137,119)
#7E7A6A
(126,122,106)
#6F6B5D
(111,107,93)
#605C50
(96,92,80)
#514D43
(81,77,67)
#423E36
(66,62,54)
#332F29
(51,47,41)
#24201C
(36,32,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #ABA791

#ABA791
(171,167,145)
#B2AF9B
(178,175,155)
#B9B7A5
(185,183,165)
#C0BFAF
(192,191,175)
#C7C7B9
(199,199,185)
#CECFC3
(206,207,195)
#D5D7CD
(213,215,205)
#DCDFD7
(220,223,215)
#E3E7E1
(227,231,225)
#EAEFEB
(234,239,235)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA791; }

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

This text font color is #ABA791.


Background Color

.myBgColor { background-color: #ABA791; }

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

This div background color is #ABA791.


Border color

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

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

This div border color is #ABA791.


Opacity

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

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

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

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

This text has shadow with #ABA791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA791 on black background.


Color preview on white background

This text has color #ABA791 on white background.



Black color preview on #ABA791 background

This text has black color on #ABA791 background.


White color preview on #ABA791 background

This text has white color on #ABA791 background.