COLOR #ABA37D

HEX: #ABA37D RGB: (171,163,125)

Color info

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

RGB color model

#ABA37D color RGB value is (171,163,125).

RGB: (171,163,125) (67%, 64%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 125 of 255 = 49%

171
163
125

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

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 125 = 459 (100%)
R 171 of 459 ~ 37.25%
G 163 of 459 ~ 35.51%
B 125 of 459 ~ 27.23'%

%37.25
%35.51
%27.23

CMYK color model

#ABA37D color CMYK value is (0,5,27,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (0,5,27,33)
C0M5Y27K33 (0%, 5%, 27%, 33%)
(0.00 / 0.05 / 0.27 / 0.33)

CMYK percentages

%0
%4.68
%26.9
%32.94

Codes

Color #ABA37D in popluar color models

AB A3 7D
RGB 171 163 125
HSL 50° 21.50% 58.04%
HSB/HSV 50° 26.90% 67.06%
CMYK 0.00% 4.68% 26.90%
32.94%

Color #ABA37D in popluar number systems.

HEX AB A3 7D
Decimal 171 163 125
Binary 10101011 10100011 1111101
Octal 253 243 175

Shades and tints

Shades of #ABA37D

#ABA37D
(171,163,125)
#9C9572
(156,149,114)
#8D8767
(141,135,103)
#7E795C
(126,121,92)
#6F6B51
(111,107,81)
#605D46
(96,93,70)
#514F3B
(81,79,59)
#424130
(66,65,48)
#333325
(51,51,37)
#24251A
(36,37,26)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #ABA37D

#ABA37D
(171,163,125)
#B2AB88
(178,171,136)
#B9B393
(185,179,147)
#C0BB9E
(192,187,158)
#C7C3A9
(199,195,169)
#CECBB4
(206,203,180)
#D5D3BF
(213,211,191)
#DCDBCA
(220,219,202)
#E3E3D5
(227,227,213)
#EAEBE0
(234,235,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA37D; }

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

This text font color is #ABA37D.

Background Color

.myBgColor { background-color: #ABA37D; }

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

This div background color is #ABA37D.

Border color

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

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

This div border color is #ABA37D.

Opacity

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

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

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

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

This text has shadow with #ABA37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA37D.

Preview

Color preview on black background

This text has color #ABA37D on black background.


Color preview on white background

This text has color #ABA37D on white background.


Black color preview on #ABA37D background

This text has black color on #ABA37D background.


White color preview on #ABA37D background

This text has white color on #ABA37D background.


Related colors

Complementary color

Complementary color for #hex is #545C82.


I love getcolorcode.com

Triadic colors

1 #7DABA3 and #A37DAB with #ABA37D are triadic colors.

2 #7DA3AB and #A3AB7D with #ABA37D are triadic colors.