COLOR #A08477

HEX: #A08477 RGB: (160,132,119)

Color info

#A08477 contains red, green and blue colors in about the same proportion. Web safe color of #A08477 is #999966 (or #996).

RGB color model

#A08477 color RGB value is (160,132,119).

RGB: (160,132,119) (63%, 52%, 47%)

RGB channels and saturation

R 160 of 255 = 63%
G 132 of 255 = 52%
B 119 of 255 = 47%

160
132
119

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

Portions of RGB colors in percentages

R + G + B = 160 + 132 + 119 = 411 (100%)
R 160 of 411 ~ 38.93%
G 132 of 411 ~ 32.12%
B 119 of 411 ~ 28.95'%

%38.93
%32.12
%28.95

CMYK color model

#A08477 color CMYK value is (0,18,26,37).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 25.63%
  • key color value is 37.25%

CMYK: (0,18,26,37)
C0M18Y26K37 (0%, 18%, 26%, 37%)
(0.00 / 0.18 / 0.26 / 0.37)

CMYK percentages

%0
%17.5
%25.63
%37.25

Codes

Color #A08477 in popluar color models

A0 84 77
RGB 160 132 119
HSL 19° 17.75% 54.71%
HSB/HSV 19° 25.63% 62.75%
CMYK 0.00% 17.50% 25.63%
37.25%

Color #A08477 in popluar number systems.

HEX A0 84 77
Decimal 160 132 119
Binary 10100000 10000100 1110111
Octal 240 204 167

Shades and tints

Shades of #A08477

#A08477
(160,132,119)
#92786D
(146,120,109)
#846C63
(132,108,99)
#766059
(118,96,89)
#68544F
(104,84,79)
#5A4845
(90,72,69)
#4C3C3B
(76,60,59)
#3E3031
(62,48,49)
#302427
(48,36,39)
#22181D
(34,24,29)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #A08477

#A08477
(160,132,119)
#A88F83
(168,143,131)
#B09A8F
(176,154,143)
#B8A59B
(184,165,155)
#C0B0A7
(192,176,167)
#C8BBB3
(200,187,179)
#D0C6BF
(208,198,191)
#D8D1CB
(216,209,203)
#E0DCD7
(224,220,215)
#E8E7E3
(232,231,227)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08477 color. Also use rgb(160,132,119) instead hex code.

Text Font Color

.myTextColor { color: #A08477; }

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

This text font color is #A08477.

Background Color

.myBgColor { background-color: #A08477; }

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

This div background color is #A08477.

Border color

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

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

This div border color is #A08477.

Opacity

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

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

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

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

This text has shadow with #A08477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08477.

Preview

Color preview on black background

This text has color #A08477 on black background.


Color preview on white background

This text has color #A08477 on white background.


Black color preview on #A08477 background

This text has black color on #A08477 background.


White color preview on #A08477 background

This text has white color on #A08477 background.


Related colors

Complementary color

Complementary color for #hex is #5F7B88.


I love getcolorcode.com

Triadic colors

1 #77A084 and #8477A0 with #A08477 are triadic colors.

2 #7784A0 and #84A077 with #A08477 are triadic colors.