COLOR #A08074

HEX: #A08074 RGB: (160,128,116)

Color info

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

RGB color model

#A08074 color RGB value is (160,128,116).

RGB: (160,128,116) (63%, 50%, 45%)

RGB channels and saturation

R 160 of 255 = 63%
G 128 of 255 = 50%
B 116 of 255 = 45%

160
128
116

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

Portions of RGB colors in percentages

R + G + B = 160 + 128 + 116 = 404 (100%)
R 160 of 404 ~ 39.6%
G 128 of 404 ~ 31.68%
B 116 of 404 ~ 28.71'%

%39.6
%31.68
%28.71

CMYK color model

#A08074 color CMYK value is (0,20,28,37).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.50%
  • key color value is 37.25%
CMYK: (0,20,28,37) C0M20Y28K37 (0%,20%,28%,37%) (0.00/0.20/0.28/0.37) 

CMYK percentages

%0
%20
%27.5
%37.25

Codes

Color #A08074 in popluar color models

A0 80 74
RGB 160 128 116
HSL 16° 18.80% 54.12%
HSB/HSV 16° 27.50% 62.75%
CMYK 0.00% 20.00% 27.50%
37.25%

Color #A08074 in popluar number systems.

HEX A0 80 74
Decimal 160 128 116
Binary 10100000 10000000 1110100
Octal 240 200 164

Shades and tints

Shades of #A08074

#A08074
(160,128,116)
#92756A
(146,117,106)
#846A60
(132,106,96)
#765F56
(118,95,86)
#68544C
(104,84,76)
#5A4942
(90,73,66)
#4C3E38
(76,62,56)
#3E332E
(62,51,46)
#302824
(48,40,36)
#221D1A
(34,29,26)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #A08074

#A08074
(160,128,116)
#A88B80
(168,139,128)
#B0968C
(176,150,140)
#B8A198
(184,161,152)
#C0ACA4
(192,172,164)
#C8B7B0
(200,183,176)
#D0C2BC
(208,194,188)
#D8CDC8
(216,205,200)
#E0D8D4
(224,216,212)
#E8E3E0
(232,227,224)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08074 color. Also use rgb(160,128,116) instead hex code.

Text Font Color

.myTextColor { color: #A08074; }

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

This text font color is #A08074.

Background Color

.myBgColor { background-color: #A08074; }

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

This div background color is #A08074.

Border color

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

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

This div border color is #A08074.

Opacity

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

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

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

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

This text has shadow with #A08074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08074.

Preview

Color preview on black background

This text has color #A08074 on black background.


Color preview on white background

This text has color #A08074 on white background.


Black color preview on #A08074 background

This text has black color on #A08074 background.


White color preview on #A08074 background

This text has white color on #A08074 background.


Related colors

Complementary color

Complementary color for #hex is #5F7F8B.


I love getcolorcode.com

Triadic colors

1 #74A080 and #8074A0 with #A08074 are triadic colors.

2 #7480A0 and #80A074 with #A08074 are triadic colors.