COLOR #ABA275

HEX: #ABA275
RGB: (171,162,117)

Color info

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

RGB color model

#ABA275 color RGB value is (171,162,117).

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

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 117 of 255 = 46%

171
162
117

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 117 = 450 (100%)
R 171 of 450 ~ 38%
G 162 of 450 ~ 36%
B 117 of 450 ~ 26%

%38
%36
%26

CMYK color model

#ABA275 color CMYK value is (0,5,32,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 31.58%
  • key color value is 32.94%
CMYK:
(0,5,32,33)
C0M5Y32K33 
(0%,5%,32%,33%)
(0.00/0.05/0.32/0.33)	

CMYK percentages

%0
%5.26
%31.58
%32.94

Codes

Color #ABA275 in popluar color models

ABA275
RGB171162117
HSL50°24.32%56.47%
HSB/HSV50°31.58%67.06%
CMYK0.00%5.26%31.58%
32.94%

Color #ABA275 in popluar number systems.

HEXABA275
Decimal171162117
Binary10101011101000101110101
Octal253242165

Shades and tints

Shades of #ABA275

#ABA275
(171,162,117)
#9C946B
(156,148,107)
#8D8661
(141,134,97)
#7E7857
(126,120,87)
#6F6A4D
(111,106,77)
#605C43
(96,92,67)
#514E39
(81,78,57)
#42402F
(66,64,47)
#333225
(51,50,37)
#24241B
(36,36,27)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #ABA275

#ABA275
(171,162,117)
#B2AA81
(178,170,129)
#B9B28D
(185,178,141)
#C0BA99
(192,186,153)
#C7C2A5
(199,194,165)
#CECAB1
(206,202,177)
#D5D2BD
(213,210,189)
#DCDAC9
(220,218,201)
#E3E2D5
(227,226,213)
#EAEAE1
(234,234,225)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA275; }

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

This text font color is #ABA275.


Background Color

.myBgColor { background-color: #ABA275; }

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

This div background color is #ABA275.


Border color

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

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

This div border color is #ABA275.


Opacity

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

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

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

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

This text has shadow with #ABA275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA275 on black background.


Color preview on white background

This text has color #ABA275 on white background.



Black color preview on #ABA275 background

This text has black color on #ABA275 background.


White color preview on #ABA275 background

This text has white color on #ABA275 background.