COLOR #ABA57F

HEX: #ABA57F
RGB: (171,165,127)

Color info

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

RGB color model

#ABA57F color RGB value is (171,165,127).

  • red value is 171;
  • green value is 165;
  • blue value is 127.
RGB:
(171,165,127)
(67%,65%,50%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 127 of 255 = 50%

171
165
127

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 127 = 463 (100%)
R 171 of 463 ~ 36.93%
G 165 of 463 ~ 35.64%
B 127 of 463 ~ 27.43%

%36.93
%35.64
%27.43

CMYK color model

#ABA57F color CMYK value is (0,4,26,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 25.73%
  • key color value is 32.94%
CMYK:
(0,4,26,33)
C0M4Y26K33 
(0%,4%,26%,33%)
(0.00/0.04/0.26/0.33)	

CMYK percentages

%0
%3.51
%25.73
%32.94

Codes

Color #ABA57F in popluar color models

ABA57F
RGB171165127
HSL52°20.75%58.43%
HSB/HSV52°25.73%67.06%
CMYK0.00%3.51%25.73%
32.94%

Color #ABA57F in popluar number systems.

HEXABA57F
Decimal171165127
Binary10101011101001011111111
Octal253245177

Shades and tints

Shades of #ABA57F

#ABA57F
(171,165,127)
#9C9674
(156,150,116)
#8D8769
(141,135,105)
#7E785E
(126,120,94)
#6F6953
(111,105,83)
#605A48
(96,90,72)
#514B3D
(81,75,61)
#423C32
(66,60,50)
#332D27
(51,45,39)
#241E1C
(36,30,28)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #ABA57F

#ABA57F
(171,165,127)
#B2AD8A
(178,173,138)
#B9B595
(185,181,149)
#C0BDA0
(192,189,160)
#C7C5AB
(199,197,171)
#CECDB6
(206,205,182)
#D5D5C1
(213,213,193)
#DCDDCC
(220,221,204)
#E3E5D7
(227,229,215)
#EAEDE2
(234,237,226)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA57F color. Also use rgb(171,165,127) instead hex code.

Text Font Color

.myTextColor { color: #ABA57F; }

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

This text font color is #ABA57F.


Background Color

.myBgColor { background-color: #ABA57F; }

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

This div background color is #ABA57F.


Border color

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

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

This div border color is #ABA57F.


Opacity

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

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

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

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

This text has shadow with #ABA57F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA57F on black background.


Color preview on white background

This text has color #ABA57F on white background.



Black color preview on #ABA57F background

This text has black color on #ABA57F background.


White color preview on #ABA57F background

This text has white color on #ABA57F background.