COLOR #ABA270

HEX: #ABA270
RGB: (171,162,112)

Color info

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

RGB color model

#ABA270 color RGB value is (171,162,112).

  • red value is 171;
  • green value is 162;
  • blue value is 112.
RGB: (171,162,112) (67%,64%,44%)

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 112 of 255 = 44%

171
162
112

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 112 = 445 (100%)
R 171 of 445 ~ 38.43%
G 162 of 445 ~ 36.4%
B 112 of 445 ~ 25.17%

%38.43
%36.4
%25.17

CMYK color model

#ABA270 color CMYK value is (0,5,35,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK: (0,5,35,33) C0M5Y35K33 (0%,5%,35%,33%) (0.00/0.05/0.35/0.33)

CMYK percentages

%0
%5.26
%34.5
%32.94

Codes

Color #ABA270 in popluar color models

ABA270
RGB171162112
HSL51°25.99%55.49%
HSB/HSV51°34.50%67.06%
CMYK0.00%5.26%34.50%
32.94%

Color #ABA270 in popluar number systems.

HEXABA270
Decimal171162112
Binary10101011101000101110000
Octal253242160

Shades and tints

Shades of #ABA270

#ABA270
(171,162,112)
#9C9466
(156,148,102)
#8D865C
(141,134,92)
#7E7852
(126,120,82)
#6F6A48
(111,106,72)
#605C3E
(96,92,62)
#514E34
(81,78,52)
#42402A
(66,64,42)
#333220
(51,50,32)
#242416
(36,36,22)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #ABA270

#ABA270
(171,162,112)
#B2AA7D
(178,170,125)
#B9B28A
(185,178,138)
#C0BA97
(192,186,151)
#C7C2A4
(199,194,164)
#CECAB1
(206,202,177)
#D5D2BE
(213,210,190)
#DCDACB
(220,218,203)
#E3E2D8
(227,226,216)
#EAEAE5
(234,234,229)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA270 color. Also use rgb(171,162,112) instead hex code.

Text Font Color

.myTextColor { color: #ABA270; }

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

This text font color is #ABA270.


Background Color

.myBgColor { background-color: #ABA270; }

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

This div background color is #ABA270.


Border color

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

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

This div border color is #ABA270.


Opacity

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

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

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

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

This text has shadow with #ABA270 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABA270 on black background.


Color preview on white background

This text has color #ABA270 on white background.



Black color preview on #ABA270 background

This text has black color on #ABA270 background.


White color preview on #ABA270 background

This text has white color on #ABA270 background.