COLOR #ABA377

HEX: #ABA377
RGB: (171,163,119)

Color info

#ABA377 contains red, green and blue colors in about the same proportion. Web safe color of #ABA377 is #999966 (or #996).

RGB color model

#ABA377 color RGB value is (171,163,119).

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

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 119 of 255 = 47%

171
163
119

R + G + B ~ 59%. #ABA377 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 163 + 119 = 453 (100%)
R 171 of 453 ~ 37.75%
G 163 of 453 ~ 35.98%
B 119 of 453 ~ 26.27%

%37.75
%35.98
%26.27

CMYK color model

#ABA377 color CMYK value is (0,5,30,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 30.41%
  • key color value is 32.94%
CMYK:
(0,5,30,33)
C0M5Y30K33 
(0%,5%,30%,33%)
(0.00/0.05/0.30/0.33)	

CMYK percentages

%0
%4.68
%30.41
%32.94

Codes

Color #ABA377 in popluar color models

ABA377
RGB171163119
HSL51°23.64%56.86%
HSB/HSV51°30.41%67.06%
CMYK0.00%4.68%30.41%
32.94%

Color #ABA377 in popluar number systems.

HEXABA377
Decimal171163119
Binary10101011101000111110111
Octal253243167

Shades and tints

Shades of #ABA377

#ABA377
(171,163,119)
#9C956D
(156,149,109)
#8D8763
(141,135,99)
#7E7959
(126,121,89)
#6F6B4F
(111,107,79)
#605D45
(96,93,69)
#514F3B
(81,79,59)
#424131
(66,65,49)
#333327
(51,51,39)
#24251D
(36,37,29)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #ABA377

#ABA377
(171,163,119)
#B2AB83
(178,171,131)
#B9B38F
(185,179,143)
#C0BB9B
(192,187,155)
#C7C3A7
(199,195,167)
#CECBB3
(206,203,179)
#D5D3BF
(213,211,191)
#DCDBCB
(220,219,203)
#E3E3D7
(227,227,215)
#EAEBE3
(234,235,227)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA377; }

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

This text font color is #ABA377.


Background Color

.myBgColor { background-color: #ABA377; }

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

This div background color is #ABA377.


Border color

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

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

This div border color is #ABA377.


Opacity

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

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

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

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

This text has shadow with #ABA377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA377 on black background.


Color preview on white background

This text has color #ABA377 on white background.



Black color preview on #ABA377 background

This text has black color on #ABA377 background.


White color preview on #ABA377 background

This text has white color on #ABA377 background.