COLOR #A3B07B

HEX: #A3B07B RGB: (163,176,123)

Color info

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

RGB color model

#A3B07B color RGB value is (163,176,123).

RGB: (163,176,123) (64%, 69%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 176 of 255 = 69%
B 123 of 255 = 48%

163
176
123

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

Portions of RGB colors in percentages

R + G + B = 163 + 176 + 123 = 462 (100%)
R 163 of 462 ~ 35.28%
G 176 of 462 ~ 38.1%
B 123 of 462 ~ 26.62'%

%35.28
%38.1
%26.62

CMYK color model

#A3B07B color CMYK value is (7,0,30,31).

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

CMYK: (7,0,30,31)
C7M0Y30K31 (7%, 0%, 30%, 31%)
(0.07 / 0.00 / 0.30 / 0.31)

CMYK percentages

%7.39
%0
%30.11
%30.98

Codes

Color #A3B07B in popluar color models

A3 B0 7B
RGB 163 176 123
HSL 75° 25.12% 58.63%
HSB/HSV 75° 30.11% 69.02%
CMYK 7.39% 0.00% 30.11%
30.98%

Color #A3B07B in popluar number systems.

HEX A3 B0 7B
Decimal 163 176 123
Binary 10100011 10110000 1111011
Octal 243 260 173

Shades and tints

Shades of #A3B07B

#A3B07B
(163,176,123)
#95A070
(149,160,112)
#879065
(135,144,101)
#79805A
(121,128,90)
#6B704F
(107,112,79)
#5D6044
(93,96,68)
#4F5039
(79,80,57)
#41402E
(65,64,46)
#333023
(51,48,35)
#252018
(37,32,24)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #A3B07B

#A3B07B
(163,176,123)
#ABB787
(171,183,135)
#B3BE93
(179,190,147)
#BBC59F
(187,197,159)
#C3CCAB
(195,204,171)
#CBD3B7
(203,211,183)
#D3DAC3
(211,218,195)
#DBE1CF
(219,225,207)
#E3E8DB
(227,232,219)
#EBEFE7
(235,239,231)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B07B; }

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

This text font color is #A3B07B.

Background Color

.myBgColor { background-color: #A3B07B; }

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

This div background color is #A3B07B.

Border color

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

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

This div border color is #A3B07B.

Opacity

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

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

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

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

This text has shadow with #A3B07B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B07B.

Preview

Color preview on black background

This text has color #A3B07B on black background.


Color preview on white background

This text has color #A3B07B on white background.


Black color preview on #A3B07B background

This text has black color on #A3B07B background.


White color preview on #A3B07B background

This text has white color on #A3B07B background.


Related colors

Complementary color

Complementary color for #hex is #5C4F84.


I love getcolorcode.com

Triadic colors

1 #7BA3B0 and #B07BA3 with #A3B07B are triadic colors.

2 #7BB0A3 and #B0A37B with #A3B07B are triadic colors.