COLOR #A8755B

HEX: #A8755B
RGB: (168,117,91)

Color info

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

RGB color model

#A8755B color RGB value is (168,117,91).

  • red value is 168;
  • green value is 117;
  • blue value is 91.
RGB:
(168,117,91)
(66%,46%,36%)

RGB channels and saturation

R 168 of 255 = 66%
G 117 of 255 = 46%
B 91 of 255 = 36%

168
117
91

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

Portions of RGB colors in percentages

R + G + B =
168 + 117 + 91 = 376 (100%)
R 168 of 376 ~ 44.68%
G 117 of 376 ~ 31.12%
B 91 of 376 ~ 24.2%

%44.68
%31.12
%24.2

CMYK color model

#A8755B color CMYK value is (0,30,46,34).

  • cyan value is 0.00%
  • magenta value is 30.36%
  • yellow value is 45.83%
  • key color value is 34.12%
CMYK:
(0,30,46,34)
C0M30Y46K34 
(0%,30%,46%,34%)
(0.00/0.30/0.46/0.34)	

CMYK percentages

%0
%30.36
%45.83
%34.12

Codes

Color #A8755B in popluar color models

A8755B
RGB16811791
HSL20°30.68%50.78%
HSB/HSV20°45.83%65.88%
CMYK0.00%30.36%45.83%
34.12%

Color #A8755B in popluar number systems.

HEXA8755B
Decimal16811791
Binary1010100011101011011011
Octal250165133

Shades and tints

Shades of #A8755B

#A8755B
(168,117,91)
#996B53
(153,107,83)
#8A614B
(138,97,75)
#7B5743
(123,87,67)
#6C4D3B
(108,77,59)
#5D4333
(93,67,51)
#4E392B
(78,57,43)
#3F2F23
(63,47,35)
#30251B
(48,37,27)
#211B13
(33,27,19)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #A8755B

#A8755B
(168,117,91)
#AF8169
(175,129,105)
#B68D77
(182,141,119)
#BD9985
(189,153,133)
#C4A593
(196,165,147)
#CBB1A1
(203,177,161)
#D2BDAF
(210,189,175)
#D9C9BD
(217,201,189)
#E0D5CB
(224,213,203)
#E7E1D9
(231,225,217)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8755B color. Also use rgb(168,117,91) instead hex code.

Text Font Color

.myTextColor { color: #A8755B; }

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

This text font color is #A8755B.


Background Color

.myBgColor { background-color: #A8755B; }

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

This div background color is #A8755B.


Border color

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

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

This div border color is #A8755B.


Opacity

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

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

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

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

This text has shadow with #A8755B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8755B on black background.


Color preview on white background

This text has color #A8755B on white background.



Black color preview on #A8755B background

This text has black color on #A8755B background.


White color preview on #A8755B background

This text has white color on #A8755B background.