COLOR #A9848A

HEX: #A9848A
RGB: (169,132,138)

Color info

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

RGB color model

#A9848A color RGB value is (169,132,138).

  • red value is 169;
  • green value is 132;
  • blue value is 138.
RGB:
(169,132,138)
(66%,52%,54%)

RGB channels and saturation

R 169 of 255 = 66%
G 132 of 255 = 52%
B 138 of 255 = 54%

169
132
138

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

Portions of RGB colors in percentages

R + G + B =
169 + 132 + 138 = 439 (100%)
R 169 of 439 ~ 38.5%
G 132 of 439 ~ 30.07%
B 138 of 439 ~ 31.44%

%38.5
%30.07
%31.44

CMYK color model

#A9848A color CMYK value is (0,22,18,34).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 18.34%
  • key color value is 33.73%
CMYK:
(0,22,18,34)
C0M22Y18K34 
(0%,22%,18%,34%)
(0.00/0.22/0.18/0.34)	

CMYK percentages

%0
%21.89
%18.34
%33.73

Codes

Color #A9848A in popluar color models

A9848A
RGB169132138
HSL350°17.70%59.02%
HSB/HSV350°21.89%66.27%
CMYK0.00%21.89%18.34%
33.73%

Color #A9848A in popluar number systems.

HEXA9848A
Decimal169132138
Binary101010011000010010001010
Octal251204212

Shades and tints

Shades of #A9848A

#A9848A
(169,132,138)
#9A787E
(154,120,126)
#8B6C72
(139,108,114)
#7C6066
(124,96,102)
#6D545A
(109,84,90)
#5E484E
(94,72,78)
#4F3C42
(79,60,66)
#403036
(64,48,54)
#31242A
(49,36,42)
#22181E
(34,24,30)
#130C12
(19,12,18)
#000000
(0,0,0)

Tints of #A9848A

#A9848A
(169,132,138)
#B08F94
(176,143,148)
#B79A9E
(183,154,158)
#BEA5A8
(190,165,168)
#C5B0B2
(197,176,178)
#CCBBBC
(204,187,188)
#D3C6C6
(211,198,198)
#DAD1D0
(218,209,208)
#E1DCDA
(225,220,218)
#E8E7E4
(232,231,228)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9848A color. Also use rgb(169,132,138) instead hex code.

Text Font Color

.myTextColor { color: #A9848A; }

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

This text font color is #A9848A.


Background Color

.myBgColor { background-color: #A9848A; }

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

This div background color is #A9848A.


Border color

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

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

This div border color is #A9848A.


Opacity

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

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

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

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

This text has shadow with #A9848A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9848A on black background.


Color preview on white background

This text has color #A9848A on white background.



Black color preview on #A9848A background

This text has black color on #A9848A background.


White color preview on #A9848A background

This text has white color on #A9848A background.