COLOR #ABA757

HEX: #ABA757
RGB: (171,167,87)

Color info

#ABA757 contains mainly red and green colors. Web safe color of #ABA757 is #999966 (or #996).

RGB color model

#ABA757 color RGB value is (171,167,87).

  • red value is 171;
  • green value is 167;
  • blue value is 87.
RGB:
(171,167,87)
(67%,65%,34%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 87 of 255 = 34%

171
167
87

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 87 = 425 (100%)
R 171 of 425 ~ 40.24%
G 167 of 425 ~ 39.29%
B 87 of 425 ~ 20.47%

%40.24
%39.29
%20.47

CMYK color model

#ABA757 color CMYK value is (0,2,49,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 49.12%
  • key color value is 32.94%
CMYK:
(0,2,49,33)
C0M2Y49K33 
(0%,2%,49%,33%)
(0.00/0.02/0.49/0.33)	

CMYK percentages

%0
%2.34
%49.12
%32.94

Codes

Color #ABA757 in popluar color models

ABA757
RGB17116787
HSL57°33.33%50.59%
HSB/HSV57°49.12%67.06%
CMYK0.00%2.34%49.12%
32.94%

Color #ABA757 in popluar number systems.

HEXABA757
Decimal17116787
Binary10101011101001111010111
Octal253247127

Shades and tints

Shades of #ABA757

#ABA757
(171,167,87)
#9C9850
(156,152,80)
#8D8949
(141,137,73)
#7E7A42
(126,122,66)
#6F6B3B
(111,107,59)
#605C34
(96,92,52)
#514D2D
(81,77,45)
#423E26
(66,62,38)
#332F1F
(51,47,31)
#242018
(36,32,24)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #ABA757

#ABA757
(171,167,87)
#B2AF66
(178,175,102)
#B9B775
(185,183,117)
#C0BF84
(192,191,132)
#C7C793
(199,199,147)
#CECFA2
(206,207,162)
#D5D7B1
(213,215,177)
#DCDFC0
(220,223,192)
#E3E7CF
(227,231,207)
#EAEFDE
(234,239,222)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA757 color. Also use rgb(171,167,87) instead hex code.

Text Font Color

.myTextColor { color: #ABA757; }

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

This text font color is #ABA757.


Background Color

.myBgColor { background-color: #ABA757; }

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

This div background color is #ABA757.


Border color

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

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

This div border color is #ABA757.


Opacity

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

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

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

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

This text has shadow with #ABA757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA757 on black background.


Color preview on white background

This text has color #ABA757 on white background.



Black color preview on #ABA757 background

This text has black color on #ABA757 background.


White color preview on #ABA757 background

This text has white color on #ABA757 background.