COLOR #AC7B81

HEX: #AC7B81 RGB: (172,123,129)

Color info

#AC7B81 contains red, green and blue colors in about the same proportion. Web safe color of #AC7B81 is #996699 (or #969).

RGB color model

#AC7B81 color RGB value is (172,123,129).

RGB: (172,123,129) (67%, 48%, 51%)

RGB channels and saturation

R 172 of 255 = 67%
G 123 of 255 = 48%
B 129 of 255 = 51%

172
123
129

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

Portions of RGB colors in percentages

R + G + B = 172 + 123 + 129 = 424 (100%)
R 172 of 424 ~ 40.57%
G 123 of 424 ~ 29.01%
B 129 of 424 ~ 30.42'%

%40.57
%29.01
%30.42

CMYK color model

#AC7B81 color CMYK value is (0,28,25,33).

  • cyan value is 0.00%
  • magenta value is 28.49%
  • yellow value is 25.00%
  • key color value is 32.55%

CMYK: (0,28,25,33)
C0M28Y25K33 (0%, 28%, 25%, 33%)
(0.00 / 0.28 / 0.25 / 0.33)

CMYK percentages

%0
%28.49
%25
%32.55

Codes

Color #AC7B81 in popluar color models

AC 7B 81
RGB 172 123 129
HSL 353° 22.79% 57.84%
HSB/HSV 353° 28.49% 67.45%
CMYK 0.00% 28.49% 25.00%
32.55%

Color #AC7B81 in popluar number systems.

HEX AC 7B 81
Decimal 172 123 129
Binary 10101100 1111011 10000001
Octal 254 173 201

Shades and tints

Shades of #AC7B81

#AC7B81
(172,123,129)
#9D7076
(157,112,118)
#8E656B
(142,101,107)
#7F5A60
(127,90,96)
#704F55
(112,79,85)
#61444A
(97,68,74)
#52393F
(82,57,63)
#432E34
(67,46,52)
#342329
(52,35,41)
#25181E
(37,24,30)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #AC7B81

#AC7B81
(172,123,129)
#B3878C
(179,135,140)
#BA9397
(186,147,151)
#C19FA2
(193,159,162)
#C8ABAD
(200,171,173)
#CFB7B8
(207,183,184)
#D6C3C3
(214,195,195)
#DDCFCE
(221,207,206)
#E4DBD9
(228,219,217)
#EBE7E4
(235,231,228)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7B81 color. Also use rgb(172,123,129) instead hex code.

Text Font Color

.myTextColor { color: #AC7B81; }

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

This text font color is #AC7B81.

Background Color

.myBgColor { background-color: #AC7B81; }

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

This div background color is #AC7B81.

Border color

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

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

This div border color is #AC7B81.

Opacity

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

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

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

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

This text has shadow with #AC7B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC7B81.

Preview

Color preview on black background

This text has color #AC7B81 on black background.


Color preview on white background

This text has color #AC7B81 on white background.


Black color preview on #AC7B81 background

This text has black color on #AC7B81 background.


White color preview on #AC7B81 background

This text has white color on #AC7B81 background.


Related colors

Complementary color

Complementary color for #hex is #53847E.


I love getcolorcode.com

Triadic colors

1 #81AC7B and #7B81AC with #AC7B81 are triadic colors.

2 #817BAC and #7BAC81 with #AC7B81 are triadic colors.