COLOR #AB997A

HEX: #AB997A
RGB: (171,153,122)

Color info

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

RGB color model

#AB997A color RGB value is (171,153,122).

  • red value is 171;
  • green value is 153;
  • blue value is 122.
RGB:
(171,153,122)
(67%,60%,48%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 122 of 255 = 48%

171
153
122

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 122 = 446 (100%)
R 171 of 446 ~ 38.34%
G 153 of 446 ~ 34.3%
B 122 of 446 ~ 27.35%

%38.34
%34.3
%27.35

CMYK color model

#AB997A color CMYK value is (0,11,29,33).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 28.65%
  • key color value is 32.94%
CMYK:
(0,11,29,33)
C0M11Y29K33 
(0%,11%,29%,33%)
(0.00/0.11/0.29/0.33)	

CMYK percentages

%0
%10.53
%28.65
%32.94

Codes

Color #AB997A in popluar color models

AB997A
RGB171153122
HSL38°22.58%57.45%
HSB/HSV38°28.65%67.06%
CMYK0.00%10.53%28.65%
32.94%

Color #AB997A in popluar number systems.

HEXAB997A
Decimal171153122
Binary10101011100110011111010
Octal253231172

Shades and tints

Shades of #AB997A

#AB997A
(171,153,122)
#9C8C6F
(156,140,111)
#8D7F64
(141,127,100)
#7E7259
(126,114,89)
#6F654E
(111,101,78)
#605843
(96,88,67)
#514B38
(81,75,56)
#423E2D
(66,62,45)
#333122
(51,49,34)
#242417
(36,36,23)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #AB997A

#AB997A
(171,153,122)
#B2A286
(178,162,134)
#B9AB92
(185,171,146)
#C0B49E
(192,180,158)
#C7BDAA
(199,189,170)
#CEC6B6
(206,198,182)
#D5CFC2
(213,207,194)
#DCD8CE
(220,216,206)
#E3E1DA
(227,225,218)
#EAEAE6
(234,234,230)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB997A color. Also use rgb(171,153,122) instead hex code.

Text Font Color

.myTextColor { color: #AB997A; }

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

This text font color is #AB997A.


Background Color

.myBgColor { background-color: #AB997A; }

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

This div background color is #AB997A.


Border color

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

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

This div border color is #AB997A.


Opacity

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

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

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

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

This text has shadow with #AB997A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB997A on black background.


Color preview on white background

This text has color #AB997A on white background.



Black color preview on #AB997A background

This text has black color on #AB997A background.


White color preview on #AB997A background

This text has white color on #AB997A background.