COLOR #ABA594

HEX: #ABA594
RGB: (171,165,148)

Color info

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

RGB color model

#ABA594 color RGB value is (171,165,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 148 of 255 = 58%

171
165
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 148 = 484 (100%)
R 171 of 484 ~ 35.33%
G 165 of 484 ~ 34.09%
B 148 of 484 ~ 30.58%

%35.33
%34.09
%30.58

CMYK color model

#ABA594 color CMYK value is (0,4,13,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK:
(0,4,13,33)
C0M4Y13K33 
(0%,4%,13%,33%)
(0.00/0.04/0.13/0.33)	

CMYK percentages

%0
%3.51
%13.45
%32.94

Codes

Color #ABA594 in popluar color models

ABA594
RGB171165148
HSL44°12.04%62.55%
HSB/HSV44°13.45%67.06%
CMYK0.00%3.51%13.45%
32.94%

Color #ABA594 in popluar number systems.

HEXABA594
Decimal171165148
Binary101010111010010110010100
Octal253245224

Shades and tints

Shades of #ABA594

#ABA594
(171,165,148)
#9C9687
(156,150,135)
#8D877A
(141,135,122)
#7E786D
(126,120,109)
#6F6960
(111,105,96)
#605A53
(96,90,83)
#514B46
(81,75,70)
#423C39
(66,60,57)
#332D2C
(51,45,44)
#241E1F
(36,30,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #ABA594

#ABA594
(171,165,148)
#B2AD9D
(178,173,157)
#B9B5A6
(185,181,166)
#C0BDAF
(192,189,175)
#C7C5B8
(199,197,184)
#CECDC1
(206,205,193)
#D5D5CA
(213,213,202)
#DCDDD3
(220,221,211)
#E3E5DC
(227,229,220)
#EAEDE5
(234,237,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA594; }

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

This text font color is #ABA594.


Background Color

.myBgColor { background-color: #ABA594; }

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

This div background color is #ABA594.


Border color

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

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

This div border color is #ABA594.


Opacity

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

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

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

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

This text has shadow with #ABA594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA594 on black background.


Color preview on white background

This text has color #ABA594 on white background.



Black color preview on #ABA594 background

This text has black color on #ABA594 background.


White color preview on #ABA594 background

This text has white color on #ABA594 background.