COLOR #A8757E

HEX: #A8757E RGB: (168,117,126)

Color info

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

RGB color model

#A8757E color RGB value is (168,117,126).

RGB: (168,117,126) (66%, 46%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 126 of 255 = 49%

168
117
126

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

Portions of RGB colors in percentages

R + G + B = 168 + 117 + 126 = 411 (100%)
R 168 of 411 ~ 40.88%
G 117 of 411 ~ 28.47%
B 126 of 411 ~ 30.66'%

%40.88
%28.47
%30.66

CMYK color model

#A8757E color CMYK value is (0,30,25,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 25.00%
  • key color value is 34.12%

CMYK: (0,30,25,34)
C0M30Y25K34 (0%, 30%, 25%, 34%)
(0.00 / 0.30 / 0.25 / 0.34)

CMYK percentages

%0
%30.36
%25
%34.12

Codes

Color #A8757E in popluar color models

A8 75 7E
RGB 168 117 126
HSL 349° 22.67% 55.88%
HSB/HSV 349° 30.36% 65.88%
CMYK 0.00% 30.36% 25.00%
34.12%

Color #A8757E in popluar number systems.

HEX A8 75 7E
Decimal 168 117 126
Binary 10101000 1110101 1111110
Octal 250 165 176

Shades and tints

Shades of #A8757E

#A8757E
(168,117,126)
#996B73
(153,107,115)
#8A6168
(138,97,104)
#7B575D
(123,87,93)
#6C4D52
(108,77,82)
#5D4347
(93,67,71)
#4E393C
(78,57,60)
#3F2F31
(63,47,49)
#302526
(48,37,38)
#211B1B
(33,27,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #A8757E

#A8757E
(168,117,126)
#AF8189
(175,129,137)
#B68D94
(182,141,148)
#BD999F
(189,153,159)
#C4A5AA
(196,165,170)
#CBB1B5
(203,177,181)
#D2BDC0
(210,189,192)
#D9C9CB
(217,201,203)
#E0D5D6
(224,213,214)
#E7E1E1
(231,225,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8757E color. Also use rgb(168,117,126) instead hex code.

Text Font Color

.myTextColor { color: #A8757E; }

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

This text font color is #A8757E.

Background Color

.myBgColor { background-color: #A8757E; }

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

This div background color is #A8757E.

Border color

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

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

This div border color is #A8757E.

Opacity

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

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

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

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

This text has shadow with #A8757E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8757E.

Preview

Color preview on black background

This text has color #A8757E on black background.


Color preview on white background

This text has color #A8757E on white background.


Black color preview on #A8757E background

This text has black color on #A8757E background.


White color preview on #A8757E background

This text has white color on #A8757E background.


Related colors

Complementary color

Complementary color for #hex is #578A81.


I love getcolorcode.com

Triadic colors

1 #7EA875 and #757EA8 with #A8757E are triadic colors.

2 #7E75A8 and #75A87E with #A8757E are triadic colors.