COLOR #ABA381

HEX: #ABA381
RGB: (171,163,129)

Color info

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

RGB color model

#ABA381 color RGB value is (171,163,129).

  • red value is 171;
  • green value is 163;
  • blue value is 129.
RGB:
(171,163,129)
(67%,64%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 129 of 255 = 51%

171
163
129

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

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 129 = 463 (100%)
R 171 of 463 ~ 36.93%
G 163 of 463 ~ 35.21%
B 129 of 463 ~ 27.86%

%36.93
%35.21
%27.86

CMYK color model

#ABA381 color CMYK value is (0,5,25,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 24.56%
  • key color value is 32.94%
CMYK:
(0,5,25,33)
C0M5Y25K33 
(0%,5%,25%,33%)
(0.00/0.05/0.25/0.33)	

CMYK percentages

%0
%4.68
%24.56
%32.94

Codes

Color #ABA381 in popluar color models

ABA381
RGB171163129
HSL49°20.00%58.82%
HSB/HSV49°24.56%67.06%
CMYK0.00%4.68%24.56%
32.94%

Color #ABA381 in popluar number systems.

HEXABA381
Decimal171163129
Binary101010111010001110000001
Octal253243201

Shades and tints

Shades of #ABA381

#ABA381
(171,163,129)
#9C9576
(156,149,118)
#8D876B
(141,135,107)
#7E7960
(126,121,96)
#6F6B55
(111,107,85)
#605D4A
(96,93,74)
#514F3F
(81,79,63)
#424134
(66,65,52)
#333329
(51,51,41)
#24251E
(36,37,30)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABA381

#ABA381
(171,163,129)
#B2AB8C
(178,171,140)
#B9B397
(185,179,151)
#C0BBA2
(192,187,162)
#C7C3AD
(199,195,173)
#CECBB8
(206,203,184)
#D5D3C3
(213,211,195)
#DCDBCE
(220,219,206)
#E3E3D9
(227,227,217)
#EAEBE4
(234,235,228)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA381 color. Also use rgb(171,163,129) instead hex code.

Text Font Color

.myTextColor { color: #ABA381; }

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

This text font color is #ABA381.


Background Color

.myBgColor { background-color: #ABA381; }

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

This div background color is #ABA381.


Border color

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

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

This div border color is #ABA381.


Opacity

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

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

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

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

This text has shadow with #ABA381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA381 on black background.


Color preview on white background

This text has color #ABA381 on white background.



Black color preview on #ABA381 background

This text has black color on #ABA381 background.


White color preview on #ABA381 background

This text has white color on #ABA381 background.