COLOR #ABA295

HEX: #ABA295 RGB: (171,162,149)

Color info

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

RGB color model

#ABA295 color RGB value is (171,162,149).

RGB: (171,162,149) (67%, 64%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 149 of 255 = 58%

171
162
149

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

Portions of RGB colors in percentages

R + G + B = 171 + 162 + 149 = 482 (100%)
R 171 of 482 ~ 35.48%
G 162 of 482 ~ 33.61%
B 149 of 482 ~ 30.91'%

%35.48
%33.61
%30.91

CMYK color model

#ABA295 color CMYK value is (0,5,13,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 12.87%
  • key color value is 32.94%

CMYK: (0,5,13,33)
C0M5Y13K33 (0%, 5%, 13%, 33%)
(0.00 / 0.05 / 0.13 / 0.33)

CMYK percentages

%0
%5.26
%12.87
%32.94

Codes

Color #ABA295 in popluar color models

AB A2 95
RGB 171 162 149
HSL 35° 11.58% 62.75%
HSB/HSV 35° 12.87% 67.06%
CMYK 0.00% 5.26% 12.87%
32.94%

Color #ABA295 in popluar number systems.

HEX AB A2 95
Decimal 171 162 149
Binary 10101011 10100010 10010101
Octal 253 242 225

Shades and tints

Shades of #ABA295

#ABA295
(171,162,149)
#9C9488
(156,148,136)
#8D867B
(141,134,123)
#7E786E
(126,120,110)
#6F6A61
(111,106,97)
#605C54
(96,92,84)
#514E47
(81,78,71)
#42403A
(66,64,58)
#33322D
(51,50,45)
#242420
(36,36,32)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABA295

#ABA295
(171,162,149)
#B2AA9E
(178,170,158)
#B9B2A7
(185,178,167)
#C0BAB0
(192,186,176)
#C7C2B9
(199,194,185)
#CECAC2
(206,202,194)
#D5D2CB
(213,210,203)
#DCDAD4
(220,218,212)
#E3E2DD
(227,226,221)
#EAEAE6
(234,234,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA295; }

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

This text font color is #ABA295.

Background Color

.myBgColor { background-color: #ABA295; }

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

This div background color is #ABA295.

Border color

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

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

This div border color is #ABA295.

Opacity

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

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

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

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

This text has shadow with #ABA295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA295.

Preview

Color preview on black background

This text has color #ABA295 on black background.


Color preview on white background

This text has color #ABA295 on white background.


Black color preview on #ABA295 background

This text has black color on #ABA295 background.


White color preview on #ABA295 background

This text has white color on #ABA295 background.


Related colors

Complementary color

Complementary color for #hex is #545D6A.


I love getcolorcode.com

Triadic colors

1 #95ABA2 and #A295AB with #ABA295 are triadic colors.

2 #95A2AB and #A2AB95 with #ABA295 are triadic colors.