COLOR #ABA59D

HEX: #ABA59D RGB: (171,165,157)

Color info

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

RGB color model

#ABA59D color RGB value is (171,165,157).

RGB: (171,165,157) (67%, 65%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 157 of 255 = 62%

171
165
157

R + G + B ~ 65%. #ABA59D is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 157 = 493 (100%)
R 171 of 493 ~ 34.69%
G 165 of 493 ~ 33.47%
B 157 of 493 ~ 31.85'%

%34.69
%33.47
%31.85

CMYK color model

#ABA59D color CMYK value is (0,4,8,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 8.19%
  • key color value is 32.94%

CMYK: (0,4,8,33)
C0M4Y8K33 (0%, 4%, 8%, 33%)
(0.00 / 0.04 / 0.08 / 0.33)

CMYK percentages

%0
%3.51
%8.19
%32.94

Codes

Color #ABA59D in popluar color models

AB A5 9D
RGB 171 165 157
HSL 34° 7.69% 64.31%
HSB/HSV 34° 8.19% 67.06%
CMYK 0.00% 3.51% 8.19%
32.94%

Color #ABA59D in popluar number systems.

HEX AB A5 9D
Decimal 171 165 157
Binary 10101011 10100101 10011101
Octal 253 245 235

Shades and tints

Shades of #ABA59D

#ABA59D
(171,165,157)
#9C968F
(156,150,143)
#8D8781
(141,135,129)
#7E7873
(126,120,115)
#6F6965
(111,105,101)
#605A57
(96,90,87)
#514B49
(81,75,73)
#423C3B
(66,60,59)
#332D2D
(51,45,45)
#241E1F
(36,30,31)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #ABA59D

#ABA59D
(171,165,157)
#B2ADA5
(178,173,165)
#B9B5AD
(185,181,173)
#C0BDB5
(192,189,181)
#C7C5BD
(199,197,189)
#CECDC5
(206,205,197)
#D5D5CD
(213,213,205)
#DCDDD5
(220,221,213)
#E3E5DD
(227,229,221)
#EAEDE5
(234,237,229)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA59D; }

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

This text font color is #ABA59D.

Background Color

.myBgColor { background-color: #ABA59D; }

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

This div background color is #ABA59D.

Border color

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

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

This div border color is #ABA59D.

Opacity

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

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

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

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

This text has shadow with #ABA59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA59D.

Preview

Color preview on black background

This text has color #ABA59D on black background.


Color preview on white background

This text has color #ABA59D on white background.


Black color preview on #ABA59D background

This text has black color on #ABA59D background.


White color preview on #ABA59D background

This text has white color on #ABA59D background.


Related colors

Complementary color

Complementary color for #hex is #545A62.


I love getcolorcode.com

Triadic colors

1 #9DABA5 and #A59DAB with #ABA59D are triadic colors.

2 #9DA5AB and #A5AB9D with #ABA59D are triadic colors.