COLOR #ABA783

HEX: #ABA783 RGB: (171,167,131)

Color info

#ABA783 contains red, green and blue colors in about the same proportion. Web safe color of #ABA783 is #999999 (or #999).

RGB color model

#ABA783 color RGB value is (171,167,131).

RGB: (171,167,131) (67%, 65%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 131 of 255 = 51%

171
167
131

R + G + B ~ 61%. #ABA783 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 131 = 469 (100%)
R 171 of 469 ~ 36.46%
G 167 of 469 ~ 35.61%
B 131 of 469 ~ 27.93'%

%36.46
%35.61
%27.93

CMYK color model

#ABA783 color CMYK value is (0,2,23,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 23.39%
  • key color value is 32.94%

CMYK: (0,2,23,33)
C0M2Y23K33 (0%, 2%, 23%, 33%)
(0.00 / 0.02 / 0.23 / 0.33)

CMYK percentages

%0
%2.34
%23.39
%32.94

Codes

Color #ABA783 in popluar color models

AB A7 83
RGB 171 167 131
HSL 54° 19.23% 59.22%
HSB/HSV 54° 23.39% 67.06%
CMYK 0.00% 2.34% 23.39%
32.94%

Color #ABA783 in popluar number systems.

HEX AB A7 83
Decimal 171 167 131
Binary 10101011 10100111 10000011
Octal 253 247 203

Shades and tints

Shades of #ABA783

#ABA783
(171,167,131)
#9C9878
(156,152,120)
#8D896D
(141,137,109)
#7E7A62
(126,122,98)
#6F6B57
(111,107,87)
#605C4C
(96,92,76)
#514D41
(81,77,65)
#423E36
(66,62,54)
#332F2B
(51,47,43)
#242020
(36,32,32)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #ABA783

#ABA783
(171,167,131)
#B2AF8E
(178,175,142)
#B9B799
(185,183,153)
#C0BFA4
(192,191,164)
#C7C7AF
(199,199,175)
#CECFBA
(206,207,186)
#D5D7C5
(213,215,197)
#DCDFD0
(220,223,208)
#E3E7DB
(227,231,219)
#EAEFE6
(234,239,230)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA783; }

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

This text font color is #ABA783.

Background Color

.myBgColor { background-color: #ABA783; }

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

This div background color is #ABA783.

Border color

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

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

This div border color is #ABA783.

Opacity

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

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

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

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

This text has shadow with #ABA783 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA783.

Preview

Color preview on black background

This text has color #ABA783 on black background.


Color preview on white background

This text has color #ABA783 on white background.


Black color preview on #ABA783 background

This text has black color on #ABA783 background.


White color preview on #ABA783 background

This text has white color on #ABA783 background.


Related colors

Complementary color

Complementary color for #hex is #54587C.


I love getcolorcode.com

Triadic colors

1 #83ABA7 and #A783AB with #ABA783 are triadic colors.

2 #83A7AB and #A7AB83 with #ABA783 are triadic colors.