COLOR #ABA185

HEX: #ABA185
RGB: (171,161,133)

Color info

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

RGB color model

#ABA185 color RGB value is (171,161,133).

  • red value is 171;
  • green value is 161;
  • blue value is 133.
RGB:
(171,161,133)
(67%,63%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 133 of 255 = 52%

171
161
133

R + G + B ~ 61%. #ABA185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 161 + 133 = 465 (100%)
R 171 of 465 ~ 36.77%
G 161 of 465 ~ 34.62%
B 133 of 465 ~ 28.6%

%36.77
%34.62
%28.6

CMYK color model

#ABA185 color CMYK value is (0,6,22,33).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 22.22%
  • key color value is 32.94%
CMYK:
(0,6,22,33)
C0M6Y22K33 
(0%,6%,22%,33%)
(0.00/0.06/0.22/0.33)	

CMYK percentages

%0
%5.85
%22.22
%32.94

Codes

Color #ABA185 in popluar color models

ABA185
RGB171161133
HSL44°18.45%59.61%
HSB/HSV44°22.22%67.06%
CMYK0.00%5.85%22.22%
32.94%

Color #ABA185 in popluar number systems.

HEXABA185
Decimal171161133
Binary101010111010000110000101
Octal253241205

Shades and tints

Shades of #ABA185

#ABA185
(171,161,133)
#9C9379
(156,147,121)
#8D856D
(141,133,109)
#7E7761
(126,119,97)
#6F6955
(111,105,85)
#605B49
(96,91,73)
#514D3D
(81,77,61)
#423F31
(66,63,49)
#333125
(51,49,37)
#242319
(36,35,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #ABA185

#ABA185
(171,161,133)
#B2A990
(178,169,144)
#B9B19B
(185,177,155)
#C0B9A6
(192,185,166)
#C7C1B1
(199,193,177)
#CEC9BC
(206,201,188)
#D5D1C7
(213,209,199)
#DCD9D2
(220,217,210)
#E3E1DD
(227,225,221)
#EAE9E8
(234,233,232)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA185 color. Also use rgb(171,161,133) instead hex code.

Text Font Color

.myTextColor { color: #ABA185; }

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

This text font color is #ABA185.


Background Color

.myBgColor { background-color: #ABA185; }

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

This div background color is #ABA185.


Border color

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

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

This div border color is #ABA185.


Opacity

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

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

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

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

This text has shadow with #ABA185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA185 on black background.


Color preview on white background

This text has color #ABA185 on white background.



Black color preview on #ABA185 background

This text has black color on #ABA185 background.


White color preview on #ABA185 background

This text has white color on #ABA185 background.