COLOR #ABA093

HEX: #ABA093
RGB: (171,160,147)

Color info

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

RGB color model

#ABA093 color RGB value is (171,160,147).

  • red value is 171;
  • green value is 160;
  • blue value is 147.
RGB:
(171,160,147)
(67%,63%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 147 of 255 = 58%

171
160
147

R + G + B ~ 63%. #ABA093 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 147 = 478 (100%)
R 171 of 478 ~ 35.77%
G 160 of 478 ~ 33.47%
B 147 of 478 ~ 30.75%

%35.77
%33.47
%30.75

CMYK color model

#ABA093 color CMYK value is (0,6,14,33).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 14.04%
  • key color value is 32.94%
CMYK:
(0,6,14,33)
C0M6Y14K33 
(0%,6%,14%,33%)
(0.00/0.06/0.14/0.33)	

CMYK percentages

%0
%6.43
%14.04
%32.94

Codes

Color #ABA093 in popluar color models

ABA093
RGB171160147
HSL33°12.50%62.35%
HSB/HSV33°14.04%67.06%
CMYK0.00%6.43%14.04%
32.94%

Color #ABA093 in popluar number systems.

HEXABA093
Decimal171160147
Binary101010111010000010010011
Octal253240223

Shades and tints

Shades of #ABA093

#ABA093
(171,160,147)
#9C9286
(156,146,134)
#8D8479
(141,132,121)
#7E766C
(126,118,108)
#6F685F
(111,104,95)
#605A52
(96,90,82)
#514C45
(81,76,69)
#423E38
(66,62,56)
#33302B
(51,48,43)
#24221E
(36,34,30)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABA093

#ABA093
(171,160,147)
#B2A89C
(178,168,156)
#B9B0A5
(185,176,165)
#C0B8AE
(192,184,174)
#C7C0B7
(199,192,183)
#CEC8C0
(206,200,192)
#D5D0C9
(213,208,201)
#DCD8D2
(220,216,210)
#E3E0DB
(227,224,219)
#EAE8E4
(234,232,228)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA093 color. Also use rgb(171,160,147) instead hex code.

Text Font Color

.myTextColor { color: #ABA093; }

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

This text font color is #ABA093.


Background Color

.myBgColor { background-color: #ABA093; }

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

This div background color is #ABA093.


Border color

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

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

This div border color is #ABA093.


Opacity

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

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

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

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

This text has shadow with #ABA093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA093 on black background.


Color preview on white background

This text has color #ABA093 on white background.



Black color preview on #ABA093 background

This text has black color on #ABA093 background.


White color preview on #ABA093 background

This text has white color on #ABA093 background.