COLOR #A76068

HEX: #A76068
RGB: (167,96,104)

Color info

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

RGB color model

#A76068 color RGB value is (167,96,104).

  • red value is 167;
  • green value is 96;
  • blue value is 104.
RGB:
(167,96,104)
(65%,38%,41%)

RGB channels and saturation

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

167
96
104

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

Portions of RGB colors in percentages

R + G + B =
167 + 96 + 104 = 367 (100%)
R 167 of 367 ~ 45.5%
G 96 of 367 ~ 26.16%
B 104 of 367 ~ 28.34%

%45.5
%26.16
%28.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.51%
  • yellow value is 37.72%
  • key color value is 34.51%
CMYK:
(0,43,38,35)
C0M43Y38K35 
(0%,43%,38%,35%)
(0.00/0.43/0.38/0.35)	

CMYK percentages

%0
%42.51
%37.72
%34.51

Codes

Color #A76068 in popluar color models

A76068
RGB16796104
HSL353°28.74%51.57%
HSB/HSV353°42.51%65.49%
CMYK0.00%42.51%37.72%
34.51%

Color #A76068 in popluar number systems.

HEXA76068
Decimal16796104
Binary1010011111000001101000
Octal247140150

Shades and tints

Shades of #A76068

#A76068
(167,96,104)
#98585F
(152,88,95)
#895056
(137,80,86)
#7A484D
(122,72,77)
#6B4044
(107,64,68)
#5C383B
(92,56,59)
#4D3032
(77,48,50)
#3E2829
(62,40,41)
#2F2020
(47,32,32)
#201817
(32,24,23)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #A76068

#A76068
(167,96,104)
#AF6E75
(175,110,117)
#B77C82
(183,124,130)
#BF8A8F
(191,138,143)
#C7989C
(199,152,156)
#CFA6A9
(207,166,169)
#D7B4B6
(215,180,182)
#DFC2C3
(223,194,195)
#E7D0D0
(231,208,208)
#EFDEDD
(239,222,221)
#F7ECEA
(247,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76068; }

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

This text font color is #A76068.


Background Color

.myBgColor { background-color: #A76068; }

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

This div background color is #A76068.


Border color

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

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

This div border color is #A76068.


Opacity

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

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

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

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

This text has shadow with #A76068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76068 on black background.


Color preview on white background

This text has color #A76068 on white background.



Black color preview on #A76068 background

This text has black color on #A76068 background.


White color preview on #A76068 background

This text has white color on #A76068 background.