COLOR #A8775D

HEX: #A8775D RGB: (168,119,93)

Color info

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

RGB color model

#A8775D color RGB value is (168,119,93).

RGB: (168,119,93) (66%, 47%, 36%)

RGB channels and saturation

R 168 of 255 = 66%
G 119 of 255 = 47%
B 93 of 255 = 36%

168
119
93

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

Portions of RGB colors in percentages

R + G + B = 168 + 119 + 93 = 380 (100%)
R 168 of 380 ~ 44.21%
G 119 of 380 ~ 31.32%
B 93 of 380 ~ 24.47'%

%44.21
%31.32
%24.47

CMYK color model

#A8775D color CMYK value is (0,29,45,34).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (0,29,45,34)
C0M29Y45K34 (0%, 29%, 45%, 34%)
(0.00 / 0.29 / 0.45 / 0.34)

CMYK percentages

%0
%29.17
%44.64
%34.12

Codes

Color #A8775D in popluar color models

A8 77 5D
RGB 168 119 93
HSL 21° 30.12% 51.18%
HSB/HSV 21° 44.64% 65.88%
CMYK 0.00% 29.17% 44.64%
34.12%

Color #A8775D in popluar number systems.

HEX A8 77 5D
Decimal 168 119 93
Binary 10101000 1110111 1011101
Octal 250 167 135

Shades and tints

Shades of #A8775D

#A8775D
(168,119,93)
#996D55
(153,109,85)
#8A634D
(138,99,77)
#7B5945
(123,89,69)
#6C4F3D
(108,79,61)
#5D4535
(93,69,53)
#4E3B2D
(78,59,45)
#3F3125
(63,49,37)
#30271D
(48,39,29)
#211D15
(33,29,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #A8775D

#A8775D
(168,119,93)
#AF836B
(175,131,107)
#B68F79
(182,143,121)
#BD9B87
(189,155,135)
#C4A795
(196,167,149)
#CBB3A3
(203,179,163)
#D2BFB1
(210,191,177)
#D9CBBF
(217,203,191)
#E0D7CD
(224,215,205)
#E7E3DB
(231,227,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8775D color. Also use rgb(168,119,93) instead hex code.

Text Font Color

.myTextColor { color: #A8775D; }

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

This text font color is #A8775D.

Background Color

.myBgColor { background-color: #A8775D; }

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

This div background color is #A8775D.

Border color

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

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

This div border color is #A8775D.

Opacity

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

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

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

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

This text has shadow with #A8775D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8775D.

Preview

Color preview on black background

This text has color #A8775D on black background.


Color preview on white background

This text has color #A8775D on white background.


Black color preview on #A8775D background

This text has black color on #A8775D background.


White color preview on #A8775D background

This text has white color on #A8775D background.


Related colors

Complementary color

Complementary color for #hex is #5788A2.


I love getcolorcode.com

Triadic colors

1 #5DA877 and #775DA8 with #A8775D are triadic colors.

2 #5D77A8 and #77A85D with #A8775D are triadic colors.