COLOR #AB9692

HEX: #AB9692 RGB: (171,150,146)

Color info

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

RGB color model

#AB9692 color RGB value is (171,150,146).

RGB: (171,150,146) (67%, 59%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 146 of 255 = 57%

171
150
146

R + G + B ~ 61%. #AB9692 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 146 = 467 (100%)
R 171 of 467 ~ 36.62%
G 150 of 467 ~ 32.12%
B 146 of 467 ~ 31.26'%

%36.62
%32.12
%31.26

CMYK color model

#AB9692 color CMYK value is (0,12,15,33).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 14.62%
  • key color value is 32.94%

CMYK: (0,12,15,33)
C0M12Y15K33 (0%, 12%, 15%, 33%)
(0.00 / 0.12 / 0.15 / 0.33)

CMYK percentages

%0
%12.28
%14.62
%32.94

Codes

Color #AB9692 in popluar color models

AB 96 92
RGB 171 150 146
HSL 10° 12.95% 62.16%
HSB/HSV 10° 14.62% 67.06%
CMYK 0.00% 12.28% 14.62%
32.94%

Color #AB9692 in popluar number systems.

HEX AB 96 92
Decimal 171 150 146
Binary 10101011 10010110 10010010
Octal 253 226 222

Shades and tints

Shades of #AB9692

#AB9692
(171,150,146)
#9C8985
(156,137,133)
#8D7C78
(141,124,120)
#7E6F6B
(126,111,107)
#6F625E
(111,98,94)
#605551
(96,85,81)
#514844
(81,72,68)
#423B37
(66,59,55)
#332E2A
(51,46,42)
#24211D
(36,33,29)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #AB9692

#AB9692
(171,150,146)
#B29F9B
(178,159,155)
#B9A8A4
(185,168,164)
#C0B1AD
(192,177,173)
#C7BAB6
(199,186,182)
#CEC3BF
(206,195,191)
#D5CCC8
(213,204,200)
#DCD5D1
(220,213,209)
#E3DEDA
(227,222,218)
#EAE7E3
(234,231,227)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9692 color. Also use rgb(171,150,146) instead hex code.

Text Font Color

.myTextColor { color: #AB9692; }

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

This text font color is #AB9692.

Background Color

.myBgColor { background-color: #AB9692; }

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

This div background color is #AB9692.

Border color

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

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

This div border color is #AB9692.

Opacity

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

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

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

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

This text has shadow with #AB9692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9692.

Preview

Color preview on black background

This text has color #AB9692 on black background.


Color preview on white background

This text has color #AB9692 on white background.


Black color preview on #AB9692 background

This text has black color on #AB9692 background.


White color preview on #AB9692 background

This text has white color on #AB9692 background.


Related colors

Complementary color

Complementary color for #hex is #54696D.


I love getcolorcode.com

Triadic colors

1 #92AB96 and #9692AB with #AB9692 are triadic colors.

2 #9296AB and #96AB92 with #AB9692 are triadic colors.