COLOR #A5B07B

HEX: #A5B07B RGB: (165,176,123)

Color info

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

RGB color model

#A5B07B color RGB value is (165,176,123).

RGB: (165,176,123) (65%, 69%, 48%)

RGB channels and saturation

R 165 of 255 = 65%
G 176 of 255 = 69%
B 123 of 255 = 48%

165
176
123

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

Portions of RGB colors in percentages

R + G + B = 165 + 176 + 123 = 464 (100%)
R 165 of 464 ~ 35.56%
G 176 of 464 ~ 37.93%
B 123 of 464 ~ 26.51'%

%35.56
%37.93
%26.51

CMYK color model

#A5B07B color CMYK value is (6,0,30,31).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • key color value is 30.98%

CMYK: (6,0,30,31)
C6M0Y30K31 (6%, 0%, 30%, 31%)
(0.06 / 0.00 / 0.30 / 0.31)

CMYK percentages

%6.25
%0
%30.11
%30.98

Codes

Color #A5B07B in popluar color models

A5 B0 7B
RGB 165 176 123
HSL 72° 25.12% 58.63%
HSB/HSV 72° 30.11% 69.02%
CMYK 6.25% 0.00% 30.11%
30.98%

Color #A5B07B in popluar number systems.

HEX A5 B0 7B
Decimal 165 176 123
Binary 10100101 10110000 1111011
Octal 245 260 173

Shades and tints

Shades of #A5B07B

#A5B07B
(165,176,123)
#96A070
(150,160,112)
#879065
(135,144,101)
#78805A
(120,128,90)
#69704F
(105,112,79)
#5A6044
(90,96,68)
#4B5039
(75,80,57)
#3C402E
(60,64,46)
#2D3023
(45,48,35)
#1E2018
(30,32,24)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A5B07B

#A5B07B
(165,176,123)
#ADB787
(173,183,135)
#B5BE93
(181,190,147)
#BDC59F
(189,197,159)
#C5CCAB
(197,204,171)
#CDD3B7
(205,211,183)
#D5DAC3
(213,218,195)
#DDE1CF
(221,225,207)
#E5E8DB
(229,232,219)
#EDEFE7
(237,239,231)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B07B; }

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

This text font color is #A5B07B.

Background Color

.myBgColor { background-color: #A5B07B; }

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

This div background color is #A5B07B.

Border color

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

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

This div border color is #A5B07B.

Opacity

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

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

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

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

This text has shadow with #A5B07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B07B.

Preview

Color preview on black background

This text has color #A5B07B on black background.


Color preview on white background

This text has color #A5B07B on white background.


Black color preview on #A5B07B background

This text has black color on #A5B07B background.


White color preview on #A5B07B background

This text has white color on #A5B07B background.


Related colors

Complementary color

Complementary color for #hex is #5A4F84.


I love getcolorcode.com

Triadic colors

1 #7BA5B0 and #B07BA5 with #A5B07B are triadic colors.

2 #7BB0A5 and #B0A57B with #A5B07B are triadic colors.