COLOR #A98281

HEX: #A98281 RGB: (169,130,129)

Color info

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

RGB color model

#A98281 color RGB value is (169,130,129).

RGB: (169,130,129) (66%, 51%, 51%)

RGB channels and saturation

R 169 of 255 = 66%
G 130 of 255 = 51%
B 129 of 255 = 51%

169
130
129

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

Portions of RGB colors in percentages

R + G + B = 169 + 130 + 129 = 428 (100%)
R 169 of 428 ~ 39.49%
G 130 of 428 ~ 30.37%
B 129 of 428 ~ 30.14'%

%39.49
%30.37
%30.14

CMYK color model

#A98281 color CMYK value is (0,23,24,34).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 23.67%
  • key color value is 33.73%

CMYK: (0,23,24,34)
C0M23Y24K34 (0%, 23%, 24%, 34%)
(0.00 / 0.23 / 0.24 / 0.34)

CMYK percentages

%0
%23.08
%23.67
%33.73

Codes

Color #A98281 in popluar color models

A9 82 81
RGB 169 130 129
HSL 18.87% 58.43%
HSB/HSV 23.67% 66.27%
CMYK 0.00% 23.08% 23.67%
33.73%

Color #A98281 in popluar number systems.

HEX A9 82 81
Decimal 169 130 129
Binary 10101001 10000010 10000001
Octal 251 202 201

Shades and tints

Shades of #A98281

#A98281
(169,130,129)
#9A7776
(154,119,118)
#8B6C6B
(139,108,107)
#7C6160
(124,97,96)
#6D5655
(109,86,85)
#5E4B4A
(94,75,74)
#4F403F
(79,64,63)
#403534
(64,53,52)
#312A29
(49,42,41)
#221F1E
(34,31,30)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A98281

#A98281
(169,130,129)
#B08D8C
(176,141,140)
#B79897
(183,152,151)
#BEA3A2
(190,163,162)
#C5AEAD
(197,174,173)
#CCB9B8
(204,185,184)
#D3C4C3
(211,196,195)
#DACFCE
(218,207,206)
#E1DAD9
(225,218,217)
#E8E5E4
(232,229,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A98281 color. Also use rgb(169,130,129) instead hex code.

Text Font Color

.myTextColor { color: #A98281; }

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

This text font color is #A98281.

Background Color

.myBgColor { background-color: #A98281; }

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

This div background color is #A98281.

Border color

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

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

This div border color is #A98281.

Opacity

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

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

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

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

This text has shadow with #A98281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A98281.

Preview

Color preview on black background

This text has color #A98281 on black background.


Color preview on white background

This text has color #A98281 on white background.


Black color preview on #A98281 background

This text has black color on #A98281 background.


White color preview on #A98281 background

This text has white color on #A98281 background.


Related colors

Complementary color

Complementary color for #hex is #567D7E.


I love getcolorcode.com

Triadic colors

1 #81A982 and #8281A9 with #A98281 are triadic colors.

2 #8182A9 and #82A981 with #A98281 are triadic colors.