COLOR #A9755F

HEX: #A9755F
RGB: (169,117,95)

Color info

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

RGB color model

#A9755F color RGB value is (169,117,95).

  • red value is 169;
  • green value is 117;
  • blue value is 95.
RGB:
(169,117,95)
(66%,46%,37%)

RGB channels and saturation

R 169 of 255 = 66%
G 117 of 255 = 46%
B 95 of 255 = 37%

169
117
95

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

Portions of RGB colors in percentages

R + G + B =
169 + 117 + 95 = 381 (100%)
R 169 of 381 ~ 44.36%
G 117 of 381 ~ 30.71%
B 95 of 381 ~ 24.93%

%44.36
%30.71
%24.93

CMYK color model

#A9755F color CMYK value is (0,31,44,34).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 43.79%
  • key color value is 33.73%
CMYK:
(0,31,44,34)
C0M31Y44K34 
(0%,31%,44%,34%)
(0.00/0.31/0.44/0.34)	

CMYK percentages

%0
%30.77
%43.79
%33.73

Codes

Color #A9755F in popluar color models

A9755F
RGB16911795
HSL18°30.08%51.76%
HSB/HSV18°43.79%66.27%
CMYK0.00%30.77%43.79%
33.73%

Color #A9755F in popluar number systems.

HEXA9755F
Decimal16911795
Binary1010100111101011011111
Octal251165137

Shades and tints

Shades of #A9755F

#A9755F
(169,117,95)
#9A6B57
(154,107,87)
#8B614F
(139,97,79)
#7C5747
(124,87,71)
#6D4D3F
(109,77,63)
#5E4337
(94,67,55)
#4F392F
(79,57,47)
#402F27
(64,47,39)
#31251F
(49,37,31)
#221B17
(34,27,23)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #A9755F

#A9755F
(169,117,95)
#B0816D
(176,129,109)
#B78D7B
(183,141,123)
#BE9989
(190,153,137)
#C5A597
(197,165,151)
#CCB1A5
(204,177,165)
#D3BDB3
(211,189,179)
#DAC9C1
(218,201,193)
#E1D5CF
(225,213,207)
#E8E1DD
(232,225,221)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9755F color. Also use rgb(169,117,95) instead hex code.

Text Font Color

.myTextColor { color: #A9755F; }

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

This text font color is #A9755F.


Background Color

.myBgColor { background-color: #A9755F; }

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

This div background color is #A9755F.


Border color

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

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

This div border color is #A9755F.


Opacity

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

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

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

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

This text has shadow with #A9755F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9755F on black background.


Color preview on white background

This text has color #A9755F on white background.



Black color preview on #A9755F background

This text has black color on #A9755F background.


White color preview on #A9755F background

This text has white color on #A9755F background.