COLOR #ABA97D

HEX: #ABA97D
RGB: (171,169,125)

Color info

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

RGB color model

#ABA97D color RGB value is (171,169,125).

  • red value is 171;
  • green value is 169;
  • blue value is 125.
RGB:
(171,169,125)
(67%,66%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 125 of 255 = 49%

171
169
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 125 = 465 (100%)
R 171 of 465 ~ 36.77%
G 169 of 465 ~ 36.34%
B 125 of 465 ~ 26.88%

%36.77
%36.34
%26.88

CMYK color model

#ABA97D color CMYK value is (0,1,27,33).

  • cyan value is 0.00%
  • magenta value is 1.17%
  • yellow value is 26.90%
  • key color value is 32.94%
CMYK:
(0,1,27,33)
C0M1Y27K33 
(0%,1%,27%,33%)
(0.00/0.01/0.27/0.33)	

CMYK percentages

%0
%1.17
%26.9
%32.94

Codes

Color #ABA97D in popluar color models

ABA97D
RGB171169125
HSL57°21.50%58.04%
HSB/HSV57°26.90%67.06%
CMYK0.00%1.17%26.90%
32.94%

Color #ABA97D in popluar number systems.

HEXABA97D
Decimal171169125
Binary10101011101010011111101
Octal253251175

Shades and tints

Shades of #ABA97D

#ABA97D
(171,169,125)
#9C9A72
(156,154,114)
#8D8B67
(141,139,103)
#7E7C5C
(126,124,92)
#6F6D51
(111,109,81)
#605E46
(96,94,70)
#514F3B
(81,79,59)
#424030
(66,64,48)
#333125
(51,49,37)
#24221A
(36,34,26)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABA97D

#ABA97D
(171,169,125)
#B2B088
(178,176,136)
#B9B793
(185,183,147)
#C0BE9E
(192,190,158)
#C7C5A9
(199,197,169)
#CECCB4
(206,204,180)
#D5D3BF
(213,211,191)
#DCDACA
(220,218,202)
#E3E1D5
(227,225,213)
#EAE8E0
(234,232,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA97D color. Also use rgb(171,169,125) instead hex code.

Text Font Color

.myTextColor { color: #ABA97D; }

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

This text font color is #ABA97D.


Background Color

.myBgColor { background-color: #ABA97D; }

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

This div background color is #ABA97D.


Border color

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

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

This div border color is #ABA97D.


Opacity

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

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

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

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

This text has shadow with #ABA97D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA97D on black background.


Color preview on white background

This text has color #ABA97D on white background.



Black color preview on #ABA97D background

This text has black color on #ABA97D background.


White color preview on #ABA97D background

This text has white color on #ABA97D background.