COLOR #ABA694

HEX: #ABA694 RGB: (171,166,148)

Color info

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

RGB color model

#ABA694 color RGB value is (171,166,148).

RGB: (171,166,148) (67%, 65%, 58%)

RGB channels and saturation

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

171
166
148

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

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 148 = 485 (100%)
R 171 of 485 ~ 35.26%
G 166 of 485 ~ 34.23%
B 148 of 485 ~ 30.52'%

%35.26
%34.23
%30.52

CMYK color model

#ABA694 color CMYK value is (0,3,13,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 13.45%
  • key color value is 32.94%

CMYK: (0,3,13,33)
C0M3Y13K33 (0%, 3%, 13%, 33%)
(0.00 / 0.03 / 0.13 / 0.33)

CMYK percentages

%0
%2.92
%13.45
%32.94

Codes

Color #ABA694 in popluar color models

AB A6 94
RGB 171 166 148
HSL 47° 12.04% 62.55%
HSB/HSV 47° 13.45% 67.06%
CMYK 0.00% 2.92% 13.45%
32.94%

Color #ABA694 in popluar number systems.

HEX AB A6 94
Decimal 171 166 148
Binary 10101011 10100110 10010100
Octal 253 246 224

Shades and tints

Shades of #ABA694

#ABA694
(171,166,148)
#9C9787
(156,151,135)
#8D887A
(141,136,122)
#7E796D
(126,121,109)
#6F6A60
(111,106,96)
#605B53
(96,91,83)
#514C46
(81,76,70)
#423D39
(66,61,57)
#332E2C
(51,46,44)
#241F1F
(36,31,31)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #ABA694

#ABA694
(171,166,148)
#B2AE9D
(178,174,157)
#B9B6A6
(185,182,166)
#C0BEAF
(192,190,175)
#C7C6B8
(199,198,184)
#CECEC1
(206,206,193)
#D5D6CA
(213,214,202)
#DCDED3
(220,222,211)
#E3E6DC
(227,230,220)
#EAEEE5
(234,238,229)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA694; }

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

This text font color is #ABA694.

Background Color

.myBgColor { background-color: #ABA694; }

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

This div background color is #ABA694.

Border color

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

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

This div border color is #ABA694.

Opacity

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

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

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

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

This text has shadow with #ABA694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA694.

Preview

Color preview on black background

This text has color #ABA694 on black background.


Color preview on white background

This text has color #ABA694 on white background.


Black color preview on #ABA694 background

This text has black color on #ABA694 background.


White color preview on #ABA694 background

This text has white color on #ABA694 background.


Related colors

Complementary color

Complementary color for #hex is #54596B.


I love getcolorcode.com

Triadic colors

1 #94ABA6 and #A694AB with #ABA694 are triadic colors.

2 #94A6AB and #A6AB94 with #ABA694 are triadic colors.