COLOR #A8927C

HEX: #A8927C RGB: (168,146,124)

Color info

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

RGB color model

#A8927C color RGB value is (168,146,124).

RGB: (168,146,124) (66%, 57%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 146 of 255 = 57%
B 124 of 255 = 49%

168
146
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 146 + 124 = 438 (100%)
R 168 of 438 ~ 38.36%
G 146 of 438 ~ 33.33%
B 124 of 438 ~ 28.31'%

%38.36
%33.33
%28.31

CMYK color model

#A8927C color CMYK value is (0,13,26,34).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 26.19%
  • key color value is 34.12%

CMYK: (0,13,26,34)
C0M13Y26K34 (0%, 13%, 26%, 34%)
(0.00 / 0.13 / 0.26 / 0.34)

CMYK percentages

%0
%13.1
%26.19
%34.12

Codes

Color #A8927C in popluar color models

A8 92 7C
RGB 168 146 124
HSL 30° 20.18% 57.25%
HSB/HSV 30° 26.19% 65.88%
CMYK 0.00% 13.10% 26.19%
34.12%

Color #A8927C in popluar number systems.

HEX A8 92 7C
Decimal 168 146 124
Binary 10101000 10010010 1111100
Octal 250 222 174

Shades and tints

Shades of #A8927C

#A8927C
(168,146,124)
#998571
(153,133,113)
#8A7866
(138,120,102)
#7B6B5B
(123,107,91)
#6C5E50
(108,94,80)
#5D5145
(93,81,69)
#4E443A
(78,68,58)
#3F372F
(63,55,47)
#302A24
(48,42,36)
#211D19
(33,29,25)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #A8927C

#A8927C
(168,146,124)
#AF9B87
(175,155,135)
#B6A492
(182,164,146)
#BDAD9D
(189,173,157)
#C4B6A8
(196,182,168)
#CBBFB3
(203,191,179)
#D2C8BE
(210,200,190)
#D9D1C9
(217,209,201)
#E0DAD4
(224,218,212)
#E7E3DF
(231,227,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8927C color. Also use rgb(168,146,124) instead hex code.

Text Font Color

.myTextColor { color: #A8927C; }

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

This text font color is #A8927C.

Background Color

.myBgColor { background-color: #A8927C; }

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

This div background color is #A8927C.

Border color

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

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

This div border color is #A8927C.

Opacity

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

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

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

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

This text has shadow with #A8927C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8927C.

Preview

Color preview on black background

This text has color #A8927C on black background.


Color preview on white background

This text has color #A8927C on white background.


Black color preview on #A8927C background

This text has black color on #A8927C background.


White color preview on #A8927C background

This text has white color on #A8927C background.


Related colors

Complementary color

Complementary color for #hex is #576D83.


I love getcolorcode.com

Triadic colors

1 #7CA892 and #927CA8 with #A8927C are triadic colors.

2 #7C92A8 and #92A87C with #A8927C are triadic colors.