COLOR #A76868

HEX: #A76868 RGB: (167,104,104)

Color info

#A76868 contains mainly red color. Web safe color of #A76868 is #996666 (or #966).

RGB color model

#A76868 color RGB value is (167,104,104).

RGB: (167,104,104) (65%, 41%, 41%)

RGB channels and saturation

R 167 of 255 = 65%
G 104 of 255 = 41%
B 104 of 255 = 41%

167
104
104

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

Portions of RGB colors in percentages

R + G + B = 167 + 104 + 104 = 375 (100%)
R 167 of 375 ~ 44.53%
G 104 of 375 ~ 27.73%
B 104 of 375 ~ 27.73'%

%44.53
%27.73
%27.73

CMYK color model

#A76868 color CMYK value is (0,38,38,35).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 37.72%
  • key color value is 34.51%

CMYK: (0,38,38,35)
C0M38Y38K35 (0%, 38%, 38%, 35%)
(0.00 / 0.38 / 0.38 / 0.35)

CMYK percentages

%0
%37.72
%37.72
%34.51

Codes

Color #A76868 in popluar color models

A7 68 68
RGB 167 104 104
HSL 26.36% 53.14%
HSB/HSV 37.72% 65.49%
CMYK 0.00% 37.72% 37.72%
34.51%

Color #A76868 in popluar number systems.

HEX A7 68 68
Decimal 167 104 104
Binary 10100111 1101000 1101000
Octal 247 150 150

Shades and tints

Shades of #A76868

#A76868
(167,104,104)
#985F5F
(152,95,95)
#895656
(137,86,86)
#7A4D4D
(122,77,77)
#6B4444
(107,68,68)
#5C3B3B
(92,59,59)
#4D3232
(77,50,50)
#3E2929
(62,41,41)
#2F2020
(47,32,32)
#201717
(32,23,23)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #A76868

#A76868
(167,104,104)
#AF7575
(175,117,117)
#B78282
(183,130,130)
#BF8F8F
(191,143,143)
#C79C9C
(199,156,156)
#CFA9A9
(207,169,169)
#D7B6B6
(215,182,182)
#DFC3C3
(223,195,195)
#E7D0D0
(231,208,208)
#EFDDDD
(239,221,221)
#F7EAEA
(247,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76868 color. Also use rgb(167,104,104) instead hex code.

Text Font Color

.myTextColor { color: #A76868; }

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

This text font color is #A76868.

Background Color

.myBgColor { background-color: #A76868; }

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

This div background color is #A76868.

Border color

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

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

This div border color is #A76868.

Opacity

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

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

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

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

This text has shadow with #A76868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76868.

Preview

Color preview on black background

This text has color #A76868 on black background.


Color preview on white background

This text has color #A76868 on white background.


Black color preview on #A76868 background

This text has black color on #A76868 background.


White color preview on #A76868 background

This text has white color on #A76868 background.


Related colors

Complementary color

Complementary color for #hex is #589797.


I love getcolorcode.com