COLOR #A07B76

HEX: #A07B76
RGB: (160,123,118)

Color info

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

RGB color model

#A07B76 color RGB value is (160,123,118).

  • red value is 160;
  • green value is 123;
  • blue value is 118.
RGB:
(160,123,118)
(63%,48%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 123 of 255 = 48%
B 118 of 255 = 46%

160
123
118

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

Portions of RGB colors in percentages

R + G + B =
160 + 123 + 118 = 401 (100%)
R 160 of 401 ~ 39.9%
G 123 of 401 ~ 30.67%
B 118 of 401 ~ 29.43%

%39.9
%30.67
%29.43

CMYK color model

#A07B76 color CMYK value is (0,23,26,37).

  • cyan value is 0.00%
  • magenta value is 23.13%
  • yellow value is 26.25%
  • key color value is 37.25%
CMYK:
(0,23,26,37)
C0M23Y26K37 
(0%,23%,26%,37%)
(0.00/0.23/0.26/0.37)	

CMYK percentages

%0
%23.13
%26.25
%37.25

Codes

Color #A07B76 in popluar color models

A07B76
RGB160123118
HSL18.10%54.51%
HSB/HSV26.25%62.75%
CMYK0.00%23.13%26.25%
37.25%

Color #A07B76 in popluar number systems.

HEXA07B76
Decimal160123118
Binary1010000011110111110110
Octal240173166

Shades and tints

Shades of #A07B76

#A07B76
(160,123,118)
#92706C
(146,112,108)
#846562
(132,101,98)
#765A58
(118,90,88)
#684F4E
(104,79,78)
#5A4444
(90,68,68)
#4C393A
(76,57,58)
#3E2E30
(62,46,48)
#302326
(48,35,38)
#22181C
(34,24,28)
#140D12
(20,13,18)
#000000
(0,0,0)

Tints of #A07B76

#A07B76
(160,123,118)
#A88782
(168,135,130)
#B0938E
(176,147,142)
#B89F9A
(184,159,154)
#C0ABA6
(192,171,166)
#C8B7B2
(200,183,178)
#D0C3BE
(208,195,190)
#D8CFCA
(216,207,202)
#E0DBD6
(224,219,214)
#E8E7E2
(232,231,226)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07B76 color. Also use rgb(160,123,118) instead hex code.

Text Font Color

.myTextColor { color: #A07B76; }

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

This text font color is #A07B76.


Background Color

.myBgColor { background-color: #A07B76; }

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

This div background color is #A07B76.


Border color

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

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

This div border color is #A07B76.


Opacity

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

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

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

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

This text has shadow with #A07B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07B76 on black background.


Color preview on white background

This text has color #A07B76 on white background.



Black color preview on #A07B76 background

This text has black color on #A07B76 background.


White color preview on #A07B76 background

This text has white color on #A07B76 background.