COLOR #ABA599

HEX: #ABA599 RGB: (171,165,153)

Color info

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

RGB color model

#ABA599 color RGB value is (171,165,153).

RGB: (171,165,153) (67%, 65%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 153 of 255 = 60%

171
165
153

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

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 153 = 489 (100%)
R 171 of 489 ~ 34.97%
G 165 of 489 ~ 33.74%
B 153 of 489 ~ 31.29'%

%34.97
%33.74
%31.29

CMYK color model

#ABA599 color CMYK value is (0,4,11,33).

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

CMYK: (0,4,11,33)
C0M4Y11K33 (0%, 4%, 11%, 33%)
(0.00 / 0.04 / 0.11 / 0.33)

CMYK percentages

%0
%3.51
%10.53
%32.94

Codes

Color #ABA599 in popluar color models

AB A5 99
RGB 171 165 153
HSL 40° 9.68% 63.53%
HSB/HSV 40° 10.53% 67.06%
CMYK 0.00% 3.51% 10.53%
32.94%

Color #ABA599 in popluar number systems.

HEX AB A5 99
Decimal 171 165 153
Binary 10101011 10100101 10011001
Octal 253 245 231

Shades and tints

Shades of #ABA599

#ABA599
(171,165,153)
#9C968C
(156,150,140)
#8D877F
(141,135,127)
#7E7872
(126,120,114)
#6F6965
(111,105,101)
#605A58
(96,90,88)
#514B4B
(81,75,75)
#423C3E
(66,60,62)
#332D31
(51,45,49)
#241E24
(36,30,36)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #ABA599

#ABA599
(171,165,153)
#B2ADA2
(178,173,162)
#B9B5AB
(185,181,171)
#C0BDB4
(192,189,180)
#C7C5BD
(199,197,189)
#CECDC6
(206,205,198)
#D5D5CF
(213,213,207)
#DCDDD8
(220,221,216)
#E3E5E1
(227,229,225)
#EAEDEA
(234,237,234)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA599; }

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

This text font color is #ABA599.

Background Color

.myBgColor { background-color: #ABA599; }

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

This div background color is #ABA599.

Border color

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

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

This div border color is #ABA599.

Opacity

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

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

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

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

This text has shadow with #ABA599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA599.

Preview

Color preview on black background

This text has color #ABA599 on black background.


Color preview on white background

This text has color #ABA599 on white background.


Black color preview on #ABA599 background

This text has black color on #ABA599 background.


White color preview on #ABA599 background

This text has white color on #ABA599 background.


Related colors

Complementary color

Complementary color for #hex is #545A66.


I love getcolorcode.com

Triadic colors

1 #99ABA5 and #A599AB with #ABA599 are triadic colors.

2 #99A5AB and #A5AB99 with #ABA599 are triadic colors.