COLOR #ABA596

HEX: #ABA596
RGB: (171,165,150)

Color info

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

RGB color model

#ABA596 color RGB value is (171,165,150).

  • red value is 171;
  • green value is 165;
  • blue value is 150.
RGB:
(171,165,150)
(67%,65%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 150 of 255 = 59%

171
165
150

R + G + B ~ 64%. #ABA596 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 150 = 486 (100%)
R 171 of 486 ~ 35.19%
G 165 of 486 ~ 33.95%
B 150 of 486 ~ 30.86%

%35.19
%33.95
%30.86

CMYK color model

#ABA596 color CMYK value is (0,4,12,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 12.28%
  • key color value is 32.94%
CMYK:
(0,4,12,33)
C0M4Y12K33 
(0%,4%,12%,33%)
(0.00/0.04/0.12/0.33)	

CMYK percentages

%0
%3.51
%12.28
%32.94

Codes

Color #ABA596 in popluar color models

ABA596
RGB171165150
HSL43°11.11%62.94%
HSB/HSV43°12.28%67.06%
CMYK0.00%3.51%12.28%
32.94%

Color #ABA596 in popluar number systems.

HEXABA596
Decimal171165150
Binary101010111010010110010110
Octal253245226

Shades and tints

Shades of #ABA596

#ABA596
(171,165,150)
#9C9689
(156,150,137)
#8D877C
(141,135,124)
#7E786F
(126,120,111)
#6F6962
(111,105,98)
#605A55
(96,90,85)
#514B48
(81,75,72)
#423C3B
(66,60,59)
#332D2E
(51,45,46)
#241E21
(36,30,33)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #ABA596

#ABA596
(171,165,150)
#B2AD9F
(178,173,159)
#B9B5A8
(185,181,168)
#C0BDB1
(192,189,177)
#C7C5BA
(199,197,186)
#CECDC3
(206,205,195)
#D5D5CC
(213,213,204)
#DCDDD5
(220,221,213)
#E3E5DE
(227,229,222)
#EAEDE7
(234,237,231)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA596 color. Also use rgb(171,165,150) instead hex code.

Text Font Color

.myTextColor { color: #ABA596; }

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

This text font color is #ABA596.


Background Color

.myBgColor { background-color: #ABA596; }

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

This div background color is #ABA596.


Border color

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

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

This div border color is #ABA596.


Opacity

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

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

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

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

This text has shadow with #ABA596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA596 on black background.


Color preview on white background

This text has color #ABA596 on white background.



Black color preview on #ABA596 background

This text has black color on #ABA596 background.


White color preview on #ABA596 background

This text has white color on #ABA596 background.