COLOR #A08A7D

HEX: #A08A7D
RGB: (160,138,125)

Color info

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

RGB color model

#A08A7D color RGB value is (160,138,125).

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

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 125 of 255 = 49%

160
138
125

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

Portions of RGB colors in percentages

R + G + B =
160 + 138 + 125 = 423 (100%)
R 160 of 423 ~ 37.83%
G 138 of 423 ~ 32.62%
B 125 of 423 ~ 29.55%

%37.83
%32.62
%29.55

CMYK color model

#A08A7D color CMYK value is (0,14,22,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(0,14,22,37)
C0M14Y22K37 
(0%,14%,22%,37%)
(0.00/0.14/0.22/0.37)	

CMYK percentages

%0
%13.75
%21.88
%37.25

Codes

Color #A08A7D in popluar color models

A08A7D
RGB160138125
HSL22°15.56%55.88%
HSB/HSV22°21.88%62.75%
CMYK0.00%13.75%21.88%
37.25%

Color #A08A7D in popluar number systems.

HEXA08A7D
Decimal160138125
Binary10100000100010101111101
Octal240212175

Shades and tints

Shades of #A08A7D

#A08A7D
(160,138,125)
#927E72
(146,126,114)
#847267
(132,114,103)
#76665C
(118,102,92)
#685A51
(104,90,81)
#5A4E46
(90,78,70)
#4C423B
(76,66,59)
#3E3630
(62,54,48)
#302A25
(48,42,37)
#221E1A
(34,30,26)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A08A7D

#A08A7D
(160,138,125)
#A89488
(168,148,136)
#B09E93
(176,158,147)
#B8A89E
(184,168,158)
#C0B2A9
(192,178,169)
#C8BCB4
(200,188,180)
#D0C6BF
(208,198,191)
#D8D0CA
(216,208,202)
#E0DAD5
(224,218,213)
#E8E4E0
(232,228,224)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A7D; }

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

This text font color is #A08A7D.


Background Color

.myBgColor { background-color: #A08A7D; }

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

This div background color is #A08A7D.


Border color

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

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

This div border color is #A08A7D.


Opacity

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

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

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

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

This text has shadow with #A08A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08A7D on black background.


Color preview on white background

This text has color #A08A7D on white background.



Black color preview on #A08A7D background

This text has black color on #A08A7D background.


White color preview on #A08A7D background

This text has white color on #A08A7D background.