COLOR #ABA69C

HEX: #ABA69C RGB: (171,166,156)

Color info

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

RGB color model

#ABA69C color RGB value is (171,166,156).

RGB: (171,166,156) (67%, 65%, 61%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 156 of 255 = 61%

171
166
156

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

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 156 = 493 (100%)
R 171 of 493 ~ 34.69%
G 166 of 493 ~ 33.67%
B 156 of 493 ~ 31.64'%

%34.69
%33.67
%31.64

CMYK color model

#ABA69C color CMYK value is (0,3,9,33).

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

CMYK: (0,3,9,33)
C0M3Y9K33 (0%, 3%, 9%, 33%)
(0.00 / 0.03 / 0.09 / 0.33)

CMYK percentages

%0
%2.92
%8.77
%32.94

Codes

Color #ABA69C in popluar color models

AB A6 9C
RGB 171 166 156
HSL 40° 8.20% 64.12%
HSB/HSV 40° 8.77% 67.06%
CMYK 0.00% 2.92% 8.77%
32.94%

Color #ABA69C in popluar number systems.

HEX AB A6 9C
Decimal 171 166 156
Binary 10101011 10100110 10011100
Octal 253 246 234

Shades and tints

Shades of #ABA69C

#ABA69C
(171,166,156)
#9C978E
(156,151,142)
#8D8880
(141,136,128)
#7E7972
(126,121,114)
#6F6A64
(111,106,100)
#605B56
(96,91,86)
#514C48
(81,76,72)
#423D3A
(66,61,58)
#332E2C
(51,46,44)
#241F1E
(36,31,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #ABA69C

#ABA69C
(171,166,156)
#B2AEA5
(178,174,165)
#B9B6AE
(185,182,174)
#C0BEB7
(192,190,183)
#C7C6C0
(199,198,192)
#CECEC9
(206,206,201)
#D5D6D2
(213,214,210)
#DCDEDB
(220,222,219)
#E3E6E4
(227,230,228)
#EAEEED
(234,238,237)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA69C; }

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

This text font color is #ABA69C.

Background Color

.myBgColor { background-color: #ABA69C; }

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

This div background color is #ABA69C.

Border color

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

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

This div border color is #ABA69C.

Opacity

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

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

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

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

This text has shadow with #ABA69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA69C.

Preview

Color preview on black background

This text has color #ABA69C on black background.


Color preview on white background

This text has color #ABA69C on white background.


Black color preview on #ABA69C background

This text has black color on #ABA69C background.


White color preview on #ABA69C background

This text has white color on #ABA69C background.


Related colors

Complementary color

Complementary color for #hex is #545963.


I love getcolorcode.com

Triadic colors

1 #9CABA6 and #A69CAB with #ABA69C are triadic colors.

2 #9CA6AB and #A6AB9C with #ABA69C are triadic colors.