COLOR #A8A185

HEX: #A8A185 RGB: (168,161,133)

Color info

#A8A185 contains red, green and blue colors in about the same proportion. Web safe color of #A8A185 is #999999 (or #999).

RGB color model

#A8A185 color RGB value is (168,161,133).

RGB: (168,161,133) (66%, 63%, 52%)

RGB channels and saturation

R 168 of 255 = 66%
G 161 of 255 = 63%
B 133 of 255 = 52%

168
161
133

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

Portions of RGB colors in percentages

R + G + B = 168 + 161 + 133 = 462 (100%)
R 168 of 462 ~ 36.36%
G 161 of 462 ~ 34.85%
B 133 of 462 ~ 28.79'%

%36.36
%34.85
%28.79

CMYK color model

#A8A185 color CMYK value is (0,4,21,34).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 20.83%
  • key color value is 34.12%

CMYK: (0,4,21,34)
C0M4Y21K34 (0%, 4%, 21%, 34%)
(0.00 / 0.04 / 0.21 / 0.34)

CMYK percentages

%0
%4.17
%20.83
%34.12

Codes

Color #A8A185 in popluar color models

A8 A1 85
RGB 168 161 133
HSL 48° 16.75% 59.02%
HSB/HSV 48° 20.83% 65.88%
CMYK 0.00% 4.17% 20.83%
34.12%

Color #A8A185 in popluar number systems.

HEX A8 A1 85
Decimal 168 161 133
Binary 10101000 10100001 10000101
Octal 250 241 205

Shades and tints

Shades of #A8A185

#A8A185
(168,161,133)
#999379
(153,147,121)
#8A856D
(138,133,109)
#7B7761
(123,119,97)
#6C6955
(108,105,85)
#5D5B49
(93,91,73)
#4E4D3D
(78,77,61)
#3F3F31
(63,63,49)
#303125
(48,49,37)
#212319
(33,35,25)
#12150D
(18,21,13)
#000000
(0,0,0)

Tints of #A8A185

#A8A185
(168,161,133)
#AFA990
(175,169,144)
#B6B19B
(182,177,155)
#BDB9A6
(189,185,166)
#C4C1B1
(196,193,177)
#CBC9BC
(203,201,188)
#D2D1C7
(210,209,199)
#D9D9D2
(217,217,210)
#E0E1DD
(224,225,221)
#E7E9E8
(231,233,232)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A185 color. Also use rgb(168,161,133) instead hex code.

Text Font Color

.myTextColor { color: #A8A185; }

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

This text font color is #A8A185.

Background Color

.myBgColor { background-color: #A8A185; }

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

This div background color is #A8A185.

Border color

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

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

This div border color is #A8A185.

Opacity

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

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

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

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

This text has shadow with #A8A185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A185.

Preview

Color preview on black background

This text has color #A8A185 on black background.


Color preview on white background

This text has color #A8A185 on white background.


Black color preview on #A8A185 background

This text has black color on #A8A185 background.


White color preview on #A8A185 background

This text has white color on #A8A185 background.


Related colors

Complementary color

Complementary color for #hex is #575E7A.


I love getcolorcode.com

Triadic colors

1 #85A8A1 and #A185A8 with #A8A185 are triadic colors.

2 #85A1A8 and #A1A885 with #A8A185 are triadic colors.