COLOR #A8736A

HEX: #A8736A RGB: (168,115,106)

Color info

#A8736A contains mainly red and green colors. Web safe color of #A8736A is #996666 (or #966).

RGB color model

#A8736A color RGB value is (168,115,106).

RGB: (168,115,106) (66%, 45%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 115 of 255 = 45%
B 106 of 255 = 42%

168
115
106

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

Portions of RGB colors in percentages

R + G + B = 168 + 115 + 106 = 389 (100%)
R 168 of 389 ~ 43.19%
G 115 of 389 ~ 29.56%
B 106 of 389 ~ 27.25'%

%43.19
%29.56
%27.25

CMYK color model

#A8736A color CMYK value is (0,32,37,34).

  • cyan value is 0.00%
  • magenta value is 31.55%
  • yellow value is 36.90%
  • key color value is 34.12%
CMYK: (0,32,37,34) C0M32Y37K34 (0%,32%,37%,34%) (0.00/0.32/0.37/0.34) 

CMYK percentages

%0
%31.55
%36.9
%34.12

Codes

Color #A8736A in popluar color models

A8 73 6A
RGB 168 115 106
HSL 26.27% 53.73%
HSB/HSV 36.90% 65.88%
CMYK 0.00% 31.55% 36.90%
34.12%

Color #A8736A in popluar number systems.

HEX A8 73 6A
Decimal 168 115 106
Binary 10101000 1110011 1101010
Octal 250 163 152

Shades and tints

Shades of #A8736A

#A8736A
(168,115,106)
#996961
(153,105,97)
#8A5F58
(138,95,88)
#7B554F
(123,85,79)
#6C4B46
(108,75,70)
#5D413D
(93,65,61)
#4E3734
(78,55,52)
#3F2D2B
(63,45,43)
#302322
(48,35,34)
#211919
(33,25,25)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A8736A

#A8736A
(168,115,106)
#AF7F77
(175,127,119)
#B68B84
(182,139,132)
#BD9791
(189,151,145)
#C4A39E
(196,163,158)
#CBAFAB
(203,175,171)
#D2BBB8
(210,187,184)
#D9C7C5
(217,199,197)
#E0D3D2
(224,211,210)
#E7DFDF
(231,223,223)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8736A color. Also use rgb(168,115,106) instead hex code.

Text Font Color

.myTextColor { color: #A8736A; }

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

This text font color is #A8736A.

Background Color

.myBgColor { background-color: #A8736A; }

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

This div background color is #A8736A.

Border color

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

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

This div border color is #A8736A.

Opacity

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

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

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

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

This text has shadow with #A8736A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8736A.

Preview

Color preview on black background

This text has color #A8736A on black background.


Color preview on white background

This text has color #A8736A on white background.


Black color preview on #A8736A background

This text has black color on #A8736A background.


White color preview on #A8736A background

This text has white color on #A8736A background.


Related colors

Complementary color

Complementary color for #hex is #578C95.


I love getcolorcode.com

Triadic colors

1 #6AA873 and #736AA8 with #A8736A are triadic colors.

2 #6A73A8 and #73A86A with #A8736A are triadic colors.