COLOR #A08A7F

HEX: #A08A7F RGB: (160,138,127)

Color info

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

RGB color model

#A08A7F color RGB value is (160,138,127).

RGB: (160,138,127) (63%, 54%, 50%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 127 of 255 = 50%

160
138
127

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

Portions of RGB colors in percentages

R + G + B = 160 + 138 + 127 = 425 (100%)
R 160 of 425 ~ 37.65%
G 138 of 425 ~ 32.47%
B 127 of 425 ~ 29.88'%

%37.65
%32.47
%29.88

CMYK color model

#A08A7F color CMYK value is (0,14,21,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 20.63%
  • key color value is 37.25%

CMYK: (0,14,21,37)
C0M14Y21K37 (0%, 14%, 21%, 37%)
(0.00 / 0.14 / 0.21 / 0.37)

CMYK percentages

%0
%13.75
%20.63
%37.25

Codes

Color #A08A7F in popluar color models

A0 8A 7F
RGB 160 138 127
HSL 20° 14.80% 56.27%
HSB/HSV 20° 20.63% 62.75%
CMYK 0.00% 13.75% 20.63%
37.25%

Color #A08A7F in popluar number systems.

HEX A0 8A 7F
Decimal 160 138 127
Binary 10100000 10001010 1111111
Octal 240 212 177

Shades and tints

Shades of #A08A7F

#A08A7F
(160,138,127)
#927E74
(146,126,116)
#847269
(132,114,105)
#76665E
(118,102,94)
#685A53
(104,90,83)
#5A4E48
(90,78,72)
#4C423D
(76,66,61)
#3E3632
(62,54,50)
#302A27
(48,42,39)
#221E1C
(34,30,28)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A08A7F

#A08A7F
(160,138,127)
#A8948A
(168,148,138)
#B09E95
(176,158,149)
#B8A8A0
(184,168,160)
#C0B2AB
(192,178,171)
#C8BCB6
(200,188,182)
#D0C6C1
(208,198,193)
#D8D0CC
(216,208,204)
#E0DAD7
(224,218,215)
#E8E4E2
(232,228,226)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A7F; }

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

This text font color is #A08A7F.

Background Color

.myBgColor { background-color: #A08A7F; }

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

This div background color is #A08A7F.

Border color

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

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

This div border color is #A08A7F.

Opacity

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

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

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

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

This text has shadow with #A08A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08A7F.

Preview

Color preview on black background

This text has color #A08A7F on black background.


Color preview on white background

This text has color #A08A7F on white background.


Black color preview on #A08A7F background

This text has black color on #A08A7F background.


White color preview on #A08A7F background

This text has white color on #A08A7F background.


Related colors

Complementary color

Complementary color for #hex is #5F7580.


I love getcolorcode.com

Triadic colors

1 #7FA08A and #8A7FA0 with #A08A7F are triadic colors.

2 #7F8AA0 and #8AA07F with #A08A7F are triadic colors.