COLOR #A78075

HEX: #A78075
RGB: (167,128,117)

Color info

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

RGB color model

#A78075 color RGB value is (167,128,117).

  • red value is 167;
  • green value is 128;
  • blue value is 117.
RGB: (167,128,117) (65%,50%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 128 of 255 = 50%
B 117 of 255 = 46%

167
128
117

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

Portions of RGB colors in percentages

R + G + B =
167 + 128 + 117 = 412 (100%)
R 167 of 412 ~ 40.53%
G 128 of 412 ~ 31.07%
B 117 of 412 ~ 28.4%

%40.53
%31.07
%28.4

CMYK color model

#A78075 color CMYK value is (0,23,30,35).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK: (0,23,30,35) C0M23Y30K35 (0%,23%,30%,35%) (0.00/0.23/0.30/0.35)

CMYK percentages

%0
%23.35
%29.94
%34.51

Codes

Color #A78075 in popluar color models

A78075
RGB167128117
HSL13°22.12%55.69%
HSB/HSV13°29.94%65.49%
CMYK0.00%23.35%29.94%
34.51%

Color #A78075 in popluar number systems.

HEXA78075
Decimal167128117
Binary10100111100000001110101
Octal247200165

Shades and tints

Shades of #A78075

#A78075
(167,128,117)
#98756B
(152,117,107)
#896A61
(137,106,97)
#7A5F57
(122,95,87)
#6B544D
(107,84,77)
#5C4943
(92,73,67)
#4D3E39
(77,62,57)
#3E332F
(62,51,47)
#2F2825
(47,40,37)
#201D1B
(32,29,27)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #A78075

#A78075
(167,128,117)
#AF8B81
(175,139,129)
#B7968D
(183,150,141)
#BFA199
(191,161,153)
#C7ACA5
(199,172,165)
#CFB7B1
(207,183,177)
#D7C2BD
(215,194,189)
#DFCDC9
(223,205,201)
#E7D8D5
(231,216,213)
#EFE3E1
(239,227,225)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78075; }

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

This text font color is #A78075.


Background Color

.myBgColor { background-color: #A78075; }

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

This div background color is #A78075.


Border color

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

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

This div border color is #A78075.


Opacity

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

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

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

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

This text has shadow with #A78075 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A78075 on black background.


Color preview on white background

This text has color #A78075 on white background.



Black color preview on #A78075 background

This text has black color on #A78075 background.


White color preview on #A78075 background

This text has white color on #A78075 background.