COLOR #ABA537

HEX: #ABA537
RGB: (171,165,55)

Color info

#ABA537 contains mainly red and green colors. Web safe color of #ABA537 is #999933 (or #993).

RGB color model

#ABA537 color RGB value is (171,165,55).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 55 of 255 = 22%

171
165
55

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 55 = 391 (100%)
R 171 of 391 ~ 43.73%
G 165 of 391 ~ 42.2%
B 55 of 391 ~ 14.07%

%43.73
%42.2
%14.07

CMYK color model

#ABA537 color CMYK value is (0,4,68,33).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 67.84%
  • key color value is 32.94%
CMYK:
(0,4,68,33)
C0M4Y68K33 
(0%,4%,68%,33%)
(0.00/0.04/0.68/0.33)	

CMYK percentages

%0
%3.51
%67.84
%32.94

Codes

Color #ABA537 in popluar color models

ABA537
RGB17116555
HSL57°51.33%44.31%
HSB/HSV57°67.84%67.06%
CMYK0.00%3.51%67.84%
32.94%

Color #ABA537 in popluar number systems.

HEXABA537
Decimal17116555
Binary1010101110100101110111
Octal25324567

Shades and tints

Shades of #ABA537

#ABA537
(171,165,55)
#9C9632
(156,150,50)
#8D872D
(141,135,45)
#7E7828
(126,120,40)
#6F6923
(111,105,35)
#605A1E
(96,90,30)
#514B19
(81,75,25)
#423C14
(66,60,20)
#332D0F
(51,45,15)
#241E0A
(36,30,10)
#150F05
(21,15,5)
#000000
(0,0,0)

Tints of #ABA537

#ABA537
(171,165,55)
#B2AD49
(178,173,73)
#B9B55B
(185,181,91)
#C0BD6D
(192,189,109)
#C7C57F
(199,197,127)
#CECD91
(206,205,145)
#D5D5A3
(213,213,163)
#DCDDB5
(220,221,181)
#E3E5C7
(227,229,199)
#EAEDD9
(234,237,217)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA537; }

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

This text font color is #ABA537.


Background Color

.myBgColor { background-color: #ABA537; }

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

This div background color is #ABA537.


Border color

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

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

This div border color is #ABA537.


Opacity

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

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

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

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

This text has shadow with #ABA537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA537 on black background.


Color preview on white background

This text has color #ABA537 on white background.



Black color preview on #ABA537 background

This text has black color on #ABA537 background.


White color preview on #ABA537 background

This text has white color on #ABA537 background.