COLOR #ABA794

HEX: #ABA794 RGB: (171,167,148)

Color info

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

RGB color model

#ABA794 color RGB value is (171,167,148).

RGB: (171,167,148) (67%, 65%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 148 of 255 = 58%

171
167
148

R + G + B ~ 63%. #ABA794 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 167 + 148 = 486 (100%)
R 171 of 486 ~ 35.19%
G 167 of 486 ~ 34.36%
B 148 of 486 ~ 30.45'%

%35.19
%34.36
%30.45

CMYK color model

#ABA794 color CMYK value is (0,2,13,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 13.45%
  • key color value is 32.94%
CMYK: (0,2,13,33) C0M2Y13K33 (0%,2%,13%,33%) (0.00/0.02/0.13/0.33) 

CMYK percentages

%0
%2.34
%13.45
%32.94

Codes

Color #ABA794 in popluar color models

AB A7 94
RGB 171 167 148
HSL 50° 12.04% 62.55%
HSB/HSV 50° 13.45% 67.06%
CMYK 0.00% 2.34% 13.45%
32.94%

Color #ABA794 in popluar number systems.

HEX AB A7 94
Decimal 171 167 148
Binary 10101011 10100111 10010100
Octal 253 247 224

Shades and tints

Shades of #ABA794

#ABA794
(171,167,148)
#9C9887
(156,152,135)
#8D897A
(141,137,122)
#7E7A6D
(126,122,109)
#6F6B60
(111,107,96)
#605C53
(96,92,83)
#514D46
(81,77,70)
#423E39
(66,62,57)
#332F2C
(51,47,44)
#24201F
(36,32,31)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #ABA794

#ABA794
(171,167,148)
#B2AF9D
(178,175,157)
#B9B7A6
(185,183,166)
#C0BFAF
(192,191,175)
#C7C7B8
(199,199,184)
#CECFC1
(206,207,193)
#D5D7CA
(213,215,202)
#DCDFD3
(220,223,211)
#E3E7DC
(227,231,220)
#EAEFE5
(234,239,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA794; }

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

This text font color is #ABA794.

Background Color

.myBgColor { background-color: #ABA794; }

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

This div background color is #ABA794.

Border color

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

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

This div border color is #ABA794.

Opacity

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

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

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

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

This text has shadow with #ABA794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA794.

Preview

Color preview on black background

This text has color #ABA794 on black background.


Color preview on white background

This text has color #ABA794 on white background.


Black color preview on #ABA794 background

This text has black color on #ABA794 background.


White color preview on #ABA794 background

This text has white color on #ABA794 background.


Related colors

Complementary color

Complementary color for #hex is #54586B.


I love getcolorcode.com

Triadic colors

1 #94ABA7 and #A794AB with #ABA794 are triadic colors.

2 #94A7AB and #A7AB94 with #ABA794 are triadic colors.