COLOR #ABA38D

HEX: #ABA38D RGB: (171,163,141)

Color info

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

RGB color model

#ABA38D color RGB value is (171,163,141).

RGB: (171,163,141) (67%, 64%, 55%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 141 of 255 = 55%

171
163
141

R + G + B ~ 62%. #ABA38D is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 141 = 475 (100%)
R 171 of 475 ~ 36%
G 163 of 475 ~ 34.32%
B 141 of 475 ~ 29.68'%

%36
%34.32
%29.68

CMYK color model

#ABA38D color CMYK value is (0,5,18,33).

  • cyan value is 0.00%
  • magenta value is 4.68%
  • yellow value is 17.54%
  • key color value is 32.94%

CMYK: (0,5,18,33)
C0M5Y18K33 (0%, 5%, 18%, 33%)
(0.00 / 0.05 / 0.18 / 0.33)

CMYK percentages

%0
%4.68
%17.54
%32.94

Codes

Color #ABA38D in popluar color models

AB A3 8D
RGB 171 163 141
HSL 44° 15.15% 61.18%
HSB/HSV 44° 17.54% 67.06%
CMYK 0.00% 4.68% 17.54%
32.94%

Color #ABA38D in popluar number systems.

HEX AB A3 8D
Decimal 171 163 141
Binary 10101011 10100011 10001101
Octal 253 243 215

Shades and tints

Shades of #ABA38D

#ABA38D
(171,163,141)
#9C9581
(156,149,129)
#8D8775
(141,135,117)
#7E7969
(126,121,105)
#6F6B5D
(111,107,93)
#605D51
(96,93,81)
#514F45
(81,79,69)
#424139
(66,65,57)
#33332D
(51,51,45)
#242521
(36,37,33)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABA38D

#ABA38D
(171,163,141)
#B2AB97
(178,171,151)
#B9B3A1
(185,179,161)
#C0BBAB
(192,187,171)
#C7C3B5
(199,195,181)
#CECBBF
(206,203,191)
#D5D3C9
(213,211,201)
#DCDBD3
(220,219,211)
#E3E3DD
(227,227,221)
#EAEBE7
(234,235,231)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA38D color. Also use rgb(171,163,141) instead hex code.

Text Font Color

.myTextColor { color: #ABA38D; }

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

This text font color is #ABA38D.

Background Color

.myBgColor { background-color: #ABA38D; }

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

This div background color is #ABA38D.

Border color

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

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

This div border color is #ABA38D.

Opacity

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

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

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

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

This text has shadow with #ABA38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA38D.

Preview

Color preview on black background

This text has color #ABA38D on black background.


Color preview on white background

This text has color #ABA38D on white background.


Black color preview on #ABA38D background

This text has black color on #ABA38D background.


White color preview on #ABA38D background

This text has white color on #ABA38D background.


Related colors

Complementary color

Complementary color for #hex is #545C72.


I love getcolorcode.com

Triadic colors

1 #8DABA3 and #A38DAB with #ABA38D are triadic colors.

2 #8DA3AB and #A3AB8D with #ABA38D are triadic colors.