COLOR #ABA69A

HEX: #ABA69A RGB: (171,166,154)

Color info

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

RGB color model

#ABA69A color RGB value is (171,166,154).

RGB: (171,166,154) (67%, 65%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 154 of 255 = 60%

171
166
154

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

Portions of RGB colors in percentages

R + G + B = 171 + 166 + 154 = 491 (100%)
R 171 of 491 ~ 34.83%
G 166 of 491 ~ 33.81%
B 154 of 491 ~ 31.36'%

%34.83
%33.81
%31.36

CMYK color model

#ABA69A color CMYK value is (0,3,10,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 9.94%
  • key color value is 32.94%
CMYK: (0,3,10,33) C0M3Y10K33 (0%,3%,10%,33%) (0.00/0.03/0.10/0.33) 

CMYK percentages

%0
%2.92
%9.94
%32.94

Codes

Color #ABA69A in popluar color models

AB A6 9A
RGB 171 166 154
HSL 42° 9.19% 63.73%
HSB/HSV 42° 9.94% 67.06%
CMYK 0.00% 2.92% 9.94%
32.94%

Color #ABA69A in popluar number systems.

HEX AB A6 9A
Decimal 171 166 154
Binary 10101011 10100110 10011010
Octal 253 246 232

Shades and tints

Shades of #ABA69A

#ABA69A
(171,166,154)
#9C978C
(156,151,140)
#8D887E
(141,136,126)
#7E7970
(126,121,112)
#6F6A62
(111,106,98)
#605B54
(96,91,84)
#514C46
(81,76,70)
#423D38
(66,61,56)
#332E2A
(51,46,42)
#241F1C
(36,31,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #ABA69A

#ABA69A
(171,166,154)
#B2AEA3
(178,174,163)
#B9B6AC
(185,182,172)
#C0BEB5
(192,190,181)
#C7C6BE
(199,198,190)
#CECEC7
(206,206,199)
#D5D6D0
(213,214,208)
#DCDED9
(220,222,217)
#E3E6E2
(227,230,226)
#EAEEEB
(234,238,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA69A; }

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

This text font color is #ABA69A.

Background Color

.myBgColor { background-color: #ABA69A; }

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

This div background color is #ABA69A.

Border color

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

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

This div border color is #ABA69A.

Opacity

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

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

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

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

This text has shadow with #ABA69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA69A.

Preview

Color preview on black background

This text has color #ABA69A on black background.


Color preview on white background

This text has color #ABA69A on white background.


Black color preview on #ABA69A background

This text has black color on #ABA69A background.


White color preview on #ABA69A background

This text has white color on #ABA69A background.


Related colors

Complementary color

Complementary color for #hex is #545965.


I love getcolorcode.com

Triadic colors

1 #9AABA6 and #A69AAB with #ABA69A are triadic colors.

2 #9AA6AB and #A6AB9A with #ABA69A are triadic colors.