COLOR #A7B875

HEX: #A7B875 RGB: (167,184,117)

Color info

#A7B875 contains mainly red and green colors. Web safe color of #A7B875 is #99CC66 (or #9C6).

RGB color model

#A7B875 color RGB value is (167,184,117).

RGB: (167,184,117) (65%, 72%, 46%)

RGB channels and saturation

R 167 of 255 = 65%
G 184 of 255 = 72%
B 117 of 255 = 46%

167
184
117

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

Portions of RGB colors in percentages

R + G + B = 167 + 184 + 117 = 468 (100%)
R 167 of 468 ~ 35.68%
G 184 of 468 ~ 39.32%
B 117 of 468 ~ 25'%

%35.68
%39.32
%25

CMYK color model

#A7B875 color CMYK value is (9,0,36,28).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 36.41%
  • key color value is 27.84%
CMYK: (9,0,36,28) C9M0Y36K28 (9%,0%,36%,28%) (0.09/0.00/0.36/0.28) 

CMYK percentages

%9.24
%0
%36.41
%27.84

Codes

Color #A7B875 in popluar color models

A7 B8 75
RGB 167 184 117
HSL 75° 32.06% 59.02%
HSB/HSV 75° 36.41% 72.16%
CMYK 9.24% 0.00% 36.41%
27.84%

Color #A7B875 in popluar number systems.

HEX A7 B8 75
Decimal 167 184 117
Binary 10100111 10111000 1110101
Octal 247 270 165

Shades and tints

Shades of #A7B875

#A7B875
(167,184,117)
#98A86B
(152,168,107)
#899861
(137,152,97)
#7A8857
(122,136,87)
#6B784D
(107,120,77)
#5C6843
(92,104,67)
#4D5839
(77,88,57)
#3E482F
(62,72,47)
#2F3825
(47,56,37)
#20281B
(32,40,27)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #A7B875

#A7B875
(167,184,117)
#AFBE81
(175,190,129)
#B7C48D
(183,196,141)
#BFCA99
(191,202,153)
#C7D0A5
(199,208,165)
#CFD6B1
(207,214,177)
#D7DCBD
(215,220,189)
#DFE2C9
(223,226,201)
#E7E8D5
(231,232,213)
#EFEEE1
(239,238,225)
#F7F4ED
(247,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B875 color. Also use rgb(167,184,117) instead hex code.

Text Font Color

.myTextColor { color: #A7B875; }

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

This text font color is #A7B875.

Background Color

.myBgColor { background-color: #A7B875; }

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

This div background color is #A7B875.

Border color

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

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

This div border color is #A7B875.

Opacity

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

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

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

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

This text has shadow with #A7B875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B875.

Preview

Color preview on black background

This text has color #A7B875 on black background.


Color preview on white background

This text has color #A7B875 on white background.


Black color preview on #A7B875 background

This text has black color on #A7B875 background.


White color preview on #A7B875 background

This text has white color on #A7B875 background.


Related colors

Complementary color

Complementary color for #hex is #58478A.


I love getcolorcode.com

Triadic colors

1 #75A7B8 and #B875A7 with #A7B875 are triadic colors.

2 #75B8A7 and #B8A775 with #A7B875 are triadic colors.