COLOR #ABA495

HEX: #ABA495 RGB: (171,164,149)

Color info

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

RGB color model

#ABA495 color RGB value is (171,164,149).

RGB: (171,164,149) (67%, 64%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 164 of 255 = 64%
B 149 of 255 = 58%

171
164
149

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

Portions of RGB colors in percentages

R + G + B = 171 + 164 + 149 = 484 (100%)
R 171 of 484 ~ 35.33%
G 164 of 484 ~ 33.88%
B 149 of 484 ~ 30.79'%

%35.33
%33.88
%30.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.09%
  • yellow value is 12.87%
  • 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
%4.09
%12.87
%32.94

Codes

Color #ABA495 in popluar color models

AB A4 95
RGB 171 164 149
HSL 41° 11.58% 62.75%
HSB/HSV 41° 12.87% 67.06%
CMYK 0.00% 4.09% 12.87%
32.94%

Color #ABA495 in popluar number systems.

HEX AB A4 95
Decimal 171 164 149
Binary 10101011 10100100 10010101
Octal 253 244 225

Shades and tints

Shades of #ABA495

#ABA495
(171,164,149)
#9C9688
(156,150,136)
#8D887B
(141,136,123)
#7E7A6E
(126,122,110)
#6F6C61
(111,108,97)
#605E54
(96,94,84)
#515047
(81,80,71)
#42423A
(66,66,58)
#33342D
(51,52,45)
#242620
(36,38,32)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABA495

#ABA495
(171,164,149)
#B2AC9E
(178,172,158)
#B9B4A7
(185,180,167)
#C0BCB0
(192,188,176)
#C7C4B9
(199,196,185)
#CECCC2
(206,204,194)
#D5D4CB
(213,212,203)
#DCDCD4
(220,220,212)
#E3E4DD
(227,228,221)
#EAECE6
(234,236,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA495; }

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

This text font color is #ABA495.

Background Color

.myBgColor { background-color: #ABA495; }

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

This div background color is #ABA495.

Border color

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

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

This div border color is #ABA495.

Opacity

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

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

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

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

This text has shadow with #ABA495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA495.

Preview

Color preview on black background

This text has color #ABA495 on black background.


Color preview on white background

This text has color #ABA495 on white background.


Black color preview on #ABA495 background

This text has black color on #ABA495 background.


White color preview on #ABA495 background

This text has white color on #ABA495 background.


Related colors

Complementary color

Complementary color for #hex is #545B6A.


I love getcolorcode.com

Triadic colors

1 #95ABA4 and #A495AB with #ABA495 are triadic colors.

2 #95A4AB and #A4AB95 with #ABA495 are triadic colors.