COLOR #ABA753

HEX: #ABA753
RGB: (171,167,83)

Color info

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

RGB color model

#ABA753 color RGB value is (171,167,83).

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

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 83 of 255 = 33%

171
167
83

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 83 = 421 (100%)
R 171 of 421 ~ 40.62%
G 167 of 421 ~ 39.67%
B 83 of 421 ~ 19.71%

%40.62
%39.67
%19.71

CMYK color model

#ABA753 color CMYK value is (0,2,51,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 51.46%
  • key color value is 32.94%
CMYK:
(0,2,51,33)
C0M2Y51K33 
(0%,2%,51%,33%)
(0.00/0.02/0.51/0.33)	

CMYK percentages

%0
%2.34
%51.46
%32.94

Codes

Color #ABA753 in popluar color models

ABA753
RGB17116783
HSL57°34.65%49.80%
HSB/HSV57°51.46%67.06%
CMYK0.00%2.34%51.46%
32.94%

Color #ABA753 in popluar number systems.

HEXABA753
Decimal17116783
Binary10101011101001111010011
Octal253247123

Shades and tints

Shades of #ABA753

#ABA753
(171,167,83)
#9C984C
(156,152,76)
#8D8945
(141,137,69)
#7E7A3E
(126,122,62)
#6F6B37
(111,107,55)
#605C30
(96,92,48)
#514D29
(81,77,41)
#423E22
(66,62,34)
#332F1B
(51,47,27)
#242014
(36,32,20)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #ABA753

#ABA753
(171,167,83)
#B2AF62
(178,175,98)
#B9B771
(185,183,113)
#C0BF80
(192,191,128)
#C7C78F
(199,199,143)
#CECF9E
(206,207,158)
#D5D7AD
(213,215,173)
#DCDFBC
(220,223,188)
#E3E7CB
(227,231,203)
#EAEFDA
(234,239,218)
#F1F7E9
(241,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA753; }

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

This text font color is #ABA753.


Background Color

.myBgColor { background-color: #ABA753; }

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

This div background color is #ABA753.


Border color

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

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

This div border color is #ABA753.


Opacity

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

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

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

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

This text has shadow with #ABA753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA753 on black background.


Color preview on white background

This text has color #ABA753 on white background.



Black color preview on #ABA753 background

This text has black color on #ABA753 background.


White color preview on #ABA753 background

This text has white color on #ABA753 background.