COLOR #A08475

HEX: #A08475
RGB: (160,132,117)

Color info

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

RGB color model

#A08475 color RGB value is (160,132,117).

  • red value is 160;
  • green value is 132;
  • blue value is 117.
RGB:
(160,132,117)
(63%,52%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 132 of 255 = 52%
B 117 of 255 = 46%

160
132
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 132 + 117 = 409 (100%)
R 160 of 409 ~ 39.12%
G 132 of 409 ~ 32.27%
B 117 of 409 ~ 28.61%

%39.12
%32.27
%28.61

CMYK color model

#A08475 color CMYK value is (0,18,27,37).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,18,27,37)
C0M18Y27K37 
(0%,18%,27%,37%)
(0.00/0.18/0.27/0.37)	

CMYK percentages

%0
%17.5
%26.88
%37.25

Codes

Color #A08475 in popluar color models

A08475
RGB160132117
HSL21°18.45%54.31%
HSB/HSV21°26.88%62.75%
CMYK0.00%17.50%26.88%
37.25%

Color #A08475 in popluar number systems.

HEXA08475
Decimal160132117
Binary10100000100001001110101
Octal240204165

Shades and tints

Shades of #A08475

#A08475
(160,132,117)
#92786B
(146,120,107)
#846C61
(132,108,97)
#766057
(118,96,87)
#68544D
(104,84,77)
#5A4843
(90,72,67)
#4C3C39
(76,60,57)
#3E302F
(62,48,47)
#302425
(48,36,37)
#22181B
(34,24,27)
#140C11
(20,12,17)
#000000
(0,0,0)

Tints of #A08475

#A08475
(160,132,117)
#A88F81
(168,143,129)
#B09A8D
(176,154,141)
#B8A599
(184,165,153)
#C0B0A5
(192,176,165)
#C8BBB1
(200,187,177)
#D0C6BD
(208,198,189)
#D8D1C9
(216,209,201)
#E0DCD5
(224,220,213)
#E8E7E1
(232,231,225)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08475; }

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

This text font color is #A08475.


Background Color

.myBgColor { background-color: #A08475; }

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

This div background color is #A08475.


Border color

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

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

This div border color is #A08475.


Opacity

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

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

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

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

This text has shadow with #A08475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08475 on black background.


Color preview on white background

This text has color #A08475 on white background.



Black color preview on #A08475 background

This text has black color on #A08475 background.


White color preview on #A08475 background

This text has white color on #A08475 background.