COLOR #AB797A

HEX: #AB797A RGB: (171,121,122)

Color info

#AB797A contains red, green and blue colors in about the same proportion. Web safe color of #AB797A is #996666 (or #966).

RGB color model

#AB797A color RGB value is (171,121,122).

RGB: (171,121,122) (67%, 47%, 48%)

RGB channels and saturation

R 171 of 255 = 67%
G 121 of 255 = 47%
B 122 of 255 = 48%

171
121
122

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

Portions of RGB colors in percentages

R + G + B = 171 + 121 + 122 = 414 (100%)
R 171 of 414 ~ 41.3%
G 121 of 414 ~ 29.23%
B 122 of 414 ~ 29.47'%

%41.3
%29.23
%29.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.24%
  • yellow value is 28.65%
  • key color value is 32.94%

CMYK: (0,29,29,33)
C0M29Y29K33 (0%, 29%, 29%, 33%)
(0.00 / 0.29 / 0.29 / 0.33)

CMYK percentages

%0
%29.24
%28.65
%32.94

Codes

Color #AB797A in popluar color models

AB 79 7A
RGB 171 121 122
HSL 359° 22.94% 57.25%
HSB/HSV 359° 29.24% 67.06%
CMYK 0.00% 29.24% 28.65%
32.94%

Color #AB797A in popluar number systems.

HEX AB 79 7A
Decimal 171 121 122
Binary 10101011 1111001 1111010
Octal 253 171 172

Shades and tints

Shades of #AB797A

#AB797A
(171,121,122)
#9C6E6F
(156,110,111)
#8D6364
(141,99,100)
#7E5859
(126,88,89)
#6F4D4E
(111,77,78)
#604243
(96,66,67)
#513738
(81,55,56)
#422C2D
(66,44,45)
#332122
(51,33,34)
#241617
(36,22,23)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #AB797A

#AB797A
(171,121,122)
#B28586
(178,133,134)
#B99192
(185,145,146)
#C09D9E
(192,157,158)
#C7A9AA
(199,169,170)
#CEB5B6
(206,181,182)
#D5C1C2
(213,193,194)
#DCCDCE
(220,205,206)
#E3D9DA
(227,217,218)
#EAE5E6
(234,229,230)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB797A; }

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

This text font color is #AB797A.

Background Color

.myBgColor { background-color: #AB797A; }

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

This div background color is #AB797A.

Border color

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

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

This div border color is #AB797A.

Opacity

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

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

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

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

This text has shadow with #AB797A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB797A.

Preview

Color preview on black background

This text has color #AB797A on black background.


Color preview on white background

This text has color #AB797A on white background.


Black color preview on #AB797A background

This text has black color on #AB797A background.


White color preview on #AB797A background

This text has white color on #AB797A background.


Related colors

Complementary color

Complementary color for #hex is #548685.


I love getcolorcode.com

Triadic colors

1 #7AAB79 and #797AAB with #AB797A are triadic colors.

2 #7A79AB and #79AB7A with #AB797A are triadic colors.