COLOR #A78281

HEX: #A78281 RGB: (167,130,129)

Color info

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

RGB color model

#A78281 color RGB value is (167,130,129).

RGB: (167,130,129) (65%, 51%, 51%)

RGB channels and saturation

R 167 of 255 = 65%
G 130 of 255 = 51%
B 129 of 255 = 51%

167
130
129

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

Portions of RGB colors in percentages

R + G + B = 167 + 130 + 129 = 426 (100%)
R 167 of 426 ~ 39.2%
G 130 of 426 ~ 30.52%
B 129 of 426 ~ 30.28'%

%39.2
%30.52
%30.28

CMYK color model

#A78281 color CMYK value is (0,22,23,35).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 22.75%
  • key color value is 34.51%

CMYK: (0,22,23,35)
C0M22Y23K35 (0%, 22%, 23%, 35%)
(0.00 / 0.22 / 0.23 / 0.35)

CMYK percentages

%0
%22.16
%22.75
%34.51

Codes

Color #A78281 in popluar color models

A7 82 81
RGB 167 130 129
HSL 17.76% 58.04%
HSB/HSV 22.75% 65.49%
CMYK 0.00% 22.16% 22.75%
34.51%

Color #A78281 in popluar number systems.

HEX A7 82 81
Decimal 167 130 129
Binary 10100111 10000010 10000001
Octal 247 202 201

Shades and tints

Shades of #A78281

#A78281
(167,130,129)
#987776
(152,119,118)
#896C6B
(137,108,107)
#7A6160
(122,97,96)
#6B5655
(107,86,85)
#5C4B4A
(92,75,74)
#4D403F
(77,64,63)
#3E3534
(62,53,52)
#2F2A29
(47,42,41)
#201F1E
(32,31,30)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #A78281

#A78281
(167,130,129)
#AF8D8C
(175,141,140)
#B79897
(183,152,151)
#BFA3A2
(191,163,162)
#C7AEAD
(199,174,173)
#CFB9B8
(207,185,184)
#D7C4C3
(215,196,195)
#DFCFCE
(223,207,206)
#E7DAD9
(231,218,217)
#EFE5E4
(239,229,228)
#F7F0EF
(247,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78281; }

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

This text font color is #A78281.

Background Color

.myBgColor { background-color: #A78281; }

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

This div background color is #A78281.

Border color

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

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

This div border color is #A78281.

Opacity

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

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

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

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

This text has shadow with #A78281 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78281.

Preview

Color preview on black background

This text has color #A78281 on black background.


Color preview on white background

This text has color #A78281 on white background.


Black color preview on #A78281 background

This text has black color on #A78281 background.


White color preview on #A78281 background

This text has white color on #A78281 background.


Related colors

Complementary color

Complementary color for #hex is #587D7E.


I love getcolorcode.com

Triadic colors

1 #81A782 and #8281A7 with #A78281 are triadic colors.

2 #8182A7 and #82A781 with #A78281 are triadic colors.