COLOR #ABA795

HEX: #ABA795
RGB: (171,167,149)

Color info

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

RGB color model

#ABA795 color RGB value is (171,167,149).

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

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 149 of 255 = 58%

171
167
149

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 149 = 487 (100%)
R 171 of 487 ~ 35.11%
G 167 of 487 ~ 34.29%
B 149 of 487 ~ 30.6%

%35.11
%34.29
%30.6

CMYK color model

#ABA795 color CMYK value is (0,2,13,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(0,2,13,33)
C0M2Y13K33 
(0%,2%,13%,33%)
(0.00/0.02/0.13/0.33)	

CMYK percentages

%0
%2.34
%12.87
%32.94

Codes

Color #ABA795 in popluar color models

ABA795
RGB171167149
HSL49°11.58%62.75%
HSB/HSV49°12.87%67.06%
CMYK0.00%2.34%12.87%
32.94%

Color #ABA795 in popluar number systems.

HEXABA795
Decimal171167149
Binary101010111010011110010101
Octal253247225

Shades and tints

Shades of #ABA795

#ABA795
(171,167,149)
#9C9888
(156,152,136)
#8D897B
(141,137,123)
#7E7A6E
(126,122,110)
#6F6B61
(111,107,97)
#605C54
(96,92,84)
#514D47
(81,77,71)
#423E3A
(66,62,58)
#332F2D
(51,47,45)
#242020
(36,32,32)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #ABA795

#ABA795
(171,167,149)
#B2AF9E
(178,175,158)
#B9B7A7
(185,183,167)
#C0BFB0
(192,191,176)
#C7C7B9
(199,199,185)
#CECFC2
(206,207,194)
#D5D7CB
(213,215,203)
#DCDFD4
(220,223,212)
#E3E7DD
(227,231,221)
#EAEFE6
(234,239,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA795; }

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

This text font color is #ABA795.


Background Color

.myBgColor { background-color: #ABA795; }

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

This div background color is #ABA795.


Border color

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

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

This div border color is #ABA795.


Opacity

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

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

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

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

This text has shadow with #ABA795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA795 on black background.


Color preview on white background

This text has color #ABA795 on white background.



Black color preview on #ABA795 background

This text has black color on #ABA795 background.


White color preview on #ABA795 background

This text has white color on #ABA795 background.