COLOR #A08A75

HEX: #A08A75
RGB: (160,138,117)

Color info

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

RGB color model

#A08A75 color RGB value is (160,138,117).

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

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 117 of 255 = 46%

160
138
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 117 = 415 (100%)
R 160 of 415 ~ 38.55%
G 138 of 415 ~ 33.25%
B 117 of 415 ~ 28.19%

%38.55
%33.25
%28.19

CMYK color model

#A08A75 color CMYK value is (0,14,27,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,14,27,37)
C0M14Y27K37 
(0%,14%,27%,37%)
(0.00/0.14/0.27/0.37)	

CMYK percentages

%0
%13.75
%26.88
%37.25

Codes

Color #A08A75 in popluar color models

A08A75
RGB160138117
HSL29°18.45%54.31%
HSB/HSV29°26.88%62.75%
CMYK0.00%13.75%26.88%
37.25%

Color #A08A75 in popluar number systems.

HEXA08A75
Decimal160138117
Binary10100000100010101110101
Octal240212165

Shades and tints

Shades of #A08A75

#A08A75
(160,138,117)
#927E6B
(146,126,107)
#847261
(132,114,97)
#766657
(118,102,87)
#685A4D
(104,90,77)
#5A4E43
(90,78,67)
#4C4239
(76,66,57)
#3E362F
(62,54,47)
#302A25
(48,42,37)
#221E1B
(34,30,27)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A08A75

#A08A75
(160,138,117)
#A89481
(168,148,129)
#B09E8D
(176,158,141)
#B8A899
(184,168,153)
#C0B2A5
(192,178,165)
#C8BCB1
(200,188,177)
#D0C6BD
(208,198,189)
#D8D0C9
(216,208,201)
#E0DAD5
(224,218,213)
#E8E4E1
(232,228,225)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A75; }

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

This text font color is #A08A75.


Background Color

.myBgColor { background-color: #A08A75; }

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

This div background color is #A08A75.


Border color

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

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

This div border color is #A08A75.


Opacity

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

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

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

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

This text has shadow with #A08A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A75 on black background.


Color preview on white background

This text has color #A08A75 on white background.



Black color preview on #A08A75 background

This text has black color on #A08A75 background.


White color preview on #A08A75 background

This text has white color on #A08A75 background.