COLOR #A78283

HEX: #A78283 RGB: (167,130,131)

Color info

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

RGB color model

#A78283 color RGB value is (167,130,131).

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

RGB channels and saturation

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

167
130
131

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

Portions of RGB colors in percentages

R + G + B = 167 + 130 + 131 = 428 (100%)
R 167 of 428 ~ 39.02%
G 130 of 428 ~ 30.37%
B 131 of 428 ~ 30.61'%

%39.02
%30.37
%30.61

CMYK color model

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

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

CMYK: (0,22,22,35)
C0M22Y22K35 (0%, 22%, 22%, 35%)
(0.00 / 0.22 / 0.22 / 0.35)

CMYK percentages

%0
%22.16
%21.56
%34.51

Codes

Color #A78283 in popluar color models

A7 82 83
RGB 167 130 131
HSL 358° 17.37% 58.24%
HSB/HSV 358° 22.16% 65.49%
CMYK 0.00% 22.16% 21.56%
34.51%

Color #A78283 in popluar number systems.

HEX A7 82 83
Decimal 167 130 131
Binary 10100111 10000010 10000011
Octal 247 202 203

Shades and tints

Shades of #A78283

#A78283
(167,130,131)
#987778
(152,119,120)
#896C6D
(137,108,109)
#7A6162
(122,97,98)
#6B5657
(107,86,87)
#5C4B4C
(92,75,76)
#4D4041
(77,64,65)
#3E3536
(62,53,54)
#2F2A2B
(47,42,43)
#201F20
(32,31,32)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #A78283

#A78283
(167,130,131)
#AF8D8E
(175,141,142)
#B79899
(183,152,153)
#BFA3A4
(191,163,164)
#C7AEAF
(199,174,175)
#CFB9BA
(207,185,186)
#D7C4C5
(215,196,197)
#DFCFD0
(223,207,208)
#E7DADB
(231,218,219)
#EFE5E6
(239,229,230)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78283; }

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

This text font color is #A78283.

Background Color

.myBgColor { background-color: #A78283; }

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

This div background color is #A78283.

Border color

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

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

This div border color is #A78283.

Opacity

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

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

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

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

This text has shadow with #A78283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78283.

Preview

Color preview on black background

This text has color #A78283 on black background.


Color preview on white background

This text has color #A78283 on white background.


Black color preview on #A78283 background

This text has black color on #A78283 background.


White color preview on #A78283 background

This text has white color on #A78283 background.


Related colors

Complementary color

Complementary color for #hex is #587D7C.


I love getcolorcode.com

Triadic colors

1 #83A782 and #8283A7 with #A78283 are triadic colors.

2 #8382A7 and #82A783 with #A78283 are triadic colors.