COLOR #A5B07F

HEX: #A5B07F
RGB: (165,176,127)

Color info

#A5B07F contains red, green and blue colors in about the same proportion. Web safe color of #A5B07F is #999966 (or #996).

RGB color model

#A5B07F color RGB value is (165,176,127).

  • red value is 165;
  • green value is 176;
  • blue value is 127.
RGB:
(165,176,127)
(65%,69%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 127 of 255 = 50%

165
176
127

R + G + B ~ 61%. #A5B07F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 176 + 127 = 468 (100%)
R 165 of 468 ~ 35.26%
G 176 of 468 ~ 37.61%
B 127 of 468 ~ 27.14%

%35.26
%37.61
%27.14

CMYK color model

#A5B07F color CMYK value is (6,0,28,31).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 30.98%
CMYK:
(6,0,28,31)
C6M0Y28K31 
(6%,0%,28%,31%)
(0.06/0.00/0.28/0.31)	

CMYK percentages

%6.25
%0
%27.84
%30.98

Codes

Color #A5B07F in popluar color models

A5B07F
RGB165176127
HSL73°23.67%59.41%
HSB/HSV73°27.84%69.02%
CMYK6.25%0.00%27.84%
30.98%

Color #A5B07F in popluar number systems.

HEXA5B07F
Decimal165176127
Binary10100101101100001111111
Octal245260177

Shades and tints

Shades of #A5B07F

#A5B07F
(165,176,127)
#96A074
(150,160,116)
#879069
(135,144,105)
#78805E
(120,128,94)
#697053
(105,112,83)
#5A6048
(90,96,72)
#4B503D
(75,80,61)
#3C4032
(60,64,50)
#2D3027
(45,48,39)
#1E201C
(30,32,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A5B07F

#A5B07F
(165,176,127)
#ADB78A
(173,183,138)
#B5BE95
(181,190,149)
#BDC5A0
(189,197,160)
#C5CCAB
(197,204,171)
#CDD3B6
(205,211,182)
#D5DAC1
(213,218,193)
#DDE1CC
(221,225,204)
#E5E8D7
(229,232,215)
#EDEFE2
(237,239,226)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B07F color. Also use rgb(165,176,127) instead hex code.

Text Font Color

.myTextColor { color: #A5B07F; }

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

This text font color is #A5B07F.


Background Color

.myBgColor { background-color: #A5B07F; }

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

This div background color is #A5B07F.


Border color

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

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

This div border color is #A5B07F.


Opacity

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

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

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

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

This text has shadow with #A5B07F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B07F on black background.


Color preview on white background

This text has color #A5B07F on white background.



Black color preview on #A5B07F background

This text has black color on #A5B07F background.


White color preview on #A5B07F background

This text has white color on #A5B07F background.